org.scijava.menu
Class MenuConstants
java.lang.Object
org.scijava.menu.MenuConstants
public final class MenuConstants
- extends Object
Useful constants when defining ImageJ menu entries.
- Author:
- Curtis Rueden
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_LABEL
public static final String FILE_LABEL
- See Also:
- Constant Field Values
EDIT_LABEL
public static final String EDIT_LABEL
- See Also:
- Constant Field Values
IMAGE_LABEL
public static final String IMAGE_LABEL
- See Also:
- Constant Field Values
PROCESS_LABEL
public static final String PROCESS_LABEL
- See Also:
- Constant Field Values
ANALYZE_LABEL
public static final String ANALYZE_LABEL
- See Also:
- Constant Field Values
PLUGINS_LABEL
public static final String PLUGINS_LABEL
- See Also:
- Constant Field Values
WINDOW_LABEL
public static final String WINDOW_LABEL
- See Also:
- Constant Field Values
HELP_LABEL
public static final String HELP_LABEL
- See Also:
- Constant Field Values
FILE_WEIGHT
public static final double FILE_WEIGHT
- See Also:
- Constant Field Values
EDIT_WEIGHT
public static final double EDIT_WEIGHT
- See Also:
- Constant Field Values
IMAGE_WEIGHT
public static final double IMAGE_WEIGHT
- See Also:
- Constant Field Values
PROCESS_WEIGHT
public static final double PROCESS_WEIGHT
- See Also:
- Constant Field Values
ANALYZE_WEIGHT
public static final double ANALYZE_WEIGHT
- See Also:
- Constant Field Values
PLUGINS_WEIGHT
public static final double PLUGINS_WEIGHT
- See Also:
- Constant Field Values
WINDOW_WEIGHT
public static final double WINDOW_WEIGHT
- See Also:
- Constant Field Values
HELP_WEIGHT
public static final double HELP_WEIGHT
- See Also:
- Constant Field Values
FILE_MNEMONIC
public static final char FILE_MNEMONIC
- See Also:
- Constant Field Values
EDIT_MNEMONIC
public static final char EDIT_MNEMONIC
- See Also:
- Constant Field Values
IMAGE_MNEMONIC
public static final char IMAGE_MNEMONIC
- See Also:
- Constant Field Values
PROCESS_MNEMONIC
public static final char PROCESS_MNEMONIC
- See Also:
- Constant Field Values
ANALYZE_MNEMONIC
public static final char ANALYZE_MNEMONIC
- See Also:
- Constant Field Values
PLUGINS_MNEMONIC
public static final char PLUGINS_MNEMONIC
- See Also:
- Constant Field Values
WINDOW_MNEMONIC
public static final char WINDOW_MNEMONIC
- See Also:
- Constant Field Values
HELP_MNEMONIC
public static final char HELP_MNEMONIC
- See Also:
- Constant Field Values
Copyright © 2009–2014 SciJava. All rights reserved.