| Package | Description | 
|---|---|
| oracle.ide.controls | 
 Contains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected SortedTreeTableModel | 
SortedJTreeTable.sortedTreeTableModel
Deprecated.  
  | 
| Constructor and Description | 
|---|
SortedJTreeTable(SortedTreeTableModel model)
Deprecated.  
Create a sorted JTable with ascending initial sort order on column 0 
 | 
SortedJTreeTable(SortedTreeTableModel model,
                int col)
Deprecated.  
Create a sorted JTable with ascending initial sort order and column specified 
 | 
SortedJTreeTable(SortedTreeTableModel model,
                int col,
                boolean ascending)
Deprecated.  
Create a sorted JTable with initial sort order and column specified 
 |