sbr.items
Class EditMenu

java.lang.Object
  extended by sbr.items.EditMenu

public class EditMenu
extends java.lang.Object

Constants for the Edit menu and the methods to allow editing of items in the survey. Currently the operations are: Edit: the ability to adjust the values and labels in a question.

Author:
John H. Krantz, Ph.D.
See Also:
Menus, SurveyBuildR

Field Summary
static int COPY
           
static int CUT
           
static int DELETE
           
static int EDIT
          Code for Edit Item
static java.lang.String[] ITEMS
          Text for a menu to edit the survey
static int PASTE
           
static boolean[] SHIFT
           
static int[] SHORT_CUTS
          Shortcut keys for the file menu
 
Constructor Summary
EditMenu()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDIT

public static final int EDIT
Code for Edit Item

See Also:
Constant Field Values

CUT

public static final int CUT
See Also:
Constant Field Values

COPY

public static final int COPY
See Also:
Constant Field Values

PASTE

public static final int PASTE
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values

ITEMS

public static final java.lang.String[] ITEMS
Text for a menu to edit the survey


SHORT_CUTS

public static final int[] SHORT_CUTS
Shortcut keys for the file menu


SHIFT

public static final boolean[] SHIFT
Constructor Detail

EditMenu

public EditMenu()