Package | Description |
---|---|
org.kepler.workflowrunmanager.gui |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<ColumnGroup> |
GroupableTableColumnModel.allColumnGroups |
protected java.util.ArrayList<ColumnGroup> |
GroupableTableColumnModel.columnGroups
Hold the list of ColumnGroups which define what group each normal column
is within, if any.
|
protected java.util.Vector<ColumnGroup> |
GroupableTableHeaderUI.paintedGroups
Contains a list of ColumnGroups that have already been painted in the
current paint request.
|
Modifier and Type | Method and Description |
---|---|
ColumnGroup |
GroupableTableColumnModel.getColumnGroup(int index)
Returns a ColumnGroup specified by an index.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ColumnGroup> |
GroupableTableColumnModel.columnGroupIterator()
Provides an Iterator to iterate over the ColumnGroup list.
|
java.util.Iterator<ColumnGroup> |
GroupableTableColumnModel.getColumnGroups(javax.swing.table.TableColumn tableColumn)
Provides an iterator for accessing the ColumnGroups associated with a
column.
|
java.util.Vector<ColumnGroup> |
ColumnGroup.getColumnGroups(javax.swing.table.TableColumn c,
java.util.Vector<ColumnGroup> g)
Get the ColumnGroup list containing the required table column.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupableTableColumnModel.addColumnGroup(ColumnGroup columnGroup) |
void |
GroupableTableColumnModel.addColumnGroup(int colIndex,
ColumnGroup columnGroup)
Add a new columnGroup.
|
void |
GroupableTableColumnModel.removeColumnGroup(int colIndex,
ColumnGroup columnGroup)
Remove a columnGroup.
|
void |
GroupableTableColumnModel.setColumnGroupVisible(int colIndex,
ColumnGroup columnGroup,
boolean visible) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<ColumnGroup> |
ColumnGroup.getColumnGroups(javax.swing.table.TableColumn c,
java.util.Vector<ColumnGroup> g)
Get the ColumnGroup list containing the required table column.
|