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 _

A

ABSOLUTE - Static variable in class org.jgraph.graph.GraphConstants
Key for the absolute attribute.
AbstractCellView - class org.jgraph.graph.AbstractCellView.
The abstract base class for all cell views.
AbstractCellView(Object, JGraph, CellMapper) - Constructor for class org.jgraph.graph.AbstractCellView
Constructs a view for the specified model object, and invokes update on the new instance.
acceptsSource(Object, Object) - Method in interface org.jgraph.graph.GraphModel
Returns true if port is a valid source for edge.
acceptsSource(Object, Object) - Method in class org.jgraph.graph.DefaultGraphModel
Returns true if port is a valid source for edge.
acceptsTarget(Object, Object) - Method in interface org.jgraph.graph.GraphModel
Returns true if port is a valid target for edge.
acceptsTarget(Object, Object) - Method in class org.jgraph.graph.DefaultGraphModel
Returns true if port is a valid target for edge.
actionPerformed(ActionEvent) - Method in class org.jgraph.graph.DefaultGraphCellEditor
Messaged when the timer fires, this will start the editing session.
actionPerformed(ActionEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI.ComponentHandler
Public as a result of Timer.
actionPerformed(ActionEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction
 
actionPerformed(ActionEvent) - Method in class org.jgraph.plaf.basic.BasicGraphDropTargetListener
The timer fired, perform autoscroll if the pointer is within the autoscroll region.
activeHandle - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
The handle that consumed the last mousePressedEvent.
addCellEditorListener(CellEditorListener) - Method in class org.jgraph.graph.DefaultGraphCellEditor
Adds the CellEditorListener.
addConnections(CellView[]) - Method in class org.jgraph.graph.ConnectionSet
Adds the connections in views to the connection set.
addDropTargetListener(DropTargetListener) - Method in class org.jgraph.plaf.basic.TransferHandler.SwingDropTarget
 
addEdge(Object) - Method in class org.jgraph.graph.DefaultPort
Adds edge to the list of ports.
addEdge(Object) - Method in interface org.jgraph.graph.Port
Adds edge to the list of ports.
addEntry(Object, Object) - Method in class org.jgraph.graph.ParentMap
Add a new entry for this child, parent pair to the parent map.
addGraphModelListener(GraphModelListener) - Method in interface org.jgraph.graph.GraphModel
Adds a listener for the GraphModelEvent posted after the model changes.
addGraphModelListener(GraphModelListener) - Method in class org.jgraph.graph.DefaultGraphModel
Adds a listener for the GraphModelEvent posted after the graph changes.
addGraphSelectionListener(GraphSelectionListener) - Method in class org.jgraph.JGraph
Adds a listener for GraphSelection events.
addGraphSelectionListener(GraphSelectionListener) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Adds x to the list of listeners that are notified each time the set of selected TreePaths changes.
addGraphSelectionListener(GraphSelectionListener) - Method in interface org.jgraph.graph.GraphSelectionModel
Adds x to the list of listeners that are notified each time the set of selected Objects changes.
addImplicitEdit(UndoableEdit) - Method in class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit
Allows a GraphLayoutCache to add and execute and UndoableEdit in this change.
addPoint(int, Point2D) - Method in class org.jgraph.graph.EdgeView
Adds p at position index.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jgraph.graph.GraphSelectionModel
Adds a PropertyChangeListener to the listener list.
addSampleData(GraphModel) - Static method in class org.jgraph.JGraph
Creates and returns a sample GraphModel.
addSelectionCell(Object) - Method in class org.jgraph.JGraph
Adds the cell identified by the specified Object to the current selection.
addSelectionCell(Object) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Adds path to the current selection.
addSelectionCell(Object) - Method in interface org.jgraph.graph.GraphSelectionModel
Adds cell to the current selection.
addSelectionCells(Object[]) - Method in class org.jgraph.JGraph
Adds each cell in the array of cells to the current selection.
addSelectionCells(Object[]) - Method in class org.jgraph.JGraph.EmptySelectionModel
A null implementation that adds nothing.
addSelectionCells(Object[]) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Adds cells to the current selection.
addSelectionCells(Object[]) - Method in interface org.jgraph.graph.GraphSelectionModel
Adds cells to the current selection.
addUndoableEditListener(UndoableEditListener) - Method in interface org.jgraph.graph.GraphModel
Adds an undo listener for notification of any changes.
addVisibleDependencies(Object[], boolean) - Method in class org.jgraph.graph.GraphLayoutCache
 
allAttributes - Variable in class org.jgraph.graph.AbstractCellView
 
anchor - Variable in class org.jgraph.graph.DefaultPort
Reference to the anchor of this port
antiAliased - Variable in class org.jgraph.JGraph
True if the graph is anti-aliased.
ANTIALIASED_PROPERTY - Static variable in class org.jgraph.JGraph
Bound property name for antiAliased.
applyMap(Map, Map) - Static method in class org.jgraph.graph.GraphConstants
Apply the change to the target.
areNew - Variable in class org.jgraph.event.GraphSelectionEvent
For each cell identifies if that cell is in fact new.
ARROW_CIRCLE - Static variable in class org.jgraph.graph.GraphConstants
Represents a circle decoration
ARROW_CLASSIC - Static variable in class org.jgraph.graph.GraphConstants
Represents a classic arrow decoration
ARROW_DIAMOND - Static variable in class org.jgraph.graph.GraphConstants
Represents a diamond decoration
ARROW_DOUBLELINE - Static variable in class org.jgraph.graph.GraphConstants
Represents a double line decoration
ARROW_LINE - Static variable in class org.jgraph.graph.GraphConstants
Represents a line decoration
ARROW_NONE - Static variable in class org.jgraph.graph.GraphConstants
Represents no decoration
ARROW_SIMPLE - Static variable in class org.jgraph.graph.GraphConstants
Represents a simple arrow decoration
ARROW_TECHNICAL - Static variable in class org.jgraph.graph.GraphConstants
Represents a technical arrow decoration
askLocalAttribute - Variable in class org.jgraph.graph.GraphLayoutCache
May be used to disable the creation of local edits independently.
asksAllowsChildren - Variable in class org.jgraph.graph.DefaultGraphModel
Indicates whether isLeaf is based on a node's allowsChildren value.
attributeMap - Variable in class org.jgraph.graph.GraphTransferable
(Cell, Map) entries that hold the view attributes for the cells.
attributes - Variable in class org.jgraph.graph.AbstractCellView
Hashtable for attributes.
attributes - Variable in class org.jgraph.graph.GraphLayoutCache.GraphViewEdit
 
attributes - Variable in class org.jgraph.graph.DefaultGraphCell
Hashtable for properties.
attributes - Variable in class org.jgraph.graph.DefaultGraphModel
The model's own attributes as a map.
attributes - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
augment(UndoableEdit[], UndoableEdit) - Method in class org.jgraph.graph.GraphLayoutCache
 
autoscroll(JGraph, Point) - Static method in class org.jgraph.plaf.basic.BasicGraphUI
Scroll the graph for an event at p.
AUTOSIZE - Static variable in class org.jgraph.graph.GraphConstants
Key for the sizeable attribute.
availableKeys - 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.