Uses of Interface
org.jgraph.graph.CellHandle
Packages that use CellHandle
Package
Description
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph
package.Contains the GraphUI class which extends the Swing ComponentUI class.
Contains the BasicGraphUI, which is GraphUI's default implementation.
-
Uses of CellHandle in org.jgraph.graph
Classes in org.jgraph.graph that implement CellHandleModifier and TypeClassDescriptionstatic class
static class
Methods in org.jgraph.graph that return CellHandleModifier and TypeMethodDescriptionabstract CellHandle
AbstractCellView.getHandle
(GraphContext context) Returns a cell handle for the view.CellView.getHandle
(GraphContext context) Returns a cell handle for the view.EdgeView.getHandle
(GraphContext context) Returns a cell handle for the view.PortView.getHandle
(GraphContext context) Returnsnull
.VertexView.getHandle
(GraphContext context) Returns a cell handle for the view, if the graph and the view are sizeable. -
Uses of CellHandle in org.jgraph.plaf
Methods in org.jgraph.plaf that return CellHandleModifier and TypeMethodDescriptionabstract CellHandle
GraphUI.getHandle()
Returns theCellHandle
that is currently active, ornull
if no handle is active. -
Uses of CellHandle in org.jgraph.plaf.basic
Classes in org.jgraph.plaf.basic that implement CellHandleFields in org.jgraph.plaf.basic declared as CellHandleModifier and TypeFieldDescriptionprotected CellHandle
BasicGraphUI.RootHandle.activeHandle
The handle that consumed the last mousePressedEvent.protected CellHandle
BasicGraphUI.handle
Handle that we are going to use.protected CellHandle[]
BasicGraphUI.RootHandle.handles
Methods in org.jgraph.plaf.basic that return CellHandleModifier and TypeMethodDescriptionBasicGraphUI.createHandle
(GraphContext context) Constructs the "root handle" forcontext
.BasicGraphUI.getHandle()
Returns the handle that is currently active, or null, if no handle is currently active.