public class ExletGraphUI extends BasicGraphUI implements java.awt.event.ActionListener
Modifier and Type | Class and Description |
---|---|
class |
ExletGraphUI.NetKeyHandler |
class |
ExletGraphUI.NetMouseHandler |
BasicGraphUI.CellEditorHandler, BasicGraphUI.ComponentHandler, BasicGraphUI.GraphDropTargetListener, BasicGraphUI.GraphIncrementAction, BasicGraphUI.GraphLayoutCacheHandler, BasicGraphUI.GraphModelHandler, BasicGraphUI.GraphSelectionHandler, BasicGraphUI.KeyHandler, BasicGraphUI.MouseHandler, BasicGraphUI.MouseInputHandler, BasicGraphUI.PropertyChangeHandler, BasicGraphUI.RootHandle
cellEditor, cellEditorListener, componentListener, defaultDropTargetListener, defaultTransferHandler, DNDPREVIEW, dropAction, dropTarget, editingCell, editingComponent, editorHasDifferentSize, focus, graph, graphLayoutCache, graphLayoutCacheListener, graphModel, graphModelListener, graphSelectionListener, graphSelectionModel, handle, insertionLocation, keyListener, lastFocus, marquee, MAXCELLS, MAXCLIPCELLS, MAXHANDLES, mouseListener, preferredMinSize, preferredSize, propertyChangeListener, rendererPane, SCROLLBORDER, SCROLLSTEP, snapSelectedView, stopEditingInCompleteEditing, validCachedPreferredSize
Constructor and Description |
---|
ExletGraphUI() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected java.awt.event.KeyListener |
createKeyListener()
Creates the listener reponsible for getting key events from the graph.
|
protected java.awt.event.MouseListener |
createMouseListener()
Creates the listener responsible for calling the correct handlers based
on mouse events, and to select invidual cells.
|
protected void |
paintOverlay(java.awt.Graphics g)
Hook method to paints the overlay
|
autoscroll, cancelEditing, completeEditing, completeEditing, completeUIInstall, completeUIUninstall, createCellEditorListener, createCellRendererPane, createComponentListener, createContext, createGraphLayoutCacheListener, createGraphModelListener, createGraphSelectionListener, createHandle, createPropertyChangeListener, createTransferHandler, createUI, drawGraph, getDropAction, getEditingCell, getEditorLocation, getFocusedCell, getHandle, getInsertionLocation, getMaximumSize, getMinimumSize, getPreferredMinSize, getPreferredSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, isAddToSelectionEvent, isConstrainedMoveEvent, isEditing, isForceMarqueeEvent, isSnapSelectedView, isToggleSelectionEvent, paint, paintBackground, paintBackgroundComponent, paintBackgroundImage, paintCell, paintCells, paintForeground, paintGrid, paintPorts, prepareForUIInstall, selectCellForEvent, selectCellsForEvent, selectCellsForEvent, setGraphLayoutCache, setInsertionLocation, setMarquee, setModel, setPreferredMinSize, setSelectionModel, setSnapSelectedView, startEditing, startEditingAtCell, stopEditing, toggleSelectionCellForEvent, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUI, updateCachedPreferredSize, updateHandle, updateSize
protected java.awt.event.MouseListener createMouseListener()
BasicGraphUI
createMouseListener
in class BasicGraphUI
protected java.awt.event.KeyListener createKeyListener()
BasicGraphUI
createKeyListener
in class BasicGraphUI
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
protected void paintOverlay(java.awt.Graphics g)
BasicGraphUI
paintOverlay
in class BasicGraphUI
g
- the graphics object to paint the overlay to