public static class SwingSession.JTableState extends Object implements SwingSession.State
Modifier and Type | Field and Description |
---|---|
protected int[] |
columnWidths |
Constructor and Description |
---|
JTableState() |
JTableState(int[] columnWidths) |
Modifier and Type | Method and Description |
---|---|
protected JTable |
checkComponent(Object o) |
int[] |
getColumnWidths() |
SwingSession.State |
getState(Object o) |
void |
setColumnWidths(int[] columnWidths) |
void |
setState(Object o,
SwingSession.State state) |
public JTableState()
public JTableState(int[] columnWidths)
public int[] getColumnWidths()
public void setColumnWidths(int[] columnWidths)
public SwingSession.State getState(Object o)
getState
in interface SwingSession.State
public void setState(Object o, SwingSession.State state)
setState
in interface SwingSession.State
Copyright © 1999–2020 CodeLutin. All rights reserved.