Interface State
-
- All Known Implementing Classes:
JSplitPaneState,JTabbedPaneState,JTableState,JXTableSwingSessionState,WindowState
public interface Stateget(save) and set(restore) state of object passed in argument- Since:
- 2.5.16
- Author:
- poussin, Kevin Morin - morin@codelutin.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StategetState(Object o)voidsetState(Object o, State state)
-