|
JGraph X 1.0.2.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.util.mxEvent
public class mxEvent
Contains all global constants.
Field Summary | |
---|---|
static String |
ADD
|
static String |
ADD_CELLS
|
static String |
ADD_OVERLAY
|
static String |
AFTER_EXECUTE
Holds the name for the afterExecute event. |
static String |
AFTER_PAINT
|
static String |
ALIGN_CELLS
|
static String |
BEFORE_EXECUTE
Holds the name for the beforeExecute event. |
static String |
BEFORE_PAINT
|
static String |
BEFORE_UNDO
Holds the name for the beforeUndo event. |
static String |
BEGIN_UPDATE
Holds the name for the beginUpdate event. |
static String |
CELL_CONNECTED
|
static String |
CELLS_ADDED
|
static String |
CELLS_FOLDED
|
static String |
CELLS_MOVED
|
static String |
CELLS_ORDERED
|
static String |
CELLS_REMOVED
|
static String |
CELLS_RESIZED
|
static String |
CELLS_TOGGLED
|
static String |
CHANGE
Holds the name for the change event. |
static String |
CONNECT_CELL
|
static String |
DOWN
|
static String |
END_UPDATE
Holds the name for the endUpdate event. |
static String |
EXECUTE
Holds the name for the execute event. |
static String |
FLIP_EDGE
|
static String |
FOLD_CELLS
|
static String |
GROUP_CELLS
|
static String |
LABEL_CHANGED
|
static String |
LAYOUT_CELLS
|
static String |
MARK
Holds the name for the mark event, which fires after a cell has been marked. |
static String |
MOVE_CELLS
|
static String |
NOTIFY
Holds the name for the norify event. |
static String |
ORDER_CELLS
|
static String |
REDO
|
static String |
REMOVE_CELLS
|
static String |
REMOVE_CELLS_FROM_PARENT
|
static String |
REMOVE_OVERLAY
|
static String |
REPAINT
|
static String |
RESET
|
static String |
RESIZE_CELLS
|
static String |
ROOT
|
static String |
SCALE
|
static String |
SCALE_AND_TRANSLATE
|
static String |
SELECT
|
static String |
SPLIT_EDGE
|
static String |
START_EDITING
|
static String |
TOGGLE_CELLS
|
static String |
TRANSLATE
|
static String |
UNDO
|
static String |
UNGROUP_CELLS
|
static String |
UP
|
static String |
UPDATE_CELL_SIZE
|
Constructor Summary | |
---|---|
mxEvent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ADD_CELLS
public static final String CELLS_ADDED
public static final String ALIGN_CELLS
public static final String CONNECT_CELL
public static final String CELL_CONNECTED
public static final String FLIP_EDGE
public static final String FOLD_CELLS
public static final String CELLS_FOLDED
public static final String GROUP_CELLS
public static final String MOVE_CELLS
public static final String CELLS_MOVED
public static final String ORDER_CELLS
public static final String CELLS_ORDERED
public static final String REMOVE_CELLS
public static final String CELLS_REMOVED
public static final String REMOVE_CELLS_FROM_PARENT
public static final String REPAINT
public static final String RESIZE_CELLS
public static final String CELLS_RESIZED
public static final String SPLIT_EDGE
public static final String TOGGLE_CELLS
public static final String CELLS_TOGGLED
public static final String UNGROUP_CELLS
public static final String UPDATE_CELL_SIZE
public static final String LABEL_CHANGED
public static final String ADD_OVERLAY
public static final String REMOVE_OVERLAY
public static final String BEFORE_PAINT
public static final String AFTER_PAINT
public static final String START_EDITING
public static final String UNDO
public static final String REDO
public static final String UP
public static final String DOWN
public static final String SCALE
public static final String TRANSLATE
public static final String SCALE_AND_TRANSLATE
public static final String CHANGE
addListener(
mxEvent.CHANGE, new mxEventListener()
{
public void invoke(Object source, Object[] args)
{
graphModelChanged((mxIGraphModel) source, (List) args[0]);
}
});
public static final String BEFORE_EXECUTE
public static final String EXECUTE
public static final String AFTER_EXECUTE
public static final String BEFORE_UNDO
public static final String NOTIFY
public static final String BEGIN_UPDATE
public static final String END_UPDATE
public static final String ADD
public static final String RESET
public static final String SELECT
public static String MARK
addListener(
mxEvent.MARK, new mxEventListener()
{
public void invoke(Object source, Object[] args)
{
cellMarked((mxCellMarker) source, (mxCellState) args[0]);
}
});
public static String ROOT
public static String LAYOUT_CELLS
Constructor Detail |
---|
public mxEvent()
|
JGraph X 1.0.2.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |