de.glossmaker.gloss.listener
Enum EActionCommands

Package class diagram package EActionCommands
java.lang.Object
  extended by java.lang.Enum<EActionCommands>
      extended by de.glossmaker.gloss.listener.EActionCommands
All Implemented Interfaces:
Serializable, Comparable<EActionCommands>

public enum EActionCommands
extends Enum<EActionCommands>

Author:
Markus Flingelli

Enum Constant Summary
ADD_GLOSS_ITEM
           
CHOOSE_BIBTEXFILE
           
CLOSE_IMPORT_DIALOG
           
CREATE_NEW_FILE
           
EXIT
           
FILE_IMPORTED
           
FILE_NOT_OPENED
           
FIRE_UNDO
           
GLOSS_CHECK_CONSISTENCY
           
GLOSS_ITEM_ADDED
           
GLOSS_ITEM_DEFINITION_CHANGED
           
GLOSS_ITEM_HEADING_CHANGED
           
GLOSS_ITEM_HEADING_REMOVED
           
GLOSS_ITEM_KEY_CHANGED
           
GLOSS_ITEM_PER_AUTO_UPDATE_CHANGED
           
GLOSS_ITEM_REMOVED
           
GLOSS_ITEM_WORD_CHANGED
           
GLOSS_ITEM_WORD_IN_TREE_CHANGED
           
IMPORT_FILE
           
INFO_DIALOG
           
LANGUAGE_CHANGED
           
LAST_OPENED_FILE
           
OPEN_FILE
           
REDO
           
REMOVE_GLOSS_ITEM
           
SAVE_FILE
           
SAVE_FILE_AS
           
SHOW_BIB_EDITOR
           
SHOW_TABLE_VIEW
           
SHOW_TREE_VIEW
           
SPECIAL_CHARS
           
TREE_SELECTION_CHANGED
           
UNDO
           
UPDATE_TOPPANEL
           
 
Method Summary
static EActionCommands valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EActionCommands[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CREATE_NEW_FILE

public static final EActionCommands CREATE_NEW_FILE

SAVE_FILE

public static final EActionCommands SAVE_FILE

SAVE_FILE_AS

public static final EActionCommands SAVE_FILE_AS

OPEN_FILE

public static final EActionCommands OPEN_FILE

FILE_NOT_OPENED

public static final EActionCommands FILE_NOT_OPENED

LAST_OPENED_FILE

public static final EActionCommands LAST_OPENED_FILE

IMPORT_FILE

public static final EActionCommands IMPORT_FILE

FILE_IMPORTED

public static final EActionCommands FILE_IMPORTED

EXIT

public static final EActionCommands EXIT

SPECIAL_CHARS

public static final EActionCommands SPECIAL_CHARS

UNDO

public static final EActionCommands UNDO

REDO

public static final EActionCommands REDO

INFO_DIALOG

public static final EActionCommands INFO_DIALOG

TREE_SELECTION_CHANGED

public static final EActionCommands TREE_SELECTION_CHANGED

ADD_GLOSS_ITEM

public static final EActionCommands ADD_GLOSS_ITEM

GLOSS_ITEM_ADDED

public static final EActionCommands GLOSS_ITEM_ADDED

REMOVE_GLOSS_ITEM

public static final EActionCommands REMOVE_GLOSS_ITEM

GLOSS_ITEM_HEADING_REMOVED

public static final EActionCommands GLOSS_ITEM_HEADING_REMOVED

GLOSS_ITEM_REMOVED

public static final EActionCommands GLOSS_ITEM_REMOVED

GLOSS_ITEM_HEADING_CHANGED

public static final EActionCommands GLOSS_ITEM_HEADING_CHANGED

GLOSS_ITEM_KEY_CHANGED

public static final EActionCommands GLOSS_ITEM_KEY_CHANGED

GLOSS_ITEM_WORD_CHANGED

public static final EActionCommands GLOSS_ITEM_WORD_CHANGED

GLOSS_ITEM_WORD_IN_TREE_CHANGED

public static final EActionCommands GLOSS_ITEM_WORD_IN_TREE_CHANGED

GLOSS_ITEM_DEFINITION_CHANGED

public static final EActionCommands GLOSS_ITEM_DEFINITION_CHANGED

GLOSS_ITEM_PER_AUTO_UPDATE_CHANGED

public static final EActionCommands GLOSS_ITEM_PER_AUTO_UPDATE_CHANGED

FIRE_UNDO

public static final EActionCommands FIRE_UNDO

GLOSS_CHECK_CONSISTENCY

public static final EActionCommands GLOSS_CHECK_CONSISTENCY

CLOSE_IMPORT_DIALOG

public static final EActionCommands CLOSE_IMPORT_DIALOG

LANGUAGE_CHANGED

public static final EActionCommands LANGUAGE_CHANGED

UPDATE_TOPPANEL

public static final EActionCommands UPDATE_TOPPANEL

CHOOSE_BIBTEXFILE

public static final EActionCommands CHOOSE_BIBTEXFILE

SHOW_TABLE_VIEW

public static final EActionCommands SHOW_TABLE_VIEW

SHOW_TREE_VIEW

public static final EActionCommands SHOW_TREE_VIEW

SHOW_BIB_EDITOR

public static final EActionCommands SHOW_BIB_EDITOR
Method Detail

values

public static EActionCommands[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EActionCommands c : EActionCommands.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EActionCommands valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2010 - 2011 Markus Flingelli. All Rights Reserved.