Class ConfigurationDialogBase.PageHandler
java.lang.Object
org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.PageHandler
- Direct Known Subclasses:
ConfigurationDialogBase.AttributePageHandler,ConfigurationDialogBase.CustomFileHandler,ConfigurationDialogBase.UserListPageHandler
- Enclosing class:
ConfigurationDialogBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckBoxFromConfig(DialogAccess dlg, String sCheckBoxName, String sConfigName) protected voidcheckBoxToConfig(DialogAccess dlg, String sCheckBoxName, String sConfigName) protected booleandeleteItem(String sName) protected abstract voidgetControls(DialogAccess dlg) protected com.sun.star.awt.XDialogprotected abstract booleanhandleEvent(DialogAccess dlg, String sMethodName) protected voidlistBoxFromConfig(DialogAccess dlg, String sListBoxName, String sConfigName, String[] sConfigValues, short nDefault) protected voidlistBoxToConfig(DialogAccess dlg, String sListBoxName, String sConfigName, String[] sConfigValues) protected abstract voidsetControls(DialogAccess dlg) protected voidtextFieldFromConfig(DialogAccess dlg, String sTextBoxName, String sConfigName) protected voidtextFieldToConfig(DialogAccess dlg, String sTextBoxName, String sConfigName)
-
Constructor Details
-
PageHandler
protected PageHandler()
-
-
Method Details
-
getControls
-
setControls
-
handleEvent
-
checkBoxFromConfig
-
checkBoxToConfig
-
textFieldFromConfig
-
textFieldToConfig
-
listBoxFromConfig
protected void listBoxFromConfig(DialogAccess dlg, String sListBoxName, String sConfigName, String[] sConfigValues, short nDefault) -
listBoxToConfig
protected void listBoxToConfig(DialogAccess dlg, String sListBoxName, String sConfigName, String[] sConfigValues) -
getDialog
-
deleteItem
-