quoggles.constants
Interface QDialogConstants

All Known Implementing Classes:
QDialog

public interface QDialogConstants


Field Summary
static java.lang.String ADDBOX_BUTTON
          Action command string for a button
static java.lang.String CANCEL_BUTTON
          Action command string for a button
static java.lang.String CLEAR_BUTTON
          Action command string for a button
static java.lang.String FOLLOW_BUTTON
          Action command string for follow mode button
static int ICONPANEL_HEIGHT
          Height of the scrollable icon panel
static java.lang.String LOAD_BUTTON
          Action command string for a button
static java.lang.String PLACEFREELY_BUTTON
          Action command string for place freely mode button
static java.lang.String SAVE_BUTTON
          Action command string for a button
static java.lang.String START_BUTTON
          Action command string for a button
static java.lang.String SUB_SAVE_BUTTON
          Action command string for a button
static int WHOLE_HEIGHT
          Height of the scrollable query graph panel
static int WHOLE_WIDTH
          Width of the scrollable query graph panel
 

Field Detail

WHOLE_WIDTH

public static final int WHOLE_WIDTH
Width of the scrollable query graph panel

See Also:
Constant Field Values

WHOLE_HEIGHT

public static final int WHOLE_HEIGHT
Height of the scrollable query graph panel

See Also:
Constant Field Values

ICONPANEL_HEIGHT

public static final int ICONPANEL_HEIGHT
Height of the scrollable icon panel

See Also:
Constant Field Values

START_BUTTON

public static final java.lang.String START_BUTTON
Action command string for a button

See Also:
Constant Field Values

CANCEL_BUTTON

public static final java.lang.String CANCEL_BUTTON
Action command string for a button

See Also:
Constant Field Values

ADDBOX_BUTTON

public static final java.lang.String ADDBOX_BUTTON
Action command string for a button

See Also:
Constant Field Values

SAVE_BUTTON

public static final java.lang.String SAVE_BUTTON
Action command string for a button

See Also:
Constant Field Values

SUB_SAVE_BUTTON

public static final java.lang.String SUB_SAVE_BUTTON
Action command string for a button

See Also:
Constant Field Values

LOAD_BUTTON

public static final java.lang.String LOAD_BUTTON
Action command string for a button

See Also:
Constant Field Values

CLEAR_BUTTON

public static final java.lang.String CLEAR_BUTTON
Action command string for a button

See Also:
Constant Field Values

FOLLOW_BUTTON

public static final java.lang.String FOLLOW_BUTTON
Action command string for follow mode button

See Also:
Constant Field Values

PLACEFREELY_BUTTON

public static final java.lang.String PLACEFREELY_BUTTON
Action command string for place freely mode button

See Also:
Constant Field Values