quoggles
Class QModes

java.lang.Object
  |
  +--quoggles.QModes

public class QModes
extends java.lang.Object


Field Summary
static boolean dontCheck
          Indicates that there is no need to check for the selection input box
static boolean followMode
           
static int nextBoxNr
           
static boolean placeFreely
           
static boolean standAlone
           
 
Constructor Summary
QModes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

standAlone

public static boolean standAlone

followMode

public static boolean followMode

placeFreely

public static boolean placeFreely

nextBoxNr

public static int nextBoxNr

dontCheck

public static boolean dontCheck
Indicates that there is no need to check for the selection input box

Constructor Detail

QModes

public QModes()