|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.editor.AbleGuiPreferences
This class contains preferences for the Able GUI components.
#---------------------------------------------------- # AbleJarFiles provides a way for you to place your # own Able agents and Able beans into the AbleEditor # environment. Any Able objects that you have # written and placed into a JAR file can be made # available to the AbleEditor by simply adding the # name of the JAR file to the AbleJarFiles list. # Note that the JAR file must contain a manifest that # identifies which JAR files are beans. See # PlugInJarDirectory also. # # Examples: # # AbleJarFiles=C:\\beans\\hisBeans.jar;D:\\agents\\herAgents.jar;E:\\myAbleStuff.jar # AbleJarFiles=/beans/hisBeans.jar;/agents/herAgents.jar;/myAbleStuff.jar # #---------------------------------------------------- AbleJarFiles= #---------------------------------------------------- # PlugInJarDirectory provides a way for you to place your # own Able agents and Able beans into the AbleEditor # environment. Any Able objects that you have # written and placed into a JAR file can be made # available to the AbleEditor by simply adding a # directory path to the PlugInJarDirectory. All beans # from all JAR files in this directory will be added. # Note that JAR files must contain a manifest that # identifies which JAR files are beans. See # AbleJarFiles also. # # Examples: # # PlugInJarDirectory=C:\\beans # PlugInJarDirectory=/beans # #---------------------------------------------------- PlugInJarDirectory= #---------------------------------------------------- # DatabaseDrivers is a space-delimited list of classes # specifying SQL database drivers which appear for # selection in the AbleDBImport properties Import tab # Driver combobox. # # Example: # # DatabaseDrivers = COM.ibm.db2.jdbc.app.DB2Driver # #---------------------------------------------------- DatabaseDrivers = #---------------------------------------------------- # DatabaseProtocols is a space-delimited list of protocols # for creating SQL database connections. The list will # appear in the AbleDBImport properties Import tab # Protocol combobox. # # Example: # # DatabaseProtocols = jdbc # #---------------------------------------------------- DatabaseProtocols = #---------------------------------------------------- # DatabaseSubprotocols is a space-delimited list of subprotocols # for creating SQL database connections. The list will # appear in the AbleDBImport properties Import tab # Subprotocol combobox. # # Example: # # DatabaseSubprotocols = db2 as400 # #---------------------------------------------------- DatabaseSubprotocols = #---------------------------------------------------- # DatabaseDatabases is a space-delimited list of names # of databases for creating SQL database connections. # The list will # appear in the AbleDBImport properties Import tab # Database combobox. # # Example: # # DatabaseDatabases = Sample //Server//database # #---------------------------------------------------- DatabaseDatabases =
Constructor Summary | |
---|---|
AbleGuiPreferences()
Instantiate all preferences from a Properties file read from disk. |
Method Summary | |
---|---|
static java.lang.String |
Copyright()
Determine the copyright of this class. |
java.lang.String |
cvtConnectionsView()
|
java.lang.String |
cvtEditorExitPrompt()
|
java.lang.String |
cvtEditorPanelBackground()
|
java.lang.String |
cvtEditorPanelDividerLocation()
|
java.lang.String |
cvtEditorPanelFont()
|
java.lang.String |
cvtEditorPanelForeground()
|
java.lang.String |
cvtEditorPanelLocation()
|
java.lang.String |
cvtEditorPanelSize()
|
java.lang.String |
cvtInspectorPanelLocation()
|
java.lang.String |
cvtInspectorPanelSize()
|
java.lang.String |
cvtPlugInJarOn()
|
java.lang.String |
cvtRuleDebuggerPanelDividerLocation()
|
java.lang.String |
cvtRuleDebuggerPanelHorizontal()
|
java.lang.String |
cvtRuleDebuggerPanelLocation()
|
java.lang.String |
cvtRuleDebuggerPanelSize()
|
java.lang.String |
cvtRuleEditorExceptionPanelBackground()
|
java.lang.String |
cvtRuleEditorExceptionPanelFont()
|
java.lang.String |
cvtRuleEditorExceptionPanelForeground()
|
java.lang.String |
cvtRuleEditorExceptionPanelLocation()
|
java.lang.String |
cvtRuleEditorExceptionPanelSize()
|
java.lang.String |
cvtRuleEditorHelpPanelBackground()
|
java.lang.String |
cvtRuleEditorHelpPanelForeground()
|
java.lang.String |
cvtRuleEditorHelpPanelLocation()
|
java.lang.String |
cvtRuleEditorHelpPanelSize()
|
java.lang.String |
cvtRuleEditorOutputPanelBackground()
|
java.lang.String |
cvtRuleEditorOutputPanelFont()
|
java.lang.String |
cvtRuleEditorOutputPanelForeground()
|
java.lang.String |
cvtRuleEditorOutputPanelLocation()
|
java.lang.String |
cvtRuleEditorOutputPanelSize()
|
java.lang.String |
cvtRuleEditorPanelBackground()
|
java.lang.String |
cvtRuleEditorPanelFont()
|
java.lang.String |
cvtRuleEditorPanelForeground()
|
java.lang.String |
cvtRuleEditorPanelLocation()
|
java.lang.String |
cvtRuleEditorPanelSize()
|
java.lang.String |
cvtRuleEditorSetViewerPanelLocation()
|
java.lang.String |
cvtRuleEditorSetViewerPanelSize()
|
java.lang.String |
cvtRuleEditorTitleBackground()
|
java.lang.String |
cvtRuleEditorTitleFont()
|
java.lang.String |
cvtRuleEditorTitleForeground()
|
java.lang.String |
cvtRuleEditorXmlPanelBackground()
|
java.lang.String |
cvtRuleEditorXmlPanelFont()
|
java.lang.String |
cvtRuleEditorXmlPanelForeground()
|
java.lang.String |
cvtRuleEditorXmlPanelLocation()
|
java.lang.String |
cvtRuleEditorXmlPanelSize()
|
protected void |
debugTrace(java.lang.String theMessage)
Log a trace message. |
java.lang.String |
getAbleJarFiles()
|
java.lang.String |
getAbleLookAndFeelClassName()
|
int |
getConnectionsView()
|
java.util.TreeSet |
getDatabaseDatabases()
|
java.util.TreeSet |
getDatabaseDrivers()
|
java.util.TreeSet |
getDatabaseProtocols()
|
java.util.TreeSet |
getDatabaseSubprotocols()
|
java.lang.String |
getEditorBeanPaletteLabels()
|
boolean |
getEditorExitPrompt()
|
java.awt.Color |
getEditorPanelBackground()
|
int |
getEditorPanelDividerLocation()
|
java.awt.Font |
getEditorPanelFont()
|
java.awt.Color |
getEditorPanelForeground()
|
java.awt.Point |
getEditorPanelLocation()
|
java.awt.Dimension |
getEditorPanelSize()
|
java.awt.Point |
getInspectorPanelLocation()
|
java.awt.Dimension |
getInspectorPanelSize()
|
java.lang.String |
getPlugInJarDirectory()
|
boolean |
getPlugInJarOn()
|
int |
getRuleDebuggerPanelDividerLocation()
|
boolean |
getRuleDebuggerPanelHorizontal()
|
java.awt.Point |
getRuleDebuggerPanelLocation()
|
java.awt.Dimension |
getRuleDebuggerPanelSize()
|
java.awt.Color |
getRuleEditorExceptionPanelBackground()
|
java.awt.Font |
getRuleEditorExceptionPanelFont()
|
java.awt.Color |
getRuleEditorExceptionPanelForeground()
|
java.awt.Point |
getRuleEditorExceptionPanelLocation()
|
java.awt.Dimension |
getRuleEditorExceptionPanelSize()
|
java.awt.Color |
getRuleEditorHelpPanelBackground()
|
java.awt.Color |
getRuleEditorHelpPanelForeground()
|
java.awt.Point |
getRuleEditorHelpPanelLocation()
|
java.awt.Dimension |
getRuleEditorHelpPanelSize()
|
java.awt.Color |
getRuleEditorOutputPanelBackground()
|
java.awt.Font |
getRuleEditorOutputPanelFont()
|
java.awt.Color |
getRuleEditorOutputPanelForeground()
|
java.awt.Point |
getRuleEditorOutputPanelLocation()
|
java.awt.Dimension |
getRuleEditorOutputPanelSize()
|
java.awt.Color |
getRuleEditorPanelBackground()
|
java.awt.Font |
getRuleEditorPanelFont()
|
java.awt.Color |
getRuleEditorPanelForeground()
|
java.awt.Point |
getRuleEditorPanelLocation()
|
java.awt.Dimension |
getRuleEditorPanelSize()
|
java.awt.Point |
getRuleEditorSetViewerPanelLocation()
|
java.awt.Dimension |
getRuleEditorSetViewerPanelSize()
|
java.awt.Color |
getRuleEditorTitleBackground()
|
java.awt.Font |
getRuleEditorTitleFont()
|
java.awt.Color |
getRuleEditorTitleForeground()
|
java.awt.Color |
getRuleEditorXmlPanelBackground()
|
java.awt.Font |
getRuleEditorXmlPanelFont()
|
java.awt.Color |
getRuleEditorXmlPanelForeground()
|
java.awt.Point |
getRuleEditorXmlPanelLocation()
|
java.awt.Dimension |
getRuleEditorXmlPanelSize()
|
java.lang.String |
getTextEditor()
|
void |
readPropertiesFile()
Load up the current set of working preferences from a physical properties file. |
void |
setAbleJarFiles(java.lang.String theValue)
|
void |
setAbleLookAndFeelClassName(java.lang.String theName)
|
void |
setConnectionsView(int theValue)
|
void |
setConnectionsView(java.lang.String theValue)
|
void |
setDatabaseDatabases(java.util.Collection theValue)
|
void |
setDatabaseDrivers(java.util.Collection theValue)
|
void |
setDatabaseProtocols(java.util.Collection theValue)
|
void |
setDatabaseSubprotocols(java.util.Collection theValue)
|
void |
setEditorBeanPaletteLabels(java.lang.String theLabels)
|
void |
setEditorExitPrompt(boolean theValue)
|
void |
setEditorExitPrompt(java.lang.String theValue)
|
void |
setEditorPanelBackground(java.awt.Color theValue)
|
void |
setEditorPanelBackground(java.lang.String theValue)
|
void |
setEditorPanelDividerLocation(int theValue)
|
void |
setEditorPanelDividerLocation(java.lang.String theValue)
|
void |
setEditorPanelFont(java.awt.Font theValue)
|
void |
setEditorPanelFont(java.lang.String theValue)
|
void |
setEditorPanelForeground(java.awt.Color theValue)
|
void |
setEditorPanelForeground(java.lang.String theValue)
|
void |
setEditorPanelLocation(java.awt.Point theValue)
|
void |
setEditorPanelLocation(java.lang.String theValue)
|
void |
setEditorPanelSize(java.awt.Dimension theValue)
|
void |
setEditorPanelSize(java.lang.String theValue)
|
void |
setInspectorPanelLocation(java.awt.Point theValue)
|
void |
setInspectorPanelLocation(java.lang.String theValue)
|
void |
setInspectorPanelSize(java.awt.Dimension theValue)
|
void |
setInspectorPanelSize(java.lang.String theValue)
|
void |
setPlugInJarDirectory(java.lang.String theValue)
|
void |
setPlugInJarOn(boolean theValue)
|
void |
setPlugInJarOn(java.lang.String theValue)
|
void |
setRuleDebuggerPanelDividerLocation(int theValue)
|
void |
setRuleDebuggerPanelDividerLocation(java.lang.String theValue)
|
void |
setRuleDebuggerPanelHorizontal(boolean theValue)
|
void |
setRuleDebuggerPanelHorizontal(java.lang.String theValue)
|
void |
setRuleDebuggerPanelLocation(java.awt.Point theValue)
|
void |
setRuleDebuggerPanelLocation(java.lang.String theValue)
|
void |
setRuleDebuggerPanelSize(java.awt.Dimension theValue)
|
void |
setRuleDebuggerPanelSize(java.lang.String theValue)
|
void |
setRuleEditorExceptionPanelBackground(java.awt.Color theValue)
|
void |
setRuleEditorExceptionPanelBackground(java.lang.String theValue)
|
void |
setRuleEditorExceptionPanelFont(java.awt.Font theValue)
|
void |
setRuleEditorExceptionPanelFont(java.lang.String theValue)
|
void |
setRuleEditorExceptionPanelForeground(java.awt.Color theValue)
|
void |
setRuleEditorExceptionPanelForeground(java.lang.String theValue)
|
void |
setRuleEditorExceptionPanelLocation(java.awt.Point theValue)
|
void |
setRuleEditorExceptionPanelLocation(java.lang.String theValue)
|
void |
setRuleEditorExceptionPanelSize(java.awt.Dimension theValue)
|
void |
setRuleEditorExceptionPanelSize(java.lang.String theValue)
|
void |
setRuleEditorHelpPanelBackground(java.awt.Color theValue)
|
void |
setRuleEditorHelpPanelBackground(java.lang.String theValue)
|
void |
setRuleEditorHelpPanelForeground(java.awt.Color theValue)
|
void |
setRuleEditorHelpPanelForeground(java.lang.String theValue)
|
void |
setRuleEditorHelpPanelLocation(java.awt.Point theValue)
|
void |
setRuleEditorHelpPanelLocation(java.lang.String theValue)
|
void |
setRuleEditorHelpPanelSize(java.awt.Dimension theValue)
|
void |
setRuleEditorHelpPanelSize(java.lang.String theValue)
|
void |
setRuleEditorOutputPanelBackground(java.awt.Color theValue)
|
void |
setRuleEditorOutputPanelBackground(java.lang.String theValue)
|
void |
setRuleEditorOutputPanelFont(java.awt.Font theValue)
|
void |
setRuleEditorOutputPanelFont(java.lang.String theValue)
|
void |
setRuleEditorOutputPanelForeground(java.awt.Color theValue)
|
void |
setRuleEditorOutputPanelForeground(java.lang.String theValue)
|
void |
setRuleEditorOutputPanelLocation(java.awt.Point theValue)
|
void |
setRuleEditorOutputPanelLocation(java.lang.String theValue)
|
void |
setRuleEditorOutputPanelSize(java.awt.Dimension theValue)
|
void |
setRuleEditorOutputPanelSize(java.lang.String theValue)
|
void |
setRuleEditorPanelBackground(java.awt.Color theValue)
|
void |
setRuleEditorPanelBackground(java.lang.String theValue)
|
void |
setRuleEditorPanelFont(java.awt.Font theValue)
|
void |
setRuleEditorPanelFont(java.lang.String theValue)
|
void |
setRuleEditorPanelForeground(java.awt.Color theValue)
|
void |
setRuleEditorPanelForeground(java.lang.String theValue)
|
void |
setRuleEditorPanelLocation(java.awt.Point theValue)
|
void |
setRuleEditorPanelLocation(java.lang.String theValue)
|
void |
setRuleEditorPanelSize(java.awt.Dimension theValue)
|
void |
setRuleEditorPanelSize(java.lang.String theValue)
|
void |
setRuleEditorSetViewerPanelLocation(java.awt.Point theValue)
|
void |
setRuleEditorSetViewerPanelLocation(java.lang.String theValue)
|
void |
setRuleEditorSetViewerPanelSize(java.awt.Dimension theValue)
|
void |
setRuleEditorSetViewerPanelSize(java.lang.String theValue)
|
void |
setRuleEditorTitleBackground(java.awt.Color theValue)
|
void |
setRuleEditorTitleBackground(java.lang.String theValue)
|
void |
setRuleEditorTitleFont(java.awt.Font theValue)
|
void |
setRuleEditorTitleFont(java.lang.String theValue)
|
void |
setRuleEditorTitleForeground(java.awt.Color theValue)
|
void |
setRuleEditorTitleForeground(java.lang.String theValue)
|
void |
setRuleEditorXmlPanelBackground(java.awt.Color theValue)
|
void |
setRuleEditorXmlPanelBackground(java.lang.String theValue)
|
void |
setRuleEditorXmlPanelFont(java.awt.Font theValue)
|
void |
setRuleEditorXmlPanelFont(java.lang.String theValue)
|
void |
setRuleEditorXmlPanelForeground(java.awt.Color theValue)
|
void |
setRuleEditorXmlPanelForeground(java.lang.String theValue)
|
void |
setRuleEditorXmlPanelLocation(java.awt.Point theValue)
|
void |
setRuleEditorXmlPanelLocation(java.lang.String theValue)
|
void |
setRuleEditorXmlPanelSize(java.awt.Dimension theValue)
|
void |
setRuleEditorXmlPanelSize(java.lang.String theValue)
|
void |
setTextEditor(java.lang.String theEditor)
|
void |
updatePreferenceVariablesAndWritePropertiesFile(AbleGuiPreferences theNewPreferences)
Change all current working preferences to the values contained in the specified preferences object. |
void |
writePropertiesFile()
Save the current set of working preferences to a physical properties file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbleGuiPreferences()
We look for this package's properties file first in the directory as specified by the system property contained in the variable Able.PropertiesFileDirectoryProperty and if the named property isn't set, then in the user's home directory. If there is no properties file in either location, a default properties file is created.
Method Detail |
public final java.lang.String getAbleJarFiles()
public final void setAbleJarFiles(java.lang.String theValue)
public final java.lang.String getPlugInJarDirectory()
public final void setPlugInJarDirectory(java.lang.String theValue)
public final java.util.TreeSet getDatabaseDrivers()
public final void setDatabaseDrivers(java.util.Collection theValue)
public final java.util.TreeSet getDatabaseProtocols()
public final void setDatabaseProtocols(java.util.Collection theValue)
public final java.util.TreeSet getDatabaseSubprotocols()
public final void setDatabaseSubprotocols(java.util.Collection theValue)
public final java.util.TreeSet getDatabaseDatabases()
public final void setDatabaseDatabases(java.util.Collection theValue)
public java.awt.Color getEditorPanelBackground()
public java.lang.String cvtEditorPanelBackground()
public void setEditorPanelBackground(java.awt.Color theValue)
public void setEditorPanelBackground(java.lang.String theValue)
public java.awt.Color getEditorPanelForeground()
public java.lang.String cvtEditorPanelForeground()
public void setEditorPanelForeground(java.awt.Color theValue)
public void setEditorPanelForeground(java.lang.String theValue)
public java.awt.Font getEditorPanelFont()
public java.lang.String cvtEditorPanelFont()
public void setEditorPanelFont(java.awt.Font theValue)
public void setEditorPanelFont(java.lang.String theValue)
public java.awt.Point getEditorPanelLocation()
public java.lang.String cvtEditorPanelLocation()
public void setEditorPanelLocation(java.awt.Point theValue)
public void setEditorPanelLocation(java.lang.String theValue)
public java.awt.Dimension getEditorPanelSize()
public java.lang.String cvtEditorPanelSize()
public void setEditorPanelSize(java.awt.Dimension theValue)
public void setEditorPanelSize(java.lang.String theValue)
public int getEditorPanelDividerLocation()
public java.lang.String cvtEditorPanelDividerLocation()
public void setEditorPanelDividerLocation(int theValue)
public void setEditorPanelDividerLocation(java.lang.String theValue)
public int getConnectionsView()
public java.lang.String cvtConnectionsView()
public void setConnectionsView(int theValue)
public void setConnectionsView(java.lang.String theValue)
public boolean getEditorExitPrompt()
public java.lang.String cvtEditorExitPrompt()
public void setEditorExitPrompt(boolean theValue)
public void setEditorExitPrompt(java.lang.String theValue)
public boolean getPlugInJarOn()
public java.lang.String cvtPlugInJarOn()
public void setPlugInJarOn(boolean theValue)
public void setPlugInJarOn(java.lang.String theValue)
public java.lang.String getEditorBeanPaletteLabels()
public void setEditorBeanPaletteLabels(java.lang.String theLabels)
public java.lang.String getAbleLookAndFeelClassName()
public void setAbleLookAndFeelClassName(java.lang.String theName)
public java.lang.String getTextEditor()
public void setTextEditor(java.lang.String theEditor)
public java.awt.Color getRuleEditorPanelBackground()
public java.lang.String cvtRuleEditorPanelBackground()
public void setRuleEditorPanelBackground(java.awt.Color theValue)
public void setRuleEditorPanelBackground(java.lang.String theValue)
public java.awt.Color getRuleEditorPanelForeground()
public java.lang.String cvtRuleEditorPanelForeground()
public void setRuleEditorPanelForeground(java.awt.Color theValue)
public void setRuleEditorPanelForeground(java.lang.String theValue)
public java.awt.Font getRuleEditorPanelFont()
public java.lang.String cvtRuleEditorPanelFont()
public void setRuleEditorPanelFont(java.awt.Font theValue)
public void setRuleEditorPanelFont(java.lang.String theValue)
public java.awt.Point getRuleEditorPanelLocation()
public java.lang.String cvtRuleEditorPanelLocation()
public void setRuleEditorPanelLocation(java.awt.Point theValue)
public void setRuleEditorPanelLocation(java.lang.String theValue)
public java.awt.Dimension getRuleEditorPanelSize()
public java.lang.String cvtRuleEditorPanelSize()
public void setRuleEditorPanelSize(java.awt.Dimension theValue)
public void setRuleEditorPanelSize(java.lang.String theValue)
public java.awt.Color getRuleEditorTitleBackground()
public java.lang.String cvtRuleEditorTitleBackground()
public void setRuleEditorTitleBackground(java.awt.Color theValue)
public void setRuleEditorTitleBackground(java.lang.String theValue)
public java.awt.Color getRuleEditorTitleForeground()
public java.lang.String cvtRuleEditorTitleForeground()
public void setRuleEditorTitleForeground(java.awt.Color theValue)
public void setRuleEditorTitleForeground(java.lang.String theValue)
public java.awt.Font getRuleEditorTitleFont()
public java.lang.String cvtRuleEditorTitleFont()
public void setRuleEditorTitleFont(java.awt.Font theValue)
public void setRuleEditorTitleFont(java.lang.String theValue)
public java.awt.Color getRuleEditorExceptionPanelBackground()
public java.lang.String cvtRuleEditorExceptionPanelBackground()
public void setRuleEditorExceptionPanelBackground(java.awt.Color theValue)
public void setRuleEditorExceptionPanelBackground(java.lang.String theValue)
public java.awt.Color getRuleEditorExceptionPanelForeground()
public java.lang.String cvtRuleEditorExceptionPanelForeground()
public void setRuleEditorExceptionPanelForeground(java.awt.Color theValue)
public void setRuleEditorExceptionPanelForeground(java.lang.String theValue)
public java.awt.Font getRuleEditorExceptionPanelFont()
public java.lang.String cvtRuleEditorExceptionPanelFont()
public void setRuleEditorExceptionPanelFont(java.awt.Font theValue)
public void setRuleEditorExceptionPanelFont(java.lang.String theValue)
public java.awt.Point getRuleEditorExceptionPanelLocation()
public java.lang.String cvtRuleEditorExceptionPanelLocation()
public void setRuleEditorExceptionPanelLocation(java.awt.Point theValue)
public void setRuleEditorExceptionPanelLocation(java.lang.String theValue)
public java.awt.Dimension getRuleEditorExceptionPanelSize()
public java.lang.String cvtRuleEditorExceptionPanelSize()
public void setRuleEditorExceptionPanelSize(java.awt.Dimension theValue)
public void setRuleEditorExceptionPanelSize(java.lang.String theValue)
public java.awt.Color getRuleEditorHelpPanelBackground()
public java.lang.String cvtRuleEditorHelpPanelBackground()
public void setRuleEditorHelpPanelBackground(java.awt.Color theValue)
public void setRuleEditorHelpPanelBackground(java.lang.String theValue)
public java.awt.Color getRuleEditorHelpPanelForeground()
public java.lang.String cvtRuleEditorHelpPanelForeground()
public void setRuleEditorHelpPanelForeground(java.awt.Color theValue)
public void setRuleEditorHelpPanelForeground(java.lang.String theValue)
public java.awt.Point getRuleEditorHelpPanelLocation()
public java.lang.String cvtRuleEditorHelpPanelLocation()
public void setRuleEditorHelpPanelLocation(java.awt.Point theValue)
public void setRuleEditorHelpPanelLocation(java.lang.String theValue)
public java.awt.Dimension getRuleEditorHelpPanelSize()
public java.lang.String cvtRuleEditorHelpPanelSize()
public void setRuleEditorHelpPanelSize(java.awt.Dimension theValue)
public void setRuleEditorHelpPanelSize(java.lang.String theValue)
public java.awt.Color getRuleEditorOutputPanelBackground()
public java.lang.String cvtRuleEditorOutputPanelBackground()
public void setRuleEditorOutputPanelBackground(java.awt.Color theValue)
public void setRuleEditorOutputPanelBackground(java.lang.String theValue)
public java.awt.Color getRuleEditorOutputPanelForeground()
public java.lang.String cvtRuleEditorOutputPanelForeground()
public void setRuleEditorOutputPanelForeground(java.awt.Color theValue)
public void setRuleEditorOutputPanelForeground(java.lang.String theValue)
public java.awt.Font getRuleEditorOutputPanelFont()
public java.lang.String cvtRuleEditorOutputPanelFont()
public void setRuleEditorOutputPanelFont(java.awt.Font theValue)
public void setRuleEditorOutputPanelFont(java.lang.String theValue)
public java.awt.Point getRuleEditorOutputPanelLocation()
public java.lang.String cvtRuleEditorOutputPanelLocation()
public void setRuleEditorOutputPanelLocation(java.awt.Point theValue)
public void setRuleEditorOutputPanelLocation(java.lang.String theValue)
public java.awt.Dimension getRuleEditorOutputPanelSize()
public java.lang.String cvtRuleEditorOutputPanelSize()
public void setRuleEditorOutputPanelSize(java.awt.Dimension theValue)
public void setRuleEditorOutputPanelSize(java.lang.String theValue)
public java.awt.Point getRuleEditorSetViewerPanelLocation()
public java.lang.String cvtRuleEditorSetViewerPanelLocation()
public void setRuleEditorSetViewerPanelLocation(java.awt.Point theValue)
public void setRuleEditorSetViewerPanelLocation(java.lang.String theValue)
public java.awt.Dimension getRuleEditorSetViewerPanelSize()
public java.lang.String cvtRuleEditorSetViewerPanelSize()
public void setRuleEditorSetViewerPanelSize(java.awt.Dimension theValue)
public void setRuleEditorSetViewerPanelSize(java.lang.String theValue)
public java.awt.Color getRuleEditorXmlPanelBackground()
public java.lang.String cvtRuleEditorXmlPanelBackground()
public void setRuleEditorXmlPanelBackground(java.awt.Color theValue)
public void setRuleEditorXmlPanelBackground(java.lang.String theValue)
public java.awt.Color getRuleEditorXmlPanelForeground()
public java.lang.String cvtRuleEditorXmlPanelForeground()
public void setRuleEditorXmlPanelForeground(java.awt.Color theValue)
public void setRuleEditorXmlPanelForeground(java.lang.String theValue)
public java.awt.Font getRuleEditorXmlPanelFont()
public java.lang.String cvtRuleEditorXmlPanelFont()
public void setRuleEditorXmlPanelFont(java.awt.Font theValue)
public void setRuleEditorXmlPanelFont(java.lang.String theValue)
public java.awt.Point getRuleEditorXmlPanelLocation()
public java.lang.String cvtRuleEditorXmlPanelLocation()
public void setRuleEditorXmlPanelLocation(java.awt.Point theValue)
public void setRuleEditorXmlPanelLocation(java.lang.String theValue)
public java.awt.Dimension getRuleEditorXmlPanelSize()
public java.lang.String cvtRuleEditorXmlPanelSize()
public void setRuleEditorXmlPanelSize(java.awt.Dimension theValue)
public void setRuleEditorXmlPanelSize(java.lang.String theValue)
public java.awt.Point getRuleDebuggerPanelLocation()
public java.lang.String cvtRuleDebuggerPanelLocation()
public void setRuleDebuggerPanelLocation(java.awt.Point theValue)
public void setRuleDebuggerPanelLocation(java.lang.String theValue)
public java.awt.Dimension getRuleDebuggerPanelSize()
public java.lang.String cvtRuleDebuggerPanelSize()
public void setRuleDebuggerPanelSize(java.awt.Dimension theValue)
public void setRuleDebuggerPanelSize(java.lang.String theValue)
public int getRuleDebuggerPanelDividerLocation()
public java.lang.String cvtRuleDebuggerPanelDividerLocation()
public void setRuleDebuggerPanelDividerLocation(int theValue)
public void setRuleDebuggerPanelDividerLocation(java.lang.String theValue)
public boolean getRuleDebuggerPanelHorizontal()
public java.lang.String cvtRuleDebuggerPanelHorizontal()
public void setRuleDebuggerPanelHorizontal(boolean theValue)
public void setRuleDebuggerPanelHorizontal(java.lang.String theValue)
public java.awt.Point getInspectorPanelLocation()
public java.lang.String cvtInspectorPanelLocation()
public void setInspectorPanelLocation(java.awt.Point theValue)
public void setInspectorPanelLocation(java.lang.String theValue)
public java.awt.Dimension getInspectorPanelSize()
public java.lang.String cvtInspectorPanelSize()
public void setInspectorPanelSize(java.awt.Dimension theValue)
public void setInspectorPanelSize(java.lang.String theValue)
public void readPropertiesFile()
writePropertiesFile()
public void writePropertiesFile()
readPropertiesFile()
public void updatePreferenceVariablesAndWritePropertiesFile(AbleGuiPreferences theNewPreferences)
theNewPreferences
- An preferences object containing replacement
values for the current set of working preferences.
protected void debugTrace(java.lang.String theMessage)
theMessage
- A String containing text to be traced.
public static java.lang.String Copyright()
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |