Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.ide.controls.SortedTableModel

Packages that use SortedTableModel
oracle.ide.controls Contains classes implementing the basic graphical controls, such as, toolbars, toolbar buttons, status bars, tabbed windows, used by JDeveloper. 
 

Uses of SortedTableModel in oracle.ide.controls
 

Constructors in oracle.ide.controls with parameters of type SortedTableModel
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
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.