JGraph
v3.3

A B C D E F G H I J K L M N O P R S T U V X Y _

D

dash - Static variable in class org.jgraph.graph.GraphConstants
Global Stroke To Highlight Selection
DASHPATTERN - Static variable in class org.jgraph.graph.GraphConstants
Key for the dashPattern attribute.
dataFlavor - Static variable in class org.jgraph.graph.GraphTransferable
Local Machine Reference Data Flavor.
defaultBackground - Variable in class org.jgraph.graph.VertexRenderer
Cached default foreground and default background.
defaultBackground - Variable in class org.jgraph.graph.EdgeRenderer
Color attributes of the current edgeview.
defaultBounds - Static variable in class org.jgraph.graph.DefaultGraphCell
 
defaultCursors - Static variable in class org.jgraph.graph.VertexView
Array that holds the cursors for the different control points.
DEFAULTDECORATIONSIZE - Static variable in class org.jgraph.graph.GraphConstants
Default decoration size.
defaultDropTargetListener - Variable in class org.jgraph.plaf.basic.BasicGraphUI
The default DropTargetListener.
DefaultEdge - class org.jgraph.graph.DefaultEdge.
A simple implementation for an edge.
DefaultEdge.DefaultRouting - class org.jgraph.graph.DefaultEdge.DefaultRouting.
 
DefaultEdge.DefaultRouting() - Constructor for class org.jgraph.graph.DefaultEdge.DefaultRouting
 
DefaultEdge() - Constructor for class org.jgraph.graph.DefaultEdge
Constructs an empty edge.
DefaultEdge(Object) - Constructor for class org.jgraph.graph.DefaultEdge
Constructs an edge that holds a reference to the specified user object.
DefaultEdge(Object, boolean) - Constructor for class org.jgraph.graph.DefaultEdge
Constructs an edge that holds a reference to the specified user object and sets default values for points and the label position.
defaultFont - Static variable in class org.jgraph.graph.GraphConstants
 
DEFAULTFONTSIZE - Static variable in class org.jgraph.graph.GraphConstants
Default Font size.
DEFAULTFONTSTYLE - Static variable in class org.jgraph.graph.GraphConstants
Default Font style.
defaultForeground - Variable in class org.jgraph.graph.VertexRenderer
Cached default foreground and default background.
defaultForeground - Variable in class org.jgraph.graph.EdgeRenderer
Color attributes of the current edgeview.
DefaultGraphCell - class org.jgraph.graph.DefaultGraphCell.
The default implementation for the GraphCell interface.
DefaultGraphCell.ValueChangeHandler - interface org.jgraph.graph.DefaultGraphCell.ValueChangeHandler.
 
DefaultGraphCell() - Constructor for class org.jgraph.graph.DefaultGraphCell
Creates an empty cell.
DefaultGraphCell(Object) - Constructor for class org.jgraph.graph.DefaultGraphCell
Creates a graph cell and initializes it with the specified user object.
DefaultGraphCell(Object, boolean) - Constructor for class org.jgraph.graph.DefaultGraphCell
Creates a graph cell and initializes it with the specified user object.
DefaultGraphCell(Object, MutableTreeNode[]) - Constructor for class org.jgraph.graph.DefaultGraphCell
Constructs a cell that holds a reference to the specified user object and contains the specified array of children and sets default values for the bounds attribute.
DefaultGraphCellEditor - class org.jgraph.graph.DefaultGraphCellEditor.
 
DefaultGraphCellEditor.DefaultTextField - class org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField.
TextField used when no editor is supplied.
DefaultGraphCellEditor.DefaultTextField(DefaultGraphCellEditor, Border) - Constructor for class org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField
Constructs a DefaultTreeCellEditor$DefaultTextField object.
DefaultGraphCellEditor.EditorContainer - class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer.
Container responsible for placing the editingComponent.
DefaultGraphCellEditor.EditorContainer(DefaultGraphCellEditor) - Constructor for class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer
Constructs an EditorContainer object.
DefaultGraphCellEditor() - Constructor for class org.jgraph.graph.DefaultGraphCellEditor
Constructs a DefaultTreeCellEditor object for a JGraph using the specified renderer and a default editor.
DefaultGraphCellEditor(GraphCellEditor) - Constructor for class org.jgraph.graph.DefaultGraphCellEditor
Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and the specified editor.
DefaultGraphModel - class org.jgraph.graph.DefaultGraphModel.
A simple implementation of a graph model.
DefaultGraphModel.EmptyIterator - class org.jgraph.graph.DefaultGraphModel.EmptyIterator.
 
DefaultGraphModel.EmptyIterator() - Constructor for class org.jgraph.graph.DefaultGraphModel.EmptyIterator
 
DefaultGraphModel.GraphModelEdit - class org.jgraph.graph.DefaultGraphModel.GraphModelEdit.
An implementation of GraphModelChange that can be added to the model event.
DefaultGraphModel.GraphModelEdit(DefaultGraphModel, Object[], Object[], Map, ConnectionSet, ParentMap) - Constructor for class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
Constructs an edit record.
DefaultGraphModel.GraphModelLayerEdit - class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit.
An implementation of GraphViewChange.
DefaultGraphModel.GraphModelLayerEdit(DefaultGraphModel, Object[], int) - Constructor for class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Constructs a GraphModelEdit.
DefaultGraphModel() - Constructor for class org.jgraph.graph.DefaultGraphModel
Constructs a model that is not an attribute store.
DefaultGraphSelectionModel - class org.jgraph.graph.DefaultGraphSelectionModel.
Default implementation of GraphSelectionModel.
DefaultGraphSelectionModel.CellPlaceHolder - class org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder.
Holds a path and whether or not it is new.
DefaultGraphSelectionModel.CellPlaceHolder(DefaultGraphSelectionModel, Object, boolean) - Constructor for class org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
 
DefaultGraphSelectionModel(JGraph) - Constructor for class org.jgraph.graph.DefaultGraphSelectionModel
Constructs a DefaultGraphSelectionModel for the specified graph.
defaultLabel - Static variable in class org.jgraph.graph.DefaultEdge
 
defaultPoints - Static variable in class org.jgraph.graph.DefaultEdge
 
DefaultPort - class org.jgraph.graph.DefaultPort.
A simple implementation for a port.
DefaultPort() - Constructor for class org.jgraph.graph.DefaultPort
Constructs an empty port.
DefaultPort(Object) - Constructor for class org.jgraph.graph.DefaultPort
Constructs a vertex that holds a reference to the specified user object.
DefaultPort(Object, Port) - Constructor for class org.jgraph.graph.DefaultPort
Constructs a vertex that holds a reference to the specified user object and a reference to the specified anchor.
DefaultRealEditor - class org.jgraph.graph.DefaultRealEditor.
The default editor for graph cells.
DefaultRealEditor(JCheckBox) - Constructor for class org.jgraph.graph.DefaultRealEditor
Constructs a DefaultCellEditor object that uses a check box.
DefaultRealEditor(JComboBox) - Constructor for class org.jgraph.graph.DefaultRealEditor
Constructs a DefaultCellEditor object that uses a combo box.
DefaultRealEditor(JTextField) - Constructor for class org.jgraph.graph.DefaultRealEditor
Constructs a DefaultCellEditor that uses a text field.
defaultTransferHandler - Variable in class org.jgraph.plaf.basic.BasicGraphUI
The default TransferHandler.
deselect(Object) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Deselects a single cell and updates all datastructures.
destination - Variable in class org.jgraph.plaf.basic.BasicGraphUI.MouseInputHandler
Destination that receives all events.
determineOffset(JGraph, Object, boolean) - Method in class org.jgraph.graph.DefaultGraphCellEditor
 
diffMap(Map, Map) - Static method in class org.jgraph.graph.GraphLayoutCache
Returns a new map that contains all (key, value)-pairs of newState where either key is not used or value is different for key in oldState.
direction - Variable in class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction
Specifies the direction to adjust the selection by.
disconnect - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
disconnect(CellView[]) - Method in class org.jgraph.graph.GraphContext
Disconnects the edges in cells from the sources and targets that are not in this context and returns a ConnectionSet that defines the disconnection.
disconnect(Object) - Method in class org.jgraph.graph.ConnectionSet
Disconnect edge from source and target in the connection set.
disconnect(Object, boolean) - Method in class org.jgraph.graph.ConnectionSet
Disconnect edge from port.
disconnectable - Variable in class org.jgraph.JGraph
True if the graph allows existing connections to be removed.
DISCONNECTABLE - Static variable in class org.jgraph.graph.GraphConstants
Key for the moveable attribute.
disconnectOnMove - Variable in class org.jgraph.JGraph
True if selected edges are disconnected from unselected vertices on move.
DNDPREVIEW - Static variable in class org.jgraph.plaf.basic.BasicGraphUI
Controls live-preview in dragEnabled mode.
doLayout() - Method in class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer
Lays out this Container.
DOT_GRID_MODE - Static variable in class org.jgraph.JGraph
 
dragEnabled - Variable in class org.jgraph.JGraph
True if Drag-and-Drop should be used for move operations.
dragEnter(DropTargetDragEvent) - Method in class org.jgraph.plaf.basic.BasicGraphDropTargetListener
 
dragEnter(DropTargetDragEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener
 
dragEnter(DropTargetDragEvent) - Method in class org.jgraph.plaf.basic.TransferHandler.SwingDropTarget
 
dragExit(DropTargetEvent) - Method in class org.jgraph.plaf.basic.BasicGraphDropTargetListener
 
dragExit(DropTargetEvent) - Method in class org.jgraph.plaf.basic.TransferHandler.SwingDropTarget
 
dragOver(DropTargetDragEvent) - Method in class org.jgraph.plaf.basic.BasicGraphDropTargetListener
 
dragOver(DropTargetDragEvent) - Method in class org.jgraph.plaf.basic.TransferHandler.SwingDropTarget
 
drop(DropTargetDropEvent) - Method in class org.jgraph.plaf.basic.BasicGraphDropTargetListener
 
drop(DropTargetDropEvent) - Method in class org.jgraph.plaf.basic.TransferHandler.SwingDropTarget
 
dropAction - Variable in class org.jgraph.plaf.basic.BasicGraphUI
Needed to exchange information between DropTargetHandler and TransferHandler.
dropActionChanged(DropTargetDragEvent) - Method in class org.jgraph.plaf.basic.BasicGraphDropTargetListener
 
dropActionChanged(DropTargetDragEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener
 
dropActionChanged(DropTargetDragEvent) - Method in class org.jgraph.plaf.basic.TransferHandler.SwingDropTarget
 
dropEnabled - Variable in class org.jgraph.JGraph
True if the graph accepts transfers from other components (graphs).
dummyPoint - Static variable in class org.jgraph.graph.GraphConstants
 

JGraph
v3.3

A B C D E F G H I J K L M N O P R S T U V X Y _
Copyright (C) 2001-2004 JGraph.org. All rights reserved.