Class ConfigurationDialogBase.StylesPageHandler
java.lang.Object
org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.PageHandler
org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.UserListPageHandler
org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.StylesPageHandler
- Enclosing class:
ConfigurationDialogBase
protected abstract class ConfigurationDialogBase.StylesPageHandler
extends ConfigurationDialogBase.UserListPageHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected short
protected String[]
protected String[]
protected StyleNameProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
protected void
getControls
(DialogAccess dlg) protected abstract void
getControls
(DialogAccess dlg, Map<String, String> attr) protected abstract String
protected boolean
handleEvent
(DialogAccess dlg, String sMethod) protected abstract void
prepareControls
(DialogAccess dlg, boolean bHasDefinitions) protected void
setControls
(DialogAccess dlg) protected abstract void
setControls
(DialogAccess dlg, Map<String, String> attr) Methods inherited from class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.UserListPageHandler
appendItem, deleteCurrentItem
Methods inherited from class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.PageHandler
checkBoxFromConfig, checkBoxToConfig, deleteItem, getDialog, listBoxFromConfig, listBoxToConfig, textFieldFromConfig, textFieldToConfig
-
Field Details
-
sFamilyNames
-
sOOoFamilyNames
-
nCurrentFamily
protected short nCurrentFamily -
styleNameProvider
-
-
Constructor Details
-
StylesPageHandler
protected StylesPageHandler(int nCount)
-
-
Method Details
-
getDefaultConfigName
-
getControls
-
setControls
-
clearControls
-
prepareControls
-
setControls
- Specified by:
setControls
in classConfigurationDialogBase.PageHandler
-
getControls
- Specified by:
getControls
in classConfigurationDialogBase.PageHandler
-
handleEvent
- Specified by:
handleEvent
in classConfigurationDialogBase.PageHandler
-