org.merlotxml.merlot
Interface MerlotConstants

All Known Implementing Classes:
ChildTableEditor, DNDJTreeTableModel, DOMTreeTableAdapter, DTDChooser, GenericDOMEditor, GenericDOMEditPanel, MerlotAbout, MerlotDOMNode, MerlotError, MerlotLibrary, MerlotLibraryItemEditor, MerlotUndoableEdit, MerlotUtils, XMLEditor, XMLEditorActions, XMLEditorDoc, XMLEditorFrame, XMLFile, MerlotLibrarySectionMenu, XMLEditorDocUI

public interface MerlotConstants


Field Summary
static java.lang.String ACTION_MENU_ACCELERATOR
           
static java.lang.String ACTION_MENU_ICON
           
static java.lang.String ACTION_NAME
           
static java.lang.String ACTION_SHORT_DESCRIPTION
           
static java.lang.String ACTION_SMALL_ICON
           
static int AFTER
           
static int BEFORE
           
static java.lang.String ERR
           
static int INTO
           
static java.lang.String UI
           
static java.lang.String XML
           
 

Field Detail

UI

public static final java.lang.String UI

ERR

public static final java.lang.String ERR

XML

public static final java.lang.String XML

ACTION_NAME

public static final java.lang.String ACTION_NAME

ACTION_SMALL_ICON

public static final java.lang.String ACTION_SMALL_ICON

ACTION_SHORT_DESCRIPTION

public static final java.lang.String ACTION_SHORT_DESCRIPTION

ACTION_MENU_ICON

public static final java.lang.String ACTION_MENU_ICON

ACTION_MENU_ACCELERATOR

public static final java.lang.String ACTION_MENU_ACCELERATOR

INTO

public static final int INTO

BEFORE

public static final int BEFORE

AFTER

public static final int AFTER