Skip navigation links
org.netbeans.swing.outline 1.58
A C D E G H I M O P Q R S T U V W 

E

editCellAt(int, int, EventObject) - Method in class org.netbeans.swing.etable.ETable
Overridden to force requesting the focus after the user starts editing.
editCellAt(int, int, EventObject) - Method in class org.netbeans.swing.outline.Outline
 
ETable - Class in org.netbeans.swing.etable
Extended JTable (ETable) adds these features to JTable: The notion of fully editable (non-editable) table.
ETable() - Constructor for class org.netbeans.swing.etable.ETable
Constructs a default JTable that is initialized with a default data model, a default column model, and a default selection model.
ETable(TableModel) - Constructor for class org.netbeans.swing.etable.ETable
Constructs a JTable that is initialized with dm as the data model, a default column model, and a default selection model.
ETable(TableModel, TableColumnModel) - Constructor for class org.netbeans.swing.etable.ETable
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
ETable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class org.netbeans.swing.etable.ETable
Constructs a JTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
ETable(int, int) - Constructor for class org.netbeans.swing.etable.ETable
Constructs a JTable with numRows and numColumns of empty cells using DefaultTableModel.
ETable(Vector, Vector) - Constructor for class org.netbeans.swing.etable.ETable
Constructs a JTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
ETable(Object[][], Object[]) - Constructor for class org.netbeans.swing.etable.ETable
Constructs a JTable to display the values in the two dimensional array, rowData, with column names, columnNames.
ETable.ColumnSelection - Enum in org.netbeans.swing.etable
The visible column selection methods.
ETable.RowMapping - Class in org.netbeans.swing.etable
Item to the collection when doing the sorting of table rows.
ETableColumn - Class in org.netbeans.swing.etable
Special type of TableColumn object used by ETable.
ETableColumn(ETable) - Constructor for class org.netbeans.swing.etable.ETableColumn
Creates a new instance of ETableColumn
ETableColumn(int, ETable) - Constructor for class org.netbeans.swing.etable.ETableColumn
Creates a new instance of ETableColumn
ETableColumn(int, int, ETable) - Constructor for class org.netbeans.swing.etable.ETableColumn
Creates a new instance of ETableColumn
ETableColumn(int, int, TableCellRenderer, TableCellEditor, ETable) - Constructor for class org.netbeans.swing.etable.ETableColumn
Creates a new instance of ETableColumn
ETableColumn.RowComparator - Class in org.netbeans.swing.etable
Comparator used for sorting the rows according to value in a given column.
ETableColumnModel - Class in org.netbeans.swing.etable
Column model implementation for ETable.
ETableColumnModel() - Constructor for class org.netbeans.swing.etable.ETableColumnModel
Creates a new instance of ETableColumnModel
ETableTransferable - Class in org.netbeans.swing.etable
Transferable for use with the ETable.
ETableTransferable(String) - Constructor for class org.netbeans.swing.etable.ETableTransferable
Create a new transferable.
ETableTransferHandler - Class in org.netbeans.swing.etable
Used for creating a proper clipboard representation.
ETableTransferHandler() - Constructor for class org.netbeans.swing.etable.ETableTransferHandler
 
expandPath(TreePath) - Method in class org.netbeans.swing.outline.Outline
Expand a tree path
expandPath(TreePath) - Method in class org.netbeans.swing.outline.TreePathSupport
Expand a path.
ExtTreeWillExpandListener - Interface in org.netbeans.swing.outline
A trivial extension to TreeWillExpandListener, to allow listeners to be notified if another TreeWillExpandListener vetoes a pending expansion.
A C D E G H I M O P Q R S T U V W 
Skip navigation links
org.netbeans.swing.outline 1.58