net.infonode.docking
Class WindowTabState
java.lang.Object
net.infonode.util.Enum
net.infonode.docking.WindowTabState
- All Implemented Interfaces:
- java.io.Serializable, Writable
final class WindowTabState
- extends Enum
The states that a window tab can be in.
- Version:
- $Revision: 1.4 $
- Author:
- $Author: jesper $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
NORMAL
static final WindowTabState NORMAL
- Normal state means that the tab is not highlighted or focused.
HIGHLIGHTED
static final WindowTabState HIGHLIGHTED
- Highlighted state occurs when the tab is selected or otherwise highlighted.
FOCUSED
static final WindowTabState FOCUSED
- Focused state is when the window that the tab is connected to contains the focus owner.
STATES
private static final WindowTabState[] STATES
WindowTabState
WindowTabState(int value,
java.lang.String name)
getStates
static WindowTabState[] getStates()
getStateCount
static int getStateCount()