Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Package
oracle.javatools.ui.table

Packages that use oracle.javatools.ui.table
oracle.javatools.controls.nicetable Customized JTable implementation that adds support for several useful features. 
oracle.javatools.history Provides a model and UI components for displaying the history of a resource. 
oracle.javatools.ui.datatips   
oracle.javatools.ui.table   
 

Classes in oracle.javatools.ui.table used by oracle.javatools.controls.nicetable
DisplayableTable
          Interface that is used to display the table cells values in a readable text form.
GenericBaseTableModel
           
GenericTable
          GenericTable is a subclass of JTable with a number of nice and enhanced features and a cleaner UI.
GenericTableAutoSizeModel
           
GenericTableHeaderRenderer
          GenericTableHeaderRenderer has a flatter, cleaner, more modern appearance than the default "button-like" header renderer used by Swing.
GenericTableModel
          TableModel that determines the alignment of the table column and also whether the column can be hidden or not.
GenericTablePersistentSettings
          Simple javabean that can be used to serialize the visible properties of a NiceTable using an external persistence mechanism (e.g.
LegacyTableModel
          Deprecated. replaced by GenericBaseTableModel.
 

Classes in oracle.javatools.ui.table used by oracle.javatools.history
GenericTable
          GenericTable is a subclass of JTable with a number of nice and enhanced features and a cleaner UI.
 

Classes in oracle.javatools.ui.table used by oracle.javatools.ui.datatips
DefaultRowHeaderRenderer
          A default renderer for use by the row header component.
 

Classes in oracle.javatools.ui.table used by oracle.javatools.ui.table
DisplayableTable
          Interface that is used to display the table cells values in a readable text form.
GenericTableModel
          TableModel that determines the alignment of the table column and also whether the column can be hidden or not.
GenericTablePersistentSettings
          Simple javabean that can be used to serialize the visible properties of a NiceTable using an external persistence mechanism (e.g.
ReorderableTable
          ReorderableTable abstracts the reordering communication between a reorderable table and the controller that reorders it.
ReorderableTableModel
          TableModel that supports reordering of rows should implement this interface.
RowHeader
          A component to appear in a JTable's scrollpane at the head of each row.
SimpleTableFormat
          A class for use with SimpleTableModel to represent a list or array of elements in a table.
SimpleTableModel
          A TableModel for displaying java.util.Lists or arrays of data in a table where each row corresponds to an element in the collection.
TableToolbar
          This toolbar component can be used at the top of the table with various tools like Add, Edit, Delete, Clear, Copy, Paste and Duplicate which supports actions like adding row, adding column, deleting row, deleting column, clearing cell data, copying or pasting data and duplicating a row in the table.
TableToolbar.ToolAction
          Action Keys to get some of the default action for the table
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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