Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C F G I J L M P R S T U V

A

AbstractTreeTableModel - class jgift.ui.treetable.AbstractTreeTableModel.
Abstract implementation of TreeTableModel that provides support for TreeModelListeners.
AbstractTreeTableModel(Object) - Constructor for class jgift.ui.treetable.AbstractTreeTableModel
Create a new instance of AbstractTreeTableModel.
addTreeModelListener(TreeModelListener) - Method in class jgift.ui.treetable.AbstractTreeTableModel
Add a listener for the TreeModelEvent posted after the tree changes.

C

createListSelectionListener() - Method in class jgift.ui.treetable.TreeTable.ListTreeSelectionModel
Create a list selection listener that will call updateSelectedPathsFromSelectedRows() when the underlying list selection has been changed.

F

fireTableDataChangedLater() - Method in class jgift.ui.treetable.TreeTableModelAdapter
Invoke fireTableDataChanged() after all the pending events have been processed.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class jgift.ui.treetable.AbstractTreeTableModel
Notify all registered TreeModelListeners that one or more nodes in this model have been changed.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class jgift.ui.treetable.AbstractTreeTableModel
Notify all registered TreeModelListeners that one or more nodes have been inserted into this model.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class jgift.ui.treetable.AbstractTreeTableModel
Notify all registered TreeModelListeners that one or more nodes have been removed from this model.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class jgift.ui.treetable.AbstractTreeTableModel
Notify all registered TreeModelListeners that the structure of the tree has changed.

G

getCellEditorValue() - Method in class jgift.ui.treetable.TreeTable.TreeTableCellEditor
Get the value in the editor.
getColumnClass(int) - Method in interface jgift.ui.treetable.TreeTableModel
Get the most specific superclass for all the cell values in the column.
getColumnClass(int) - Method in class jgift.ui.treetable.TreeTableModelAdapter
Get the most specific superclass for all the cell values in the column.
getColumnCount() - Method in interface jgift.ui.treetable.TreeTableModel
Get the number of columns in each node of the tree.
getColumnCount() - Method in class jgift.ui.treetable.TreeTableModelAdapter
Get the number of columns in this model.
getColumnName(int) - Method in interface jgift.ui.treetable.TreeTableModel
Get the name of the specified column.
getColumnName(int) - Method in class jgift.ui.treetable.TreeTableModelAdapter
Get the display name of the specified column.
getEditingRow() - Method in class jgift.ui.treetable.TreeTable
Get the index of the row that contains the cell currently being edited.
getIndexOfChild(Object, Object) - Method in class jgift.ui.treetable.AbstractTreeTableModel
Get the index of child in parent.
getListSelectionModel() - Method in class jgift.ui.treetable.TreeTable.ListTreeSelectionModel
Get the list selection model.
getNodeForRow(int) - Method in class jgift.ui.treetable.TreeTableModelAdapter
Get the tree node for the specified row.
getRoot() - Method in class jgift.ui.treetable.AbstractTreeTableModel
Get the root of the tree.
getRowCount() - Method in class jgift.ui.treetable.TreeTableModelAdapter
Get the number of rows in this model.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jgift.ui.treetable.TreeTable.TreeTableCellEditor
Set an initial value for the editor.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jgift.ui.treetable.TreeTable.TreeTableCellRenderer
Returns the component used for drawing the cell.
getTree() - Method in class jgift.ui.treetable.TreeTable
Get the tree that is being used to render the cells.
getValueAt(Object, int) - Method in interface jgift.ui.treetable.TreeTableModel
Get the value in the specified column of a tree node.
getValueAt(int, int) - Method in class jgift.ui.treetable.TreeTableModelAdapter
Get the value for the cell at column and row.

I

isCellEditable(Object, int) - Method in class jgift.ui.treetable.AbstractTreeTableModel
Determine if the specified column of a tree node can be modified by the user.
isCellEditable(EventObject) - Method in class jgift.ui.treetable.TreeTable.TreeTableCellEditor
Determine if the editor if it can start editing using an event.
isCellEditable(Object, int) - Method in interface jgift.ui.treetable.TreeTableModel
Determine if the specified column of a tree node can be modified by the user.
isCellEditable(int, int) - Method in class jgift.ui.treetable.TreeTableModelAdapter
Determine if the cell at the specified row and column can be modified by the user.

J

jgift.ui.treetable - package jgift.ui.treetable
 

L

listenerList - Variable in class jgift.ui.treetable.AbstractTreeTableModel
 

M

model - Variable in class jgift.ui.treetable.TreeTableModelAdapter
 

P

paint(Graphics) - Method in class jgift.ui.treetable.TreeTable.TreeTableCellRenderer
Paints this component.

R

removeTreeModelListener(TreeModelListener) - Method in class jgift.ui.treetable.AbstractTreeTableModel
Remove a listener previously added with #addTreeModelListener().
resetRowSelection() - Method in class jgift.ui.treetable.TreeTable.ListTreeSelectionModel
Update this object's mapping from TreePath to rows.
root - Variable in class jgift.ui.treetable.AbstractTreeTableModel
 

S

setBounds(int, int, int, int) - Method in class jgift.ui.treetable.TreeTable.TreeTableCellRenderer
Moves and resizes this component.
setRootVisible(boolean) - Method in class jgift.ui.treetable.TreeTable
Set whether the root node of the underlying tree will be visible or not.
setRowHeight(int) - Method in class jgift.ui.treetable.TreeTable.TreeTableCellRenderer
Set the height of each cell, in pixels.
setRowHeight(int) - Method in class jgift.ui.treetable.TreeTable
Set the height, in pixels, of all cells.
setShowsRootHandles(boolean) - Method in class jgift.ui.treetable.TreeTable
Set whether the underlying tree displays node handles.
setValueAt(Object, Object, int) - Method in interface jgift.ui.treetable.TreeTableModel
Set the value of the specified column of a tree node.
setValueAt(Object, int, int) - Method in class jgift.ui.treetable.TreeTableModelAdapter
Set the value of the cell at the specified row and column.

T

TreeTable - class jgift.ui.treetable.TreeTable.
TreeTable is a JTable that uses a JTree to render its cells.
TreeTable(TreeTableModel) - Constructor for class jgift.ui.treetable.TreeTable
Creates a new instance of TreeTable.
TreeTable.ListTreeSelectionModel - class jgift.ui.treetable.TreeTable.ListTreeSelectionModel.
Selection model that updates its tree paths when the ListSelection model that it maintains is changed.
TreeTable.ListTreeSelectionModel() - Constructor for class jgift.ui.treetable.TreeTable.ListTreeSelectionModel
Create a new instance of ListTreeSelectionModel.
TreeTable.TreeTableCellEditor - class jgift.ui.treetable.TreeTable.TreeTableCellEditor.
Cell editor implementation that returns the JTree as the editor component.
TreeTable.TreeTableCellEditor() - Constructor for class jgift.ui.treetable.TreeTable.TreeTableCellEditor
 
TreeTable.TreeTableCellRenderer - class jgift.ui.treetable.TreeTable.TreeTableCellRenderer.
Renders table cells as a tree.
TreeTable.TreeTableCellRenderer(TreeModel) - Constructor for class jgift.ui.treetable.TreeTable.TreeTableCellRenderer
Create a new instance of TreeTableCellRenderer.
TreeTableModel - interface jgift.ui.treetable.TreeTableModel.
A model used for tables that wrap a tree view of results.
TreeTableModelAdapter - class jgift.ui.treetable.TreeTableModelAdapter.
Wraps a TreeTableModel to provide a TableModel interface for a JTable.
TreeTableModelAdapter(TreeTableModel, JTree) - Constructor for class jgift.ui.treetable.TreeTableModelAdapter
Create a new instance of TreeTableModelAdapter.
tree - Variable in class jgift.ui.treetable.TreeTable
 
tree - Variable in class jgift.ui.treetable.TreeTableModelAdapter
 

U

updateSelectedPathsFromSelectedRows() - Method in class jgift.ui.treetable.TreeTable.ListTreeSelectionModel
Update the selected paths based on the selected rows in the list.
updateUI() - Method in class jgift.ui.treetable.TreeTable.TreeTableCellRenderer
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class jgift.ui.treetable.TreeTable
Called by the UIManager when the L&F has changed.
updatingModel - Variable in class jgift.ui.treetable.TreeTable.ListTreeSelectionModel
 

V

valueForPathChanged(TreePath, Object) - Method in class jgift.ui.treetable.AbstractTreeTableModel
Called when the user has altered the value for the item identified by path to newValue.
visibleRow - Variable in class jgift.ui.treetable.TreeTable.TreeTableCellRenderer
 

A C F G I J L M P R S T U V