|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableView | |
---|---|
com.sas.commands.relational | Provides classes and interfaces to perform commands on relational data. |
com.sas.swing.adapters | Miscellaneous listener adapters to handle various user interface events. |
com.sas.swing.visuals.dataselectors.propertyeditor | |
com.sas.swing.visuals.olaptableview | Provides a set of swing classes for viewing and manipulating OLAP data. |
com.sas.swing.visuals.remotefileselector | The primary focus of the com.sas.swing.visuals.remotefileselector package is to provide the classes necessary to initialize a Remote File Selector. |
com.sas.swing.visuals.tableview | Provides a set of swing classes for viewing and manipulating relational data. |
Uses of TableView in com.sas.commands.relational |
---|
Fields in com.sas.commands.relational declared as TableView | |
---|---|
protected TableView |
ShowRowHeaderCommand.table
|
protected TableView |
ShowColumnHeaderCommand.table
|
protected TableView |
ShowColumnCommand.table
|
protected TableView |
ShowAllColumnsCommand.table
|
protected TableView |
PasteCommand.table
|
protected TableView |
InsertRowCommand.table
|
protected TableView |
HideColumnCommand.table
|
protected TableView |
ExportToExcelCommand.table
|
protected TableView |
DeleteRowCommand.table
|
protected TableView |
CutCommand.table
|
protected TableView |
CopyCommand.table
|
protected TableView |
CommitInsertedRowCommand.table
|
protected TableView |
ClearCommand.table
|
protected TableView |
CancelRowInsertCommand.table
|
protected TableView |
AddRowCommand.table
|
Methods in com.sas.commands.relational that return TableView | |
---|---|
TableView |
ShowRowHeaderCommand.getTable()
|
TableView |
ShowColumnHeaderCommand.getTable()
|
TableView |
ShowColumnCommand.getTable()
|
TableView |
ShowAllColumnsCommand.getTable()
|
TableView |
PasteCommand.getTable()
|
TableView |
InsertRowCommand.getTable()
|
TableView |
HideColumnCommand.getTable()
|
TableView |
ExportToExcelCommand.getTable()
|
TableView |
DeleteRowCommand.getTable()
|
TableView |
CutCommand.getTable()
|
TableView |
CopyCommand.getTable()
|
TableView |
CommitInsertedRowCommand.getTable()
|
TableView |
ClearCommand.getTable()
|
TableView |
CancelRowInsertCommand.getTable()
|
TableView |
AddRowCommand.getTable()
|
Methods in com.sas.commands.relational with parameters of type TableView | |
---|---|
void |
ShowRowHeaderCommand.setTable(TableView table)
|
void |
ShowColumnHeaderCommand.setTable(TableView table)
|
void |
ShowColumnCommand.setTable(TableView table)
|
void |
ShowAllColumnsCommand.setTable(TableView table)
|
void |
PasteCommand.setTable(TableView table)
|
void |
InsertRowCommand.setTable(TableView table)
|
void |
HideColumnCommand.setTable(TableView table)
|
void |
ExportToExcelCommand.setTable(TableView table)
|
void |
DeleteRowCommand.setTable(TableView table)
|
void |
CutCommand.setTable(TableView table)
|
void |
CopyCommand.setTable(TableView table)
|
void |
CommitInsertedRowCommand.setTable(TableView table)
|
void |
ClearCommand.setTable(TableView table)
|
void |
CancelRowInsertCommand.setTable(TableView table)
|
void |
AddRowCommand.setTable(TableView table)
|
protected void |
ExportToExcelCommand.writeToStream(TableView table,
java.io.Writer writer)
|
Uses of TableView in com.sas.swing.adapters |
---|
Fields in com.sas.swing.adapters declared as TableView | |
---|---|
protected TableView |
TableViewClipboardAdapter.table
|
Methods in com.sas.swing.adapters with parameters of type TableView | |
---|---|
static boolean |
TableViewClipboardAdapter.canCopy(TableView table)
Returns true if the given TableView is in a state where the selected cells, rows, and/or columns are all allowed to be copied to the clipboard, false otherwise. |
static boolean |
TableViewClipboardAdapter.canCut(TableView table)
Returns true if the given TableView is in a state where the selected cells, rows, and/or columns are all allowed to be cut, false otherwise. |
static boolean |
TableViewClipboardAdapter.canPaste(TableView table)
Returns true if the given TableView is in a state where the selected cells, rows, and/or columns are all allowed to be pasted into with the current contents of the clipboard, false otherwise. |
Constructors in com.sas.swing.adapters with parameters of type TableView | |
---|---|
TableViewClipboardAdapter(TableView table)
The TableViewClipboardAdapter is constructed with a TableView on which it enables Cut-Copy-Paste and acts as a Clipboard listener. |
Uses of TableView in com.sas.swing.visuals.dataselectors.propertyeditor |
---|
Fields in com.sas.swing.visuals.dataselectors.propertyeditor declared as TableView | |
---|---|
protected TableView |
EntityAttributeValuePanel.tableView
TableView component of the panel |
Uses of TableView in com.sas.swing.visuals.olaptableview |
---|
Subclasses of TableView in com.sas.swing.visuals.olaptableview | |
---|---|
class |
OLAPTableView
OLAPTableView is a swing component that extends from TableView
and allows OLAP (On-Line Analytical Processing) data to be viewed and manipulated in tabular form. |
Methods in com.sas.swing.visuals.olaptableview with parameters of type TableView | |
---|---|
protected void |
OLAPNavigationalAction.moveWithinTableRange(TableView table,
int dx,
int dy,
boolean changeLead)
|
void |
OLAPOriginComponent.setTable(TableView newTable)
Sets the new TableView associated with the OLAPOriginComponent. |
Constructors in com.sas.swing.visuals.olaptableview with parameters of type TableView | |
---|---|
OLAPOriginComponent(TableView table)
Constructs a default OLAPOriginComponent with the given table set as the TableView. |
Uses of TableView in com.sas.swing.visuals.remotefileselector |
---|
Fields in com.sas.swing.visuals.remotefileselector declared as TableView | |
---|---|
protected TableView |
RemoteFileTableComponent.table
the main table component |
Uses of TableView in com.sas.swing.visuals.tableview |
---|
Fields in com.sas.swing.visuals.tableview declared as TableView | |
---|---|
protected TableView |
RowHeader.table
The table for which this object is the header; the default is null but the table should get set to work properly. |
protected TableView |
OriginComponent.table
|
protected TableView |
CellSelectionModel.table
|
protected TableView |
BasicTableViewUI.table
|
Methods in com.sas.swing.visuals.tableview that return TableView | |
---|---|
TableView |
RowHeader.getTable()
Returns the table associated with this header. |
TableView |
OriginComponent.getTable()
Returns the TableView associated with this component. |
TableView |
DefaultTableRowModel.getTable()
Returns the TableView associated with the row model |
TableView |
CellSelectionModel.getTable()
Returns the TableView associated with this cell selection model. |
Methods in com.sas.swing.visuals.tableview with parameters of type TableView | |
---|---|
protected boolean |
NavigationalAction.moveWithinSelectedRange(TableView table,
int dx,
int dy,
boolean ignoreCarry)
|
protected void |
NavigationalAction.moveWithinTableRange(TableView table,
int dx,
int dy,
boolean changeLead)
|
void |
RowHeader.setTable(TableView table)
Sets the table associated with this header. |
void |
OriginComponent.setTable(TableView table)
Sets the TableView associated with the OriginComponent to the given TableView. |
void |
DefaultTableRowModel.setTable(TableView newTable)
Sets the TableView associated with this row model, should not be null. |
void |
CellSelectionModel.setTable(TableView newTable)
Sets the TableView associated with this selection model to the given TableView. |
Constructors in com.sas.swing.visuals.tableview with parameters of type TableView | |
---|---|
CellSelectionModel(TableView table)
Constructs a CellSelectionModel and sets the TableView to the given TableView. |
|
DefaultTableRowModel(TableView table)
Creates a default table row model. |
|
OriginComponent(TableView table)
Constructors the OriginComponent and sets the TableView to the table. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |