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 _

I

ICON - Static variable in class org.jgraph.graph.GraphConstants
Key for the icon attribute.
importData(JComponent, Transferable) - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
importDataImpl(JComponent, Transferable) - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
in - Variable in class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
inCount - Variable in class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler
 
index - Variable in class org.jgraph.graph.VertexView.SizeHandle
 
inHitRegion(double, double) - Method in class org.jgraph.graph.DefaultGraphCellEditor
Should return true if the passed in location is a valid mouse location to start editing from.
initialBounds - Variable in class org.jgraph.graph.VertexView.SizeHandle
 
initialLocation - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
initOffscreen() - Method in class org.jgraph.graph.VertexView.SizeHandle
 
initOffscreen() - Method in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
insert - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
insert(Object[], Map, ConnectionSet, ParentMap, UndoableEdit[]) - Method in class org.jgraph.graph.DefaultGraphModel
Inserts the roots and connections into the model.
insert(Object[], Map, ConnectionSet, ParentMap, UndoableEdit[]) - Method in class org.jgraph.graph.GraphLayoutCache
Inserts the cells and connections into the model, and absorbs the local attributes.
insert(Object[], Map, ConnectionSet, ParentMap, UndoableEdit[]) - Method in interface org.jgraph.graph.GraphModel
Inserts the cells and connections into the model, and passes attributes to the views.
insertCells(Object[], Map, ConnectionSet, ParentMap, boolean, int, int) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Insert the specified cells into the model.
inserted - Variable in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
insertionLocation - Variable in class org.jgraph.plaf.basic.BasicGraphUI
Needed to exchange information between Transfer- and MouseListener.
insertRoots(CellView[]) - Method in class org.jgraph.graph.GraphLayoutCache
Adds the specified model root cells to the view.
installAttributes(CellView) - Method in class org.jgraph.graph.VertexRenderer
Install the attributes of specified cell in this renderer instance.
installAttributes(CellView) - Method in class org.jgraph.graph.EdgeRenderer
Installs the attributes of specified cell in this renderer instance.
installComponents() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Intalls the subcomponents of the graph, which is the renderer pane.
installDefaults() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Invoked as part from the boilerplate install block.
installKeyboardActions() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Invoked as part from the boilerplate install block.
installListeners() - Method in class org.jgraph.plaf.basic.BasicGraphUI
Invoked as part from the boilerplate install block.
installUI(JComponent) - Method in class org.jgraph.plaf.basic.BasicGraphUI
 
intersects(Graphics, CellView, Rectangle) - Method in class org.jgraph.graph.EdgeRenderer
Returns true if the edge shape intersects the given rectangle.
intersects(Graphics, Rectangle2D) - Method in class org.jgraph.graph.EdgeView
Returns true if this view intersects the given rectangle.
intersects(Graphics, Rectangle2D) - Method in class org.jgraph.graph.AbstractCellView
Returns true if the view intersects the given rectangle.
intersects(Graphics, Rectangle2D) - Method in interface org.jgraph.graph.CellView
Returns true if the view intersects the given rectangle.
invalidate() - Method in class org.jgraph.graph.EdgeView.EdgeHandle
 
invisible - Variable in class org.jgraph.graph.GraphLayoutCache.GraphViewEdit
 
INVOKES_STOP_CELL_EDITING_PROPERTY - Static variable in class org.jgraph.JGraph
Bound property name for messagesStopCellEditing.
invokesStopCellEditing - Variable in class org.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 org.jgraph.graph.GraphConstants
Returns the offset attribute from the specified map.
isAddedCell() - Method in class org.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 org.jgraph.event.GraphSelectionEvent
Returns true if the cell identified by index was added to the selection.
isAddedCell(Object) - Method in class org.jgraph.event.GraphSelectionEvent
Returns true if the cell identified by cell was added to the selection.
isAddPointEvent(MouseEvent) - Method in class org.jgraph.graph.EdgeView
Returning true signifies a mouse event adds a new point to an edge.
isAddToSelectionEvent(MouseEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Returning true signifies that cells are added to the selection.
isAntiAliased() - Method in class org.jgraph.JGraph
Returns true if the graph will be anti aliased.
isAskLocalAttribute() - Method in class org.jgraph.graph.GraphLayoutCache
 
isAutoSize(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the autosize attribute from the specified map.
isBeginFill(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the offset attribute from the specified map.
isBendable() - Method in class org.jgraph.JGraph
Returns true if the graph allows adding/removing/modifying points.
isBendable(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the bendable attribute from the specified map.
isCellEditable(EventObject) - Method in class org.jgraph.graph.DefaultGraphCellEditor
If the realEditor returns true to this message, prepareForEditing is messaged and true is returned.
isCellEditable(Object) - Method in class org.jgraph.JGraph
Returns isEditable.
isCellSelected(Object) - Method in class org.jgraph.JGraph
Returns true if the cell is currently selected.
isCellSelected(Object) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Returns true if the cell, cell, is in the current selection.
isCellSelected(Object) - Method in interface org.jgraph.graph.GraphSelectionModel
Returns true if the cell, cell, is in the current selection.
isChildrenSelectable() - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Returns true if the selection model allows the selection of children.
isChildrenSelectable() - Method in interface org.jgraph.graph.GraphSelectionModel
Returns true if the selection model allows the selection of children.
isChildrenSelectable(Object) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Hook for subclassers for fine-grained control over stepping-into cells.
isChildrenSelected(Object) - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Returns true if the cell, cell, has selected children.
isChildrenSelected(Object) - Method in interface org.jgraph.graph.GraphSelectionModel
Returns true if the cell, cell, has selected children.
isCloneable() - Method in class org.jgraph.JGraph
Returns true if cells are cloned on CTRL-Drag operations.
isConnectable() - Method in class org.jgraph.JGraph
Returns true if the graph allows new connections to be established.
isConnectable(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the connectable attribute from the specified map.
isConstrainedMoveEvent(MouseEvent) - Method in class org.jgraph.graph.EdgeView
 
isConstrainedMoveEvent(MouseEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Returning true signifies a move should only be applied to one direction.
isConstrainedSizeEvent(MouseEvent) - Method in class org.jgraph.graph.VertexView
 
isContextVisible - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
 
isControlAttribute(Object, Object, Object) - Method in class org.jgraph.graph.GraphLayoutCache
Returns true if key is a control attribute
isDataFlavorSupported(DataFlavor) - Method in class org.jgraph.plaf.basic.BasicGraphTransferable
Returns whether or not the specified data flavor is supported for this object.
isDescendant(CellView, CellView) - Method in class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler
 
isDisconnectable() - Method in class org.jgraph.JGraph
Returns true if the graph allows existing connections to be removed.
isDisconnectable(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the disconnectable attribute from the specified map.
isDisconnectOnMove() - Method in class org.jgraph.JGraph
Returns true if selected edges should be disconnected from unselected vertices when they are moved.
isDragEnabled() - Method in class org.jgraph.JGraph
Returns true if the graph uses Drag-and-Drop to move cells.
isDragging - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
Indicates whether this handle has started drag and drop.
isDropEnabled() - Method in class org.jgraph.JGraph
Returns true if the graph accepts drops/pastes from external sources.
isEdge(Object) - Method in class org.jgraph.graph.DefaultGraphModel
Returns true if edge is a valid edge.
isEdge(Object) - Method in interface org.jgraph.graph.GraphModel
Returns true if edge is a valid edge.
isEdgeConnectable - Variable in class org.jgraph.graph.EdgeView.EdgeHandle
 
isEditable() - Method in class org.jgraph.JGraph
Returns true if the graph is editable, ie.
isEditable(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the editable attribute from the specified map.
isEditing() - Method in class org.jgraph.JGraph
Returns true if the graph is being edited.
isEditing() - Method in class org.jgraph.graph.EdgeView.EdgeHandle
 
isEditing(JGraph) - Method in class org.jgraph.plaf.GraphUI
Returns true if the graph is being edited.
isEditing(JGraph) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Returns true if the graph is being edited.
isEmpty() - Method in class org.jgraph.graph.GraphContext
Returns true if this object contains no cells.
isEmpty() - Method in class org.jgraph.graph.ConnectionSet
Returns true if the connection set is empty.
isEnabled() - Method in class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction
 
isEndFill(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the offset attribute from the specified map.
isFillable(int) - Method in class org.jgraph.graph.EdgeRenderer
 
isForceMarqueeEvent(MouseEvent) - Method in class org.jgraph.graph.BasicMarqueeHandler
 
isForceMarqueeEvent(MouseEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Returning true signifies the marquee handler has precedence over other handlers, and is receiving subsequent mouse events.
isGridEnabled() - Method in class org.jgraph.JGraph
Returns true if the grid is active.
isGridVisible() - Method in class org.jgraph.JGraph
Returns true if the grid will be visible.
isHideEdgesOnBecomeInvisible() - Method in class org.jgraph.graph.GraphLayoutCache
Returns the hideEdgesOnBecomeInvisible.
isHideEdgesOnHide() - Method in class org.jgraph.graph.GraphLayoutCache
Returns the hideEdgesOnHide.
isHideGroups() - Method in class org.jgraph.graph.VertexRenderer
Returns the hideGroups.
isHTMLFlavor(DataFlavor) - Method in class org.jgraph.plaf.basic.BasicGraphTransferable
Returns whether or not the specified data flavor is an HTML flavor that is supported.
isHTMLSupported() - Method in class org.jgraph.graph.GraphTransferable
Returns true if the transferable support a text/html format.
isHTMLSupported() - Method in class org.jgraph.plaf.basic.BasicGraphTransferable
Should the HTML flavors be offered? If so, the method getHTMLData should be implemented to provide something reasonable.
isKeyDown - Variable in class org.jgraph.plaf.basic.BasicGraphUI.KeyHandler
Set to true while keyPressed is active.
isLabelAlongEdge(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the true if the label should be painted along the edge.
isLeaf() - Method in class org.jgraph.graph.AbstractCellView
Returns true if the view is a leaf.
isLeaf() - Method in interface org.jgraph.graph.CellView
Returns true if the view is a leaf.
isLeaf(Object) - Method in class org.jgraph.graph.DefaultGraphModel
Returns whether the specified node is a leaf node.
isLeaf(Object) - Method in interface org.jgraph.graph.GraphModel
Returns whether the specified node is a leaf node.
isLocalAttribute(Object, Object, Object) - Method in class org.jgraph.graph.GraphLayoutCache
Returns true if the set of local attributes contains key
isMoveable() - Method in class org.jgraph.JGraph
 
isMoveable(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the moveable attribute from the specified map.
isMoveBelowZero() - Method in class org.jgraph.JGraph
Returns true if the graph allows to move cells below zero.
isMoving - Variable in class org.jgraph.plaf.basic.BasicGraphUI.RootHandle
Indicates whether this handle is currently moving cells.
isNew - Variable in class org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
 
isNew() - Method in class org.jgraph.graph.DefaultGraphSelectionModel.CellPlaceHolder
Returns the isNew.
isOpaque(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the opaque attribute from the specified map.
isOrdered() - Method in class org.jgraph.graph.GraphLayoutCache
 
isPartial() - Method in class org.jgraph.graph.GraphLayoutCache
 
isPlainFlavor(DataFlavor) - Method in class org.jgraph.plaf.basic.BasicGraphTransferable
Returns whether or not the specified data flavor is an plain flavor that is supported.
isPlainSupported() - Method in class org.jgraph.graph.GraphTransferable
Returns true if the transferable support a text/plain format.
isPlainSupported() - Method in class org.jgraph.plaf.basic.BasicGraphTransferable
Should the plain text flavors be offered? If so, the method getPlainData should be implemented to provide something reasonable.
isPort(Object) - Method in class org.jgraph.graph.DefaultGraphModel
Returns true if port is a valid port, possibly supporting edge connection.
isPort(Object) - Method in interface org.jgraph.graph.GraphModel
Returns true if port is a valid port, possibly supporting edge connection.
isPortsVisible() - Method in class org.jgraph.JGraph
Returns true if the ports will be visible.
isRememberCellViews() - Method in class org.jgraph.graph.GraphLayoutCache
Returns the rememberCellViews.
isRemoveAll(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the offset attribute from the specified map.
isRemovePointEvent(MouseEvent) - Method in class org.jgraph.graph.EdgeView
Returning true signifies a mouse event removes a given point.
isRicherFlavor(DataFlavor) - Method in class org.jgraph.plaf.basic.BasicGraphTransferable
 
isSelectionEmpty() - Method in class org.jgraph.JGraph
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in class org.jgraph.graph.DefaultGraphSelectionModel
Returns true if the selection is currently empty.
isSelectionEmpty() - Method in interface org.jgraph.graph.GraphSelectionModel
Returns true if the selection is currently empty.
isSelectNewCells() - Method in class org.jgraph.JGraph
Returns true if selected edges should be disconnected from unselected vertices when they are moved.
isShowAllEdgesForVisibleVertices() - Method in class org.jgraph.graph.GraphLayoutCache
Returns the showAllEdgesForVisibleVertices.
isShowEdgesOnShow() - Method in class org.jgraph.graph.GraphLayoutCache
Returns the showEdgesOnShow.
isSignificant() - Method in class org.jgraph.graph.DefaultGraphModel.GraphModelEdit
 
isSignificant() - Method in class org.jgraph.graph.GraphLayoutCache.GraphViewEdit
 
isSizeable() - Method in class org.jgraph.JGraph
Returns true if the graph allows cells to be resized.
isSizeable(Map) - Static method in class org.jgraph.graph.GraphConstants
Returns the sizeable attribute from the specified map.
isSnapSelectedView() - Method in class org.jgraph.plaf.basic.BasicGraphUI
 
isSource - Variable in class org.jgraph.graph.ConnectionSet.Connection
Indicates if port is the source of edge.
isSource() - Method in class org.jgraph.graph.ConnectionSet.Connection
Returns true if port is the source of edge.
isSourceEditing() - Method in class org.jgraph.graph.EdgeView.EdgeHandle
 
isStringFlavor(DataFlavor) - Method in class org.jgraph.plaf.basic.BasicGraphTransferable
Returns whether or not the specified data flavor is a String flavor that is supported.
isTargetEditing() - Method in class org.jgraph.graph.EdgeView.EdgeHandle
 
isToggleSelectionEvent(MouseEvent) - Method in class org.jgraph.plaf.basic.BasicGraphUI
Returning true signifies a mouse event on the cell should toggle the selection of only the cell under mouse.
isVisible(Object) - Method in class org.jgraph.graph.GraphLayoutCache
 

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.