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 shortprotected String[]protected String[]protected StyleNameProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidprotected voidgetControls(DialogAccess dlg) protected abstract voidgetControls(DialogAccess dlg, Map<String, String> attr) protected abstract Stringprotected booleanhandleEvent(DialogAccess dlg, String sMethod) protected abstract voidprepareControls(DialogAccess dlg, boolean bHasDefinitions) protected voidsetControls(DialogAccess dlg) protected abstract voidsetControls(DialogAccess dlg, Map<String, String> attr) Methods inherited from class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.UserListPageHandler
appendItem, deleteCurrentItemMethods 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:
setControlsin classConfigurationDialogBase.PageHandler
-
getControls
- Specified by:
getControlsin classConfigurationDialogBase.PageHandler
-
handleEvent
- Specified by:
handleEventin classConfigurationDialogBase.PageHandler
-