|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.component.TopFrameSettings
public final class TopFrameSettings
Holds all settings of the TopFrame
class that should be stored
between application runs.
Field Summary | |
---|---|
static javolution.xml.XmlFormat<TopFrameSettings> |
TopFrameSettings_XML
XML format field for (de)serialization. |
Constructor Summary | |
---|---|
TopFrameSettings()
|
Method Summary | |
---|---|
JSCNArray |
getFrameBounds()
Gets the 4x1 array holding location and size of the frame. |
JSCInt |
getIsOutputOn()
Gets JSCInt indicating whether output is on. |
JSCInt |
getSplitLocation()
Gets the position of the splitpane divider. |
void |
setElement()
Implementations of this method should use the information stored in this SettingsElement to set the state of components at runtime. |
void |
setFrameBounds(JSCNArray frameBounds)
Sets the 4x1 array holding location and size of the frame. |
void |
setIsOutputOn(JSCInt isOutputOn)
Sets whether output is on. |
void |
setSplitLocation(JSCInt splitLocation)
Sets the position of the splitpane divider. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final javolution.xml.XmlFormat<TopFrameSettings> TopFrameSettings_XML
Constructor Detail |
---|
public TopFrameSettings()
Method Detail |
---|
public void setElement()
SettingsElement
SettingsElement
to set the state of components at runtime.
For example, one implementation of this interface, the
ProjectTreeNode
, adds itself to the
ProjectTree
when this method is called. Before that, it
has been restored from its serialization in an XML file.
setElement
in interface SettingsElement
public JSCNArray getFrameBounds()
public void setFrameBounds(JSCNArray frameBounds)
frameBounds
-
java.lang.IllegalArgumentException
- if (frameBounds == null)
public JSCInt getSplitLocation()
public void setSplitLocation(JSCInt splitLocation)
splitLocation
- as integer
java.lang.IllegalArgumentException
- if (splitLocation == null)
public JSCInt getIsOutputOn()
JSCInt
indicating whether output is on.
JSCInt
public void setIsOutputOn(JSCInt isOutputOn)
isOutputOn
- as integer
java.lang.IllegalArgumentException
- if (isOutputOn == null)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |