|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectStateHandler
Interface to be implemented by classes that should save and restore their
state from an instance of ProjectState
. This interface is
typically implemented by ModelFrame
subclasses that are the
top-level components for modules.
Method Summary | |
---|---|
java.lang.String |
getID()
Gets the ID of this handler for this project state. |
ProjectState |
getState()
Gets the current state of the implementing class. |
void |
setState(ProjectState state)
Sets the state of the implementing class according to the state argument. |
Method Detail |
---|
void setState(ProjectState state)
state
argument.
state
- project state instance holding all relevant informationProjectState getState()
java.lang.String getID()
ProjectManager
to retrieve the handler
instance from a deserialized ProjectState
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |