|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteasik.states.EasikState
easik.states.LoadingState
public class LoadingState
This state is used when adding elements to the graph so that the selection algorithm does not insert then in weird places.
| Field Summary |
|---|
| Fields inherited from class easik.states.EasikState |
|---|
_ourSketch |
| Constructor Summary | |
|---|---|
LoadingState()
|
|
| 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. |
java.lang.String |
toString()
Used to identify this class. |
| Methods inherited from class easik.states.EasikState |
|---|
cancelClicked, finishClicked, gotFocus, nextClicked, resetColors, selectionUpdated, setCancelButton, setFinishButton, setNextButton |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LoadingState()
| Method Detail |
|---|
public void pushedOn()
pushedOn in class EasikStatepublic void poppedOff()
poppedOff in class EasikStatepublic java.lang.String toString()
toString in class EasikState
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||