Package adams.gui.core.spreadsheettable
Class SpreadSheetTablePopupMenuItemHelper.TableState
- java.lang.Object
-
- adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
-
- Enclosing class:
- SpreadSheetTablePopupMenuItemHelper
public static class SpreadSheetTablePopupMenuItemHelper.TableState extends Object
Container object for the table state used by the popup menu items.
-
-
Field Summary
Fields Modifier and Type Field Description intactColthe actual column.intactRowthe actual row.int[]actRowsthe actual rows.TableRowRangerangethe row range.intselColthe selected column.intselRowthe selected row.int[]selRowsthe selected rows.SpreadSheetTabletablethe table.
-
Constructor Summary
Constructors Constructor Description TableState()
-
-
-
Field Detail
-
table
public SpreadSheetTable table
the table.
-
range
public 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.
-
-