org.openoffice.da.comp.w2lcommon.filter
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationDialogBase.CustomFileHandler
public ConfigurationDialogBase.CustomFileHandler()
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 class ConfigurationDialogBase.PageHandler
getControls
protected void getControls(DialogAccess dlg)
- Specified by:
getControls in class ConfigurationDialogBase.PageHandler
handleEvent
protected boolean handleEvent(DialogAccess dlg,
java.lang.String sMethod)
- Specified by:
handleEvent in class ConfigurationDialogBase.PageHandler
saveFile
protected boolean saveFile(java.lang.String sFileName,
java.lang.String sText)