|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.org.venice.prefs.settings.AbstractSettings
nz.org.venice.prefs.settings.ModuleFrameSettings
This class stores geometry data and a module identifier for saved frames.
ModuleFrameSettingsReader,
ModuleFrameSettingsWriter,
PreferencesManager| Field Summary |
| Fields inherited from interface nz.org.venice.prefs.settings.Settings |
ALERTS, ANALYSER, ANNMODULE, ANNRESULTS, CHART, CHARTMODULE, FRAME, GAMODULE, GARESULTS, GPMODULE, GPRESULTS, GRAPHS, HELP, HELPMODULE, MENUS, MODULE, PAPERTRADEMODULE, PAPERTRADERESULTS, PORTFOLIO, PORTFOLIOMODULE, PORTFOLIOTABLEMODULE, PREFERENCES, PREFERENCESMODULE, PREFS, QUOTEMODULE, ROOTMODULE, TABLE, TRANSACTIONMODULE, WATCHSCREENMODULE |
| Constructor Summary | |
ModuleFrameSettings()
Create new ModuleFrameSettings. |
|
ModuleFrameSettings(java.lang.String key)
Create new ModuleFrameSettings. |
|
| Method Summary | |
java.awt.Rectangle |
getBounds()
Return the geometry of the JFrame. |
java.lang.String |
getModuleKey()
|
Settings |
getModuleSettings()
Return the Settings of the module of the frame. |
void |
setBounds(java.awt.Rectangle bounds)
Set the ModuleFrame bounds. |
void |
setModuleKey(java.lang.String key)
Set the module of the frame identifier (Deprecated) |
void |
setModuleSettings(Settings moduleSettings)
Set the module settings of the module. |
| Methods inherited from class nz.org.venice.prefs.settings.AbstractSettings |
getGroup, getHBarPolicy, getHBarValue, getKey, getModule, getTitle, getType, getVBarPolicy, getVBarValue, setGroup, setHBarPolicy, setHBarValue, setKey, setScrollBarValues, setTitle, setType, setVBarPolicy, setVBarValue, toString, updateScrollPane |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ModuleFrameSettings()
public ModuleFrameSettings(java.lang.String key)
key - The ModuleFrame Settings Identifier| Method Detail |
public void setBounds(java.awt.Rectangle bounds)
bounds - The JFrame boundspublic void setModuleKey(java.lang.String key)
key - The module identifierpublic java.lang.String getModuleKey()
public java.awt.Rectangle getBounds()
public Settings getModuleSettings()
public void setModuleSettings(Settings moduleSettings)
moduleSettings - The module settings.
|
Venice 0.751beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||