|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSCInt | |
---|---|
com.jstatcom.component | GUI components with general functionality. |
com.jstatcom.model | Data model and Symbol Management systems. |
Uses of JSCInt in com.jstatcom.component |
---|
Methods in com.jstatcom.component that return JSCInt | |
---|---|
JSCInt |
AppSettings.getExitDialog()
Gets JSCInt indicating whether exit Dialog should be
shown. |
JSCInt |
TopFrameSettings.getIsOutputOn()
Gets JSCInt indicating whether output is on. |
JSCInt |
AppSettings.getSaveLastState()
Gets JSCInt indicating whether save last state is on. |
JSCInt |
AppSettings.getSControlEdit()
Gets JSCInt indicating whether the symbol table data table
elements should be editable. |
JSCInt |
AppSettings.getShowExplorer()
Gets JSCInt indicating whether explorer panel should be
shown. |
JSCInt |
TopFrameSettings.getSplitLocation()
Gets the position of the splitpane divider. |
Methods in com.jstatcom.component with parameters of type JSCInt | |
---|---|
void |
TopFrameSettings.setIsOutputOn(JSCInt isOutputOn)
Sets whether output is on. |
void |
TopFrameSettings.setSplitLocation(JSCInt splitLocation)
Sets the position of the splitpane divider. |
Uses of JSCInt in com.jstatcom.model |
---|
Fields in com.jstatcom.model with type parameters of type JSCInt | |
---|---|
static javolution.xml.XmlFormat<JSCInt> |
JSCInt.JSCInt_XML
XML format field for (de)serialization. |
Methods in com.jstatcom.model that return JSCInt | |
---|---|
JSCInt |
JSCInt.copy()
|
JSCInt |
Symbol.getJSCInt()
Gets the data as an instance of JSCInt . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |