Uses of Class
projectPrototype.view.graphicEditor.states.State

Packages that use State
projectPrototype.view.graphicEditor   
projectPrototype.view.graphicEditor.operators   
projectPrototype.view.graphicEditor.states   
 

Uses of State in projectPrototype.view.graphicEditor
 

Fields in projectPrototype.view.graphicEditor declared as State
private  State[] GraphicEditor.states
          States of the Graphic editor.
 

Methods in projectPrototype.view.graphicEditor that return State
 State GraphicEditor.getState(int i)
          Returns the active State.
 State Editor.getState(int i)
          Returns the state i.
 

Uses of State in projectPrototype.view.graphicEditor.operators
 

Fields in projectPrototype.view.graphicEditor.operators declared as State
protected  State Operator.state
           
 

Methods in projectPrototype.view.graphicEditor.operators with parameters of type State
 void Operator.select(State state)
           
 

Constructors in projectPrototype.view.graphicEditor.operators with parameters of type State
SelectionOperator(State state)
           
RectangleOperator(State state)
           
Operator(java.lang.String name, State state)
           
LinkOperator(State state)
           
LineOperator(State state)
           
EllipseOperator(State state)
           
ComposedFigureOperator(State state)
           
 

Uses of State in projectPrototype.view.graphicEditor.states
 

Subclasses of State in projectPrototype.view.graphicEditor.states
 class CFPState
           
 class CSPState
           
 class IdentificationState
           
 class LinkCFPState
           
 class LinkCSPState
           
 class ModificationState
           
 class OverObjectState
           
 class OverSelectorState
           
 class TranslationState