Class InstancesTablePopupMenuItemHelper.TableState
- java.lang.Object
-
- adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
-
- Enclosing class:
- InstancesTablePopupMenuItemHelper
public static class InstancesTablePopupMenuItemHelper.TableState extends Object
Container object for the table state used by the popup menu items.
-
-
Field Summary
Fields Modifier and Type Field Description int
actCol
the actual column.int
actRow
the actual row.int[]
actRows
the actual rows.adams.gui.core.TableRowRange
range
the row range.int
selCol
the selected column.int
selRow
the selected row.int[]
selRows
the selected rows.InstancesTable
table
the table.
-
Constructor Summary
Constructors Constructor Description TableState()
-
-
-
Field Detail
-
table
public InstancesTable table
the table.
-
range
public adams.gui.core.TableRowRange range
the row range.
-
selRow
public int selRow
the selected row.
-
actRow
public int actRow
the actual row.
-
selRows
public int[] selRows
the selected rows.
-
actRows
public int[] actRows
the actual rows.
-
selCol
public int selCol
the selected column.
-
actCol
public int actCol
the actual column.
-
-