easik.states
Class LoadingState

java.lang.Object
  extended by easik.states.EasikState
      extended by easik.states.LoadingState

public class LoadingState
extends EasikState

This state is used when adding elements to the graph so that the selection algorithm does not insert then in weird places.

Since:
2006-07-13 Kevin Green
Version:
2006-07-13 Kevin Green
Author:
Kevin Green 2006

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

LoadingState

public LoadingState()
Method Detail

pushedOn

public void pushedOn()
There is nowhere to go from basic editing (state-wise) so when it is pushed on, it disables Next and Cancel.

Specified by:
pushedOn in class EasikState

poppedOff

public void poppedOff()
Empty method, as this should never be popped off.

Specified by:
poppedOff in class EasikState

toString

public java.lang.String toString()
Used to identify this class.

Specified by:
toString in class EasikState
Returns:
String literal "Basic Editing"