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