public interface ProgramInformationInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
defaultSettingsConfigGroupName
The default settings config group name string.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String defaultSettingsConfigGroupName
IstiDialogUtil getIstiDialogUtil()
CfgProperties getProgramCfgProperties()
javax.swing.JFrame getProgramFrameObj()
LogFile getProgramLogFileObj()
java.lang.String getProgramName()
java.lang.String getProgramRevision()
java.lang.String getProgramVersion()
java.lang.String getSettingsConfigGroupName()
defaultSettingsConfigGroupName.
java.lang.String getSettingsManualFilename()
java.lang.String getSettingsManualTitleString()
ViewHTMLPanelHandler getViewHTMLPanelHandler()
boolean isSaveConfigAllowed()
saveConfiguration
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