protected abstract class ConfigurationDialogBase.CustomFileHandler extends ConfigurationDialogBase.PageHandler
| Constructor and Description |
|---|
CustomFileHandler() |
| Modifier and Type | Method and 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) |
checkBoxFromConfig, checkBoxToConfig, deleteItem, getDialog, listBoxFromConfig, listBoxToConfig, textFieldFromConfig, textFieldToConfigprotected abstract java.lang.String getSuffix()
protected abstract java.lang.String getFileName()
protected abstract void useCustomInner(DialogAccess dlg, boolean bUseCustom)
protected void setControls(DialogAccess dlg)
setControls in class ConfigurationDialogBase.PageHandlerprotected void getControls(DialogAccess dlg)
getControls in class ConfigurationDialogBase.PageHandlerprotected boolean handleEvent(DialogAccess dlg, java.lang.String sMethod)
handleEvent in class ConfigurationDialogBase.PageHandlerprotected boolean fileExists(java.lang.String sFileName)
protected boolean killFile(java.lang.String sFileName)
protected boolean saveFile(java.lang.String sFileName,
java.lang.String sText)