Package | Description |
---|---|
com.jgraph.components.labels | |
org.jgraph.graph |
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package. |
org.jgraph.plaf.basic |
Contains the BasicGraphUI, which is GraphUI's default implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RedirectingEditor
In-place editor for rich text multiline values.
|
class |
RichTextEditor
In-place editor for rich text multiline values.
|
Modifier and Type | Method and Description |
---|---|
protected GraphCellEditor |
RichTextEditor.createGraphCellEditor()
Returns a new RealCellEditor.
|
protected GraphCellEditor |
RedirectingEditor.createGraphCellEditor()
Returns a new RealCellEditor.
|
GraphCellEditor |
MultiLineVertexView.getEditor()
Returns
MultiLineVertexView.editor if the user object of the cell is a rich text
value or MultiLineVertexView.redirector if the user object is a component. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphCellEditor |
class |
DefaultRealEditor
The default editor for graph cells.
|
Modifier and Type | Field and Description |
---|---|
static GraphCellEditor |
AbstractCellView.cellEditor
Editor for the cell.
|
protected GraphCellEditor |
DefaultGraphCellEditor.realEditor
Editor handling the editing.
|
Modifier and Type | Method and Description |
---|---|
protected GraphCellEditor |
DefaultGraphCellEditor.createGraphCellEditor()
This is invoked if a TreeCellEditor is not supplied in the constructor.
|
GraphCellEditor |
AbstractCellView.getEditor()
Returns a cell editor for the view.
|
GraphCellEditor |
CellView.getEditor()
Returns a cell editor for the view.
|
Constructor and Description |
---|
DefaultGraphCellEditor(GraphCellEditor editor)
Constructs a DefaultTreeCellEditor object for a JTree using the
specified renderer and the specified editor.
|
Modifier and Type | Field and Description |
---|---|
protected GraphCellEditor |
BasicGraphUI.cellEditor
Current editor for the graph.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.