|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellHandle | |
---|---|
org.jgraph.graph | |
org.jgraph.plaf | |
org.jgraph.plaf.basic |
Uses of CellHandle in org.jgraph.graph |
---|
Classes in org.jgraph.graph that implement CellHandle | |
---|---|
class |
EdgeView.EdgeHandle
|
class |
VertexView.SizeHandle
|
Methods in org.jgraph.graph that return CellHandle | |
---|---|
CellHandle |
VertexView.getHandle(GraphContext context)
Returns a cell handle for the view, if the graph and the view are sizeable. |
CellHandle |
PortView.getHandle(GraphContext context)
Returns null . |
CellHandle |
EdgeView.getHandle(GraphContext context)
Returns a cell handle for the view. |
CellHandle |
CellView.getHandle(GraphContext context)
Returns a cell handle for the view. |
abstract CellHandle |
AbstractCellView.getHandle(GraphContext context)
Returns a cell handle for the view. |
Uses of CellHandle in org.jgraph.plaf |
---|
Methods in org.jgraph.plaf that return CellHandle | |
---|---|
abstract CellHandle |
GraphUI.getHandle(JGraph graph)
Returns the CellHandle that is currently active,
or null if no handle is active. |
Uses of CellHandle in org.jgraph.plaf.basic |
---|
Classes in org.jgraph.plaf.basic that implement CellHandle | |
---|---|
class |
BasicGraphUI.RootHandle
|
Fields in org.jgraph.plaf.basic declared as CellHandle | |
---|---|
protected 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 CellHandle | |
---|---|
CellHandle |
BasicGraphUI.createHandle(GraphContext context)
Constructs the "root handle" for context . |
CellHandle |
BasicGraphUI.getHandle(JGraph graph)
Returns the handle that is currently active, or null, if no handle is currently active. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |