public class MultiSelectionDragController extends MouseAdapter implements EditorModeListener, KeyListener
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
MultiSelectionDragController.Action |
| Constructor and Description |
|---|
MultiSelectionDragController(GraphModelManager graphModelManager,
GraphPanel graphPanel) |
| Modifier and Type | Method and Description |
|---|---|
void |
editorModeChanged(String idOfNewMode) |
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
mouseClicked(MouseEvent me) |
void |
mouseDragged(MouseEvent e) |
void |
mouseMoved(MouseEvent me) |
void |
mousePressed(MouseEvent me) |
void |
mouseReleased(MouseEvent me) |
protected void |
processEvent(int event,
Object data) |
mouseEntered, mouseExited, mouseWheelMovedprotected GraphModelManager mGraphModelManager
protected final Integer kOtherMode
protected final Integer kWaiting
protected final Integer kResizing
protected final Integer kDraggingSelection
protected final Integer kStretching
protected final int kSelectEntered
protected final int kOtherEntered
protected final int kPressOnEdge
protected final int kPressOnVertex
protected final int kPressOnSelection
protected final int kPressOnResizePad
protected final int kCTRLPressOnVertex
protected final int kCTRL_A
protected final int kPressOnNothing
protected final int kDrag
protected final int kRelease
protected final int kZoomIn
protected MultiSelectionDragController.Action mStoreResizeInf
protected MultiSelectionDragController.Action mResizeVertex
protected MultiSelectionDragController.Action mSelectEdge
protected MultiSelectionDragController.Action mSelectVertexAndStoreDisp
protected MultiSelectionDragController.Action mStoreDisp
protected MultiSelectionDragController.Action mToggleVertex
protected MultiSelectionDragController.Action mSelectAll
protected MultiSelectionDragController.Action mCreateBand
protected MultiSelectionDragController.Action mMoveSelection
protected MultiSelectionDragController.Action mResizeBand
protected MultiSelectionDragController.Action mSelectContents
protected MultiSelectionDragController.Action mZoomIn
protected Object[][][] mFSTN
public MultiSelectionDragController(GraphModelManager graphModelManager, GraphPanel graphPanel)
protected void processEvent(int event,
Object data)
public void editorModeChanged(String idOfNewMode)
editorModeChanged in interface EditorModeListenerpublic void mousePressed(MouseEvent me)
mousePressed in interface MouseListenermousePressed in class MouseAdapterpublic void mouseClicked(MouseEvent me)
mouseClicked in interface MouseListenermouseClicked in class MouseAdapterpublic void mouseReleased(MouseEvent me)
mouseReleased in interface MouseListenermouseReleased in class MouseAdapterpublic void mouseMoved(MouseEvent me)
mouseMoved in interface MouseMotionListenermouseMoved in class MouseAdapterpublic void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenermouseDragged in class MouseAdapterpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerCopyright © 1997–2020 CRISTAL-iSE. All rights reserved.