Class ConfigurationDialogBase.CustomFileHandler
- java.lang.Object
-
- org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.PageHandler
-
- org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.CustomFileHandler
-
- Enclosing class:
- ConfigurationDialogBase
protected abstract class ConfigurationDialogBase.CustomFileHandler extends ConfigurationDialogBase.PageHandler
-
-
Constructor Summary
Constructors Constructor Description CustomFileHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected boolean
fileExists(java.lang.String sFileName)
protected void
getControls(DialogAccess dlg)
protected abstract java.lang.String
getFileName()
protected abstract java.lang.String
getSuffix()
protected boolean
handleEvent(DialogAccess dlg, java.lang.String sMethod)
protected boolean
killFile(java.lang.String sFileName)
protected boolean
saveFile(java.lang.String sFileName, java.lang.String sText)
protected void
setControls(DialogAccess dlg)
protected abstract void
useCustomInner(DialogAccess dlg, boolean bUseCustom)
-
Methods inherited from class org.openoffice.da.comp.w2lcommon.filter.ConfigurationDialogBase.PageHandler
checkBoxFromConfig, checkBoxToConfig, deleteItem, getDialog, listBoxFromConfig, listBoxToConfig, textFieldFromConfig, textFieldToConfig
-
-
-
-
Method Detail
-
getSuffix
protected abstract java.lang.String getSuffix()
-
getFileName
protected abstract java.lang.String getFileName()
-
useCustomInner
protected abstract void useCustomInner(DialogAccess dlg, boolean bUseCustom)
-
setControls
protected void setControls(DialogAccess dlg)
- Specified by:
setControls
in classConfigurationDialogBase.PageHandler
-
getControls
protected void getControls(DialogAccess dlg)
- Specified by:
getControls
in classConfigurationDialogBase.PageHandler
-
handleEvent
protected boolean handleEvent(DialogAccess dlg, java.lang.String sMethod)
- Specified by:
handleEvent
in classConfigurationDialogBase.PageHandler
-
fileExists
protected boolean fileExists(java.lang.String sFileName)
-
killFile
protected boolean killFile(java.lang.String sFileName)
-
saveFile
protected boolean saveFile(java.lang.String sFileName, java.lang.String sText)
-
-