|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface ProgramInformationInterface defines methods for program information.
Field Summary | |
static java.lang.String |
defaultSettingsConfigGroupName
The default settings config group name string. |
Method Summary | |
IstiDialogUtil |
getIstiDialogUtil()
Gets the 'IstiDialogUtil' object. |
CfgProperties |
getProgramCfgProperties()
Get the configuration properties for the program. |
javax.swing.JFrame |
getProgramFrameObj()
Returns the frame object for the program. |
LogFile |
getProgramLogFileObj()
Returns the main log file object for the program. |
java.lang.String |
getProgramName()
Get the name string for the program. |
java.lang.String |
getProgramRevision()
Get the revision string for the program. |
java.lang.String |
getProgramVersion()
Get the version string for program. |
java.lang.String |
getSettingsConfigGroupName()
Gets the settings config group name string. |
java.lang.String |
getSettingsManualFilename()
Gets the settings manual filename. |
java.lang.String |
getSettingsManualTitleString()
Gets the settings manual title string. |
ViewHTMLPanelHandler |
getViewHTMLPanelHandler()
Gets the 'ViewHTMLPanelHandler' object. |
boolean |
isSaveConfigAllowed()
Determinies if saving the configuration file should be allowed. |
void |
saveConfiguration(boolean forceFlag,
boolean popupFlag)
Commits various settings to their configuration items and (possibly) saves the configuration to the default configuration filename. |
Field Detail |
public static final java.lang.String defaultSettingsConfigGroupName
Method Detail |
public IstiDialogUtil getIstiDialogUtil()
public CfgProperties getProgramCfgProperties()
public javax.swing.JFrame getProgramFrameObj()
public LogFile getProgramLogFileObj()
public java.lang.String getProgramName()
public java.lang.String getProgramRevision()
public java.lang.String getProgramVersion()
public java.lang.String getSettingsConfigGroupName()
defaultSettingsConfigGroupName.
public java.lang.String getSettingsManualFilename()
public java.lang.String getSettingsManualTitleString()
public ViewHTMLPanelHandler getViewHTMLPanelHandler()
public boolean isSaveConfigAllowed()
saveConfiguration
public void saveConfiguration(boolean forceFlag, boolean popupFlag)
forceFlag
- if true then the the configuration is always
saved to file; if false then the configuration is only saved to
file if a change in the committed-program settings is detected.popupFlag
- if true and an error occurs while saving then
a popup message window is shown to display the error.isSaveConfigAllowed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |