|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectState | |
---|---|
com.jstatcom.model | Data model and Symbol Management systems. |
com.jstatcom.project | Project and settings management systems. |
Uses of ProjectState in com.jstatcom.model |
---|
Methods in com.jstatcom.model that return ProjectState | |
---|---|
ProjectState |
ModelFrame.getState()
Empty default implementation that returns null . |
Methods in com.jstatcom.model with parameters of type ProjectState | |
---|---|
void |
ModelFrame.setState(ProjectState state)
Empty default implementation that does nothing. |
Uses of ProjectState in com.jstatcom.project |
---|
Methods in com.jstatcom.project that return ProjectState | |
---|---|
ProjectState |
ProjectStateHandler.getState()
Gets the current state of the implementing class. |
Methods in com.jstatcom.project with parameters of type ProjectState | |
---|---|
void |
Project.addProjectState(ProjectState projectState)
Adds a new project state to this project. |
void |
ProjectStateHandler.setState(ProjectState state)
Sets the state of the implementing class according to the state argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |