|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteasik.states.EasikState
easik.states.BasicEditingState
public class BasicEditingState
The basic editing state is the lowest state of the state manager. It can not be popped off. Basic editing allows access to the basic tools of building sketches.
Field Summary |
---|
Fields inherited from class easik.states.EasikState |
---|
_ourSketch |
Constructor Summary | |
---|---|
BasicEditingState()
|
Method Summary | |
---|---|
void |
poppedOff()
Empty method, as this should never be popped off. |
void |
pushedOn()
There is nowhere to go from basic editing (state-wise) so when it is pushed on, it disables Next and Cancel. |
void |
selectionUpdated()
Update the selection so that the only selectable items will be those within reach of the existing edges. |
java.lang.String |
toString()
Used to identify this class. |
Methods inherited from class easik.states.EasikState |
---|
cancelClicked, finishClicked, gotFocus, nextClicked, resetColors, setCancelButton, setFinishButton, setNextButton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicEditingState()
Method Detail |
---|
public void pushedOn()
pushedOn
in class EasikState
public void poppedOff()
poppedOff
in class EasikState
public java.lang.String toString()
toString
in class EasikState
public void selectionUpdated()
selectionUpdated
in class EasikState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |