Package jaxx.runtime.swing.session
Class BeanDoubleListState
java.lang.Object
jaxx.runtime.swing.session.BeanDoubleListState
- All Implemented Interfaces:
State
public class BeanDoubleListState extends java.lang.Object implements State
- Since:
- 2.5.21
- Author:
- Kevin Morin - morin@codelutin.com
-
Field Summary
Fields Modifier and Type Field Description protected intindexprotected booleanreverseSort -
Constructor Summary
Constructors Constructor Description BeanDoubleListState()BeanDoubleListState(int index, boolean reverseSort) -
Method Summary
Modifier and Type Method Description protected BeanDoubleListcheckComponent(java.lang.Object o)intgetIndex()StategetState(java.lang.Object o)booleanisReverseSort()voidsetIndex(int index)voidsetReverseSort(boolean reverseSort)voidsetState(java.lang.Object o, State state)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
index
protected int index -
reverseSort
protected boolean reverseSort
-
-
Constructor Details
-
BeanDoubleListState
public BeanDoubleListState() -
BeanDoubleListState
public BeanDoubleListState(int index, boolean reverseSort)
-
-
Method Details