Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package com.sas.swing.visuals.tableview

Provides a set of swing classes for viewing and manipulating relational data.

See:
          Description

Interface Summary
CombiningRendererInterface Interface for combining with other objects.
HoldInterface An interface for holding various indices in a view so they are always visible when scrolling.
TableRowModel Defines the requirements for a table row model object suitable for use with TableView.
TableRowModelListener TableRowModelListener defines the interface for an object that listens to changes in a TableRowModel.
 

Class Summary
BasicColumnHeaderUI  
BasicOriginComponentUI  
BasicRowHeaderUI  
BasicTableViewUI  
BooleanEditor  
BooleanRenderer  
CellSelectionModel  
ColumnHeader  
DateRenderer  
DefaultRowHeaderRenderer  
DefaultTableCellEditor Default Table Cell Editor
DefaultTableCellRenderer  
DefaultTableHeaderRenderer  
DefaultTableRowModel  
DoubleRenderer  
EditController Interface for implementing controllers to edit models for tables.
HoldColumnSupport Abstract support class to implement common aspects of HoldInterface.
IconRenderer  
IndicatorCellRenderer  
NavigationalAction  
NumberEditor  
NumberRenderer  
OriginComponent  
OriginComponentUI Pluggable look and feel class for OriginComponent.
PagingAction  
RowHeader  
RowHeaderUI Pluggable look and feel interface for RowHeader.
SelectAction  
ShowPopupMenuAction  
SortHeaderRenderer  
StartEditingAction  
SwapCurrentCellAction  
SwingHoldColumnSupport Concrete extension of HoldColumnSupport for Swing.
TableFormatArea Defines an area of columns and rows within a TableView.
TableRowModelEvent TableRowModelEvent is used to notify listeners that a table row model has changed, such as a row moved.
TableView TableView is a swing component that extends from TableViewViewportLayout A modified ViewportLayout to fix the JFC bug where components that implement Scrollable do not resize correctly, if their size is less than the viewport size.
 

Package com.sas.swing.visuals.tableview Description

Provides a set of swing classes for viewing and manipulating relational data.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.