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 booleanfileExists(java.lang.String sFileName)protected voidgetControls(DialogAccess dlg)protected abstract java.lang.StringgetFileName()protected abstract java.lang.StringgetSuffix()protected booleanhandleEvent(DialogAccess dlg, java.lang.String sMethod)protected booleankillFile(java.lang.String sFileName)protected booleansaveFile(java.lang.String sFileName, java.lang.String sText)protected voidsetControls(DialogAccess dlg)protected abstract voiduseCustomInner(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:
setControlsin classConfigurationDialogBase.PageHandler
-
getControls
protected void getControls(DialogAccess dlg)
- Specified by:
getControlsin classConfigurationDialogBase.PageHandler
-
handleEvent
protected boolean handleEvent(DialogAccess dlg, java.lang.String sMethod)
- Specified by:
handleEventin 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)
-
-