net.infonode.docking
Class WindowTabState

java.lang.Object
  extended by net.infonode.util.Enum
      extended by 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 $

Field Summary
(package private) static WindowTabState FOCUSED
          Focused state is when the window that the tab is connected to contains the focus owner.
(package private) static WindowTabState HIGHLIGHTED
          Highlighted state occurs when the tab is selected or otherwise highlighted.
(package private) static WindowTabState NORMAL
          Normal state means that the tab is not highlighted or focused.
private static long serialVersionUID
           
private static WindowTabState[] STATES
           
 
Constructor Summary
WindowTabState(int value, java.lang.String name)
           
 
Method Summary
(package private) static int getStateCount()
           
(package private) static WindowTabState[] getStates()
           
 
Methods inherited from class net.infonode.util.Enum
decode, getName, getObject, getValue, readResolve, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

WindowTabState

WindowTabState(int value,
               java.lang.String name)
Method Detail

getStates

static WindowTabState[] getStates()

getStateCount

static int getStateCount()