| GNU Classpath (0.17) | ||
| Frames | No Frames | ||
Fields of type javax.swing.JTree | |
| JTree | Component that we're going to be drawing onto. |
Methods with parameter type javax.swing.JTree | |
| void | Cancels the current editing session.
|
| TreePath | Returns the path to the node that is closest to x,y. |
| TreePath | Returns the path to the element that is being editted.
|
| Rectangle | Returns the Rectangle enclosing the label portion that the last item in
path will be drawn to. |
| TreePath | Returns the path for passed in row. |
| int | Returns the number of rows that are being displayed.
|
| int | Returns the row that the last item identified in path is visible at. |
| void | Install all defaults for the tree.
|
| boolean | Returns true if the tree is being edited. |
| void | Selects the last item in path and tries to edit it. |
| boolean | Stops the current editing session. |
| void | Uninstall the defaults for the tree
|
Constructors with parameter type javax.swing.JTree | |
Constructor DefaultTreeCellEditor
| |
DefaultTreeCellEditor.DefaultTreeCellEditor(JTree value0, DefaultTreeCellRenderer value1, TreeCellEditor value2) Constructor DefaultTreeCellEditor
| |
Fields of type javax.swing.JTree | |
| JTree | tree
|
Methods with parameter type javax.swing.JTree | |
| void | DefaultTreeCellEditor.determineOffset(JTree value0, Object value1, boolean value2, boolean value3, boolean value4, int value5) determineOffset
|
| Component | DefaultTreeCellEditor.getTreeCellEditorComponent(JTree value0, Object value1, boolean value2, boolean value3, boolean value4, int value5) getTreeCellEditorComponent
|
| Component | TreeCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) getTreeCellEditorComponent
|
| Component | DefaultTreeCellRenderer.getTreeCellRendererComponent(JTree tree, Object val, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) getTreeCellRendererComponent
|
| Component | TreeCellRenderer.getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) getTreeCellRendererComponent
|
| void | setTree
|
Methods with parameter type javax.swing.JTree | |
| Component | DefaultCellEditor.getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row) getTreeCellEditorComponent
|
Methods with parameter type javax.swing.JTree | |
| void | Cancels editing a tree cell, discarding any entered value.
|
| TreePath | Finds the path that is closest to the specified position.
|
| TreePath | Retrieves the tree cell that is currently being edited.
|
| Rectangle | Determines the geometric extent of the label that is
drawn for a path.
|
| TreePath | Creates a TreePath for the specified row.
|
| int | Counts how many rows are currently displayed.
|
| int | Determines in which row a TreePath is currently
being displayed.
|
| boolean | Determines whether the user is currently editing a tree cell.
|
| void | Starts a session to edit a tree cell. |
| boolean | Stops editing a tree cell, committing the entered value into the
tree’s model. |
| GNU Classpath (0.17) |