|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
---|---|
com.cosylab.application.state | |
com.cosylab.application.state.impl | |
com.cosylab.gui | |
com.cosylab.gui.components |
Uses of State in com.cosylab.application.state |
---|
Methods in com.cosylab.application.state that return State | |
---|---|
static State |
StateFactory.createState()
Creates new storage with default ID. |
State |
State.createState(java.lang.String key)
Creates new child and adds it to contaiment with provided key. |
State |
StateOriginator.getState()
Will be called by the StateKeeper in the process of the
application state saving. |
State |
State.getState(java.lang.String key)
DOCUMENT ME! |
Methods in com.cosylab.application.state with parameters of type State | |
---|---|
void |
StateStorage.add(State state)
Adds new state to storage. |
boolean |
StateStorage.contains(State st)
DOCUMENT ME! |
void |
State.putState(java.lang.String key,
State state)
Adds child State with given key. |
void |
StateStorage.remove(State st)
DOCUMENT ME! |
void |
StateOriginator.setState(State state)
Will be called by the StateKeepr when it reads
State object which belongs to this component. |
Uses of State in com.cosylab.application.state.impl |
---|
Classes in com.cosylab.application.state.impl that implement State | |
---|---|
class |
DefaultState
This is the default implementation of the State interface. |
Methods in com.cosylab.application.state.impl that return State | |
---|---|
State |
DefaultState.createState(java.lang.String key)
|
State |
DefaultState.getState(java.lang.String key)
|
static State[] |
XMLStateStorage.loadStates(org.xml.sax.InputSource is)
DOCUMENT ME! |
static State[] |
OldXMLStateStorage.loadStates(org.xml.sax.InputSource is)
DOCUMENT ME! |
static State[] |
NewXMLStateStorage.loadStates(org.xml.sax.InputSource is)
DOCUMENT ME! |
Methods in com.cosylab.application.state.impl with parameters of type State | |
---|---|
void |
XMLStateStorage.add(State state)
|
void |
DefaultStateStorage.add(State state)
|
boolean |
XMLStateStorage.contains(State st)
|
boolean |
DefaultStateStorage.contains(State st)
|
void |
DefaultState.putState(java.lang.String key,
State state)
|
void |
XMLStateStorage.remove(State st)
|
void |
DefaultStateStorage.remove(State st)
|
static void |
XMLStateStorage.storeStates(State[] outStates,
java.io.OutputStream os)
DOCUMENT ME! |
static void |
OldXMLStateStorage.storeStates(State[] outStates,
java.io.OutputStream os)
DOCUMENT ME! |
static void |
NewXMLStateStorage.storeStates(State[] outStates,
java.io.OutputStream os)
DOCUMENT ME! |
Uses of State in com.cosylab.gui |
---|
Methods in com.cosylab.gui that return State | |
---|---|
State |
DoubleNumberDisplayer.getState()
Overriden to implement additional features saving. |
Methods in com.cosylab.gui with parameters of type State | |
---|---|
void |
DoubleNumberDisplayer.setState(State state)
Overriden to implement additional features loading. |
Uses of State in com.cosylab.gui.components |
---|
Methods in com.cosylab.gui.components that return State | |
---|---|
State |
Slider.getState()
|
State |
Piper.getState()
Returns the current state of the component. |
State |
LabelledWheelswitch.getState()
|
State |
LabelledNumberField.getState()
|
State |
LabelledLedder.getState()
Overriden to implement additional features saving. |
State |
LabelledGauger.getState()
|
State |
Gauger.getState()
|
State |
DialKnob.getState()
Returns the current state of the component. |
State |
AbstractNumericDisplayerPanel.getState()
|
State |
AbstractDisplayerPanel.getState()
Returns the current state of the component. |
Methods in com.cosylab.gui.components with parameters of type State | |
---|---|
void |
Slider.setState(State state)
|
void |
Piper.setState(State state)
Sets the state to the component. |
void |
LabelledWheelswitch.setState(State state)
|
void |
LabelledNumberField.setState(State state)
|
void |
LabelledLedder.setState(State state)
Overriden to implement additional features loading. |
void |
LabelledGauger.setState(State state)
|
void |
Gauger.setState(State state)
|
void |
DialKnob.setState(State state)
Sets the state to the component. |
void |
AbstractNumericDisplayerPanel.setState(State state)
|
void |
AbstractDisplayerPanel.setState(State state)
Sets the state to the component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |