JGraph
v1.0.7

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

I

ICON - Static variable in class com.jgraph.graph.GraphConstants
Key for the icon attribute.
importData(JComponent, Transferable) - Method in class com.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
in - Variable in class com.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
inCount - Variable in class com.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
index - Variable in class com.jgraph.graph.VertexView.SizeHandle
 
index - Variable in class com.jgraph.graph.EdgeView.EdgeHandle
 
inHitRegion(int, int) - Method in class com.jgraph.graph.DefaultGraphCellEditor
Should return true if the passed in location is a valid mouse location to start editing from.
initialBounds - Variable in class com.jgraph.graph.VertexView.SizeHandle
 
insert - Variable in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
insert(Object[], ConnectionSet, ParentMap, Map) - Method in interface com.jgraph.graph.GraphModel
Inserts the cells and connections into the model, and passes attributeMap to the views.
insert(Object[], ConnectionSet, ParentMap, Map) - Method in class com.jgraph.graph.DefaultGraphModel
Inserts the cells and connections into the model, and passes attributeMap to the views.
insertCells(Object[], Map, ConnectionSet, boolean, int, int) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Insert the specified cells into the model.
inserted - Variable in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
insertionLocation - Variable in class com.jgraph.plaf.basic.BasicGraphUI
 
insertRoots(CellView[]) - Method in class com.jgraph.graph.GraphView
Adds the specified model root cells to the view.
installAttributes(CellView) - Method in class com.jgraph.graph.VertexRenderer
Install the attributes of specified cell in this renderer instance.
installAttributes(CellView) - Method in class com.jgraph.graph.EdgeRenderer
Installs the attributes of specified cell in this renderer instance.
installComponents() - Method in class com.jgraph.plaf.basic.BasicGraphUI
Intalls the subcomponents of the graph, which is the renderer pane.
installDefaults() - Method in class com.jgraph.plaf.basic.BasicGraphUI
Invoked as part from the boilerplate install block.
installKeyboardActions() - Method in class com.jgraph.plaf.basic.BasicGraphUI
Invoked as part from the boilerplate install block.
installListeners() - Method in class com.jgraph.plaf.basic.BasicGraphUI
Invoked as part from the boilerplate install block.
installUI(JComponent) - Method in class com.jgraph.plaf.basic.BasicGraphUI
 
intersects(Graphics, CellView, Rectangle) - Method in class com.jgraph.graph.EdgeRenderer
Returns true if the edge shape intersects the given rectangle.
intersects(Graphics, Rectangle) - Method in class com.jgraph.graph.EdgeView
Returns true if this view intersects the given rectangle.
intersects(Graphics, Rectangle) - Method in interface com.jgraph.graph.CellView
Returns true if the view intersects the given rectangle.
intersects(Graphics, Rectangle) - Method in class com.jgraph.graph.AbstractCellView
Returns true if the view intersects the given rectangle.
invalidate() - Method in class com.jgraph.graph.EdgeView.EdgeHandle
 
INVOKES_STOP_CELL_EDITING_PROPERTY - Static variable in class com.jgraph.JGraph
Bound property name for messagesStopCellEditing.
invokesStopCellEditing - Variable in class com.jgraph.JGraph
If true, when editing is to be stopped by way of selection changing, data in graph changing or other means stopCellEditing is invoked, and changes are saved.
isAbsolute(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the offset attribute from the specified map.
isAddedCell() - Method in class com.jgraph.event.GraphSelectionEvent
Returns true if the first cell has been added to the selection, a return value of false means the first cell has been removed from the selection.
isAddedCell(int) - Method in class com.jgraph.event.GraphSelectionEvent
Returns true if the cell identified by index was added to the selection.
isAddedCell(Object) - Method in class com.jgraph.event.GraphSelectionEvent
Returns true if the cell identified by cell was added to the selection.
isAddPointEvent(MouseEvent) - Method in class com.jgraph.graph.EdgeView
Returning true signifies a mouse event adds a new point to an edge.
isAddToSelectionEvent(MouseEvent) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returning true signifies that cells are added to the selection.
isAntiAliased() - Method in class com.jgraph.JGraph
Returns true if the graph will be anti aliased.
isAttributeStore() - Method in interface com.jgraph.graph.GraphModel
Returns true if the model stores all attributes.
isAttributeStore() - Method in class com.jgraph.graph.DefaultGraphModel
Returns true if the model stores all attributes.
isAutoSize(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the points attribute from the specified map.
isBeginFill(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the offset attribute from the specified map.
isBendable() - Method in class com.jgraph.JGraph
Returns true if the graph allows adding/removing/modifying points.
isBendable(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the points attribute from the specified map.
isCellEditable(EventObject) - Method in class com.jgraph.graph.DefaultGraphCellEditor
If the realEditor returns true to this message, prepareForEditing is messaged and true is returned.
isCellEditable(Object) - Method in class com.jgraph.JGraph
Returns isEditable.
isCellSelected(Object) - Method in class com.jgraph.JGraph
Returns true if the cell is currently selected.
isCellSelected(Object) - Method in interface com.jgraph.graph.GraphSelectionModel
Returns true if the cell, cell, is in the current selection.
isCellSelected(Object) - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns true if the cell, cell, is in the current selection.
isChildrenSelectable() - Method in interface com.jgraph.graph.GraphSelectionModel
Returns true if the selection model allows the selection of children.
isChildrenSelectable() - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns true if the selection model allows the selection of children.
isChildrenSelected(Object) - Method in interface com.jgraph.graph.GraphSelectionModel
Returns true if the cell, cell, has selected children.
isChildrenSelected(Object) - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns true if the cell, cell, has selected children.
isCloneable() - Method in class com.jgraph.JGraph
Returns true if cells are cloned on CTRL-Drag operations.
isConnectable() - Method in class com.jgraph.JGraph
Returns true if the graph allows new connections to be established.
isConnectable(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the points attribute from the specified map.
isConstrainedMoveEvent(MouseEvent) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returning true signifies a move should only be applied to one direction.
isConstrainedSizeEvent(MouseEvent) - Method in class com.jgraph.graph.VertexView
 
isContextVisible - Variable in class com.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
isControlAttribute(Object) - Method in class com.jgraph.graph.VertexView
The following control attributes may always be present.
isControlAttribute(Object) - Method in class com.jgraph.graph.AbstractCellView
The following control attributes may always be present.
isCut - Variable in class com.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
isDataFlavorSupported(DataFlavor) - Method in class com.jgraph.plaf.basic.BasicTransferable
Returns whether or not the specified data flavor is supported for this object.
isDescendant(CellView, CellView) - Method in class com.jgraph.plaf.basic.BasicGraphUI.MouseHandler
 
isDisconnectable() - Method in class com.jgraph.JGraph
Returns true if the graph allows existing connections to be removed.
isDisconnectable(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the points attribute from the specified map.
isDisconnectOnMove() - Method in class com.jgraph.JGraph
Returns true if selected edges should be disconnected from unselected vertices when they are moved.
isDragEnabled() - Method in class com.jgraph.JGraph
Returns true if the graph uses Drag-and-Drop to move cells.
isDragging - Variable in class com.jgraph.plaf.basic.BasicGraphUI.RootHandle
Indicates whether this handle has started drag and drop.
isDropEnabled() - Method in class com.jgraph.JGraph
Returns true if the graph accepts drops/pastes from external sources.
isEdgeConnectable - Variable in class com.jgraph.graph.EdgeView.EdgeHandle
 
isEditable() - Method in class com.jgraph.JGraph
Returns true if the graph is editable, ie. if it allows cells to be edited.
isEditable(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the points attribute from the specified map.
isEditing() - Method in class com.jgraph.JGraph
Returns true if the graph is being edited.
isEditing(JGraph) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returns true if the graph is being edited.
isEditing(JGraph) - Method in class com.jgraph.plaf.GraphUI
Returns true if the graph is being edited.
isEmpty() - Method in class com.jgraph.graph.GraphContext
Returns true if this object contains no cells.
isEmpty() - Method in class com.jgraph.graph.ConnectionSet
Returns true if the connection set is empty.
isEnabled() - Method in class com.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction
 
isEndFill(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the offset attribute from the specified map.
isFillable(int) - Method in class com.jgraph.graph.EdgeRenderer
 
isForceMarqueeEvent(MouseEvent) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returning true signifies the marquee handler has precedence over other handlers, and is receiving subsequent mouse events.
isForceMarqueeEvent(MouseEvent) - Method in class com.jgraph.graph.BasicMarqueeHandler
 
isGridEnabled() - Method in class com.jgraph.JGraph
Returns true if the grid is active.
isGridVisible() - Method in class com.jgraph.JGraph
Returns true if the grid will be visible.
isHTMLFlavor(DataFlavor) - Method in class com.jgraph.plaf.basic.BasicTransferable
Returns whether or not the specified data flavor is an HTML flavor that is supported.
isHTMLSupported() - Method in class com.jgraph.plaf.basic.BasicTransferable
Should the HTML flavors be offered?
isHTMLSupported() - Method in class com.jgraph.graph.GraphTransferable
Returns true if the transferable support a text/html format.
isKeyDown - Variable in class com.jgraph.plaf.basic.BasicGraphUI.KeyHandler
Set to true while keyPressed is active.
isLeaf() - Method in interface com.jgraph.graph.CellView
Returns true if the view is a leaf.
isLeaf() - Method in class com.jgraph.graph.AbstractCellView
Returns true if the view is a leaf.
isLeaf(Object) - Method in interface com.jgraph.graph.GraphModel
Returns whether the specified node is a leaf node.
isLeaf(Object) - Method in class com.jgraph.graph.DefaultGraphModel
Returns whether the specified node is a leaf node.
isMoveable() - Method in class com.jgraph.JGraph
 
isMoveable(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the points attribute from the specified map.
isMoving - Variable in class com.jgraph.plaf.basic.BasicGraphUI.RootHandle
Indicates whether this handle is currently moving cells.
isNew - Variable in class com.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
 
isNew() - Method in class com.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
Returns the isNew.
isOpaque(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
isOrdered() - Method in interface com.jgraph.graph.GraphModel
Returns true if the model order should be used.
isOrdered() - Method in class com.jgraph.graph.DefaultGraphModel
Returns true if the model order should be used.
isPlainFlavor(DataFlavor) - Method in class com.jgraph.plaf.basic.BasicTransferable
Returns whether or not the specified data flavor is an plain flavor that is supported.
isPlainSupported() - Method in class com.jgraph.plaf.basic.BasicTransferable
Should the plain text flavors be offered?
isPlainSupported() - Method in class com.jgraph.graph.GraphTransferable
Returns true if the transferable support a text/plain format.
isPortsVisible() - Method in class com.jgraph.JGraph
Returns true if the ports will be visible.
isRemoveAll(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the offset attribute from the specified map.
isRemovePointEvent(MouseEvent) - Method in class com.jgraph.graph.EdgeView
Returning true signifies a mouse event removes a given point.
isRicherFlavor(DataFlavor) - Method in class com.jgraph.plaf.basic.BasicTransferable
 
isSelectionEmpty() - Method in class com.jgraph.JGraph
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in interface com.jgraph.graph.GraphSelectionModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class com.jgraph.graph.DefaultGraphSelectionModel
Returns true if the selection is currently empty.
isSelectNewCells() - Method in class com.jgraph.JGraph
Returns true if selected edges should be disconnected from unselected vertices when they are moved.
isSignificant() - Method in class com.jgraph.graph.GraphView.GraphViewEdit
 
isSignificant() - Method in class com.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
isSizeable() - Method in class com.jgraph.JGraph
Returns true if the graph allows cells to be resized.
isSizeable(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the sizeable attribute from the specified map.
isSource - Variable in class com.jgraph.graph.ConnectionSet.Connection
Indicates if port is the source of edge.
isSource() - Method in class com.jgraph.graph.ConnectionSet.Connection
Returns true if port is the source of edge.
isSourceEditing() - Method in class com.jgraph.graph.EdgeView.EdgeHandle
 
isStringFlavor(DataFlavor) - Method in class com.jgraph.plaf.basic.BasicTransferable
Returns whether or not the specified data flavor is a String flavor that is supported.
isTargetEditing() - Method in class com.jgraph.graph.EdgeView.EdgeHandle
 
isToggleSelectionEvent(MouseEvent) - Method in class com.jgraph.plaf.basic.BasicGraphUI
Returning true signifies a mouse event on the cell should toggle the selection of only the cell under mouse.
isVisible(Map) - Static method in class com.jgraph.graph.GraphConstants
Returns the points attribute from the specified map.

JGraph
v1.0.7

A B C D E F G H I J K L M N O P Q R S T U V
Copyright (C) 2002 Gaudenz Alder. All rights reserved.