Contains the BasicGraphUI, which is GraphUI's default implementation.
See: Description
| Class Summary | |
|---|---|
| BasicGraphDropTargetListener | |
| BasicGraphTransferable | |
| BasicGraphUI | The basic L&F for a graph data structure. |
| BasicGraphUI.CellEditorHandler | Listener responsible for getting cell editing events and updating the graph accordingly. |
| BasicGraphUI.ComponentHandler | Updates the preferred size when scrolling (if necessary). |
| BasicGraphUI.GraphDropTargetListener | Graph Drop Target Listener |
| BasicGraphUI.GraphIncrementAction | GraphIncrementAction is used to handle up/down actions. |
| BasicGraphUI.GraphLayoutCacheHandler | Listens for changes in the graph view and updates the size accordingly. |
| BasicGraphUI.GraphModelHandler | Listens for changes in the graph model and updates the view accordingly. |
| BasicGraphUI.GraphSelectionHandler | Listens for changes in the selection model and updates the display accordingly. |
| BasicGraphUI.KeyHandler | This is used to get mutliple key down events to appropriately generate events. |
| BasicGraphUI.MouseHandler | TreeMouseListener is responsible for updating the selection based on mouse events. |
| BasicGraphUI.MouseInputHandler | MouseInputHandler handles passing all mouse events, including mouse motion events, until the mouse is released to the destination it is constructed with. |
| BasicGraphUI.PropertyChangeHandler | PropertyChangeListener for the graph. |
| BasicGraphUI.RootHandle | |