Uses of Class
net.infonode.docking.WindowTabState

Packages that use WindowTabState
net.infonode.docking Core classes for the docking windows framework. 
 

Uses of WindowTabState in net.infonode.docking
 

Fields in net.infonode.docking declared as WindowTabState
(package private) static WindowTabState WindowTabState.FOCUSED
          Focused state is when the window that the tab is connected to contains the focus owner.
(package private) static WindowTabState WindowTabState.HIGHLIGHTED
          Highlighted state occurs when the tab is selected or otherwise highlighted.
(package private) static WindowTabState WindowTabState.NORMAL
          Normal state means that the tab is not highlighted or focused.
private static WindowTabState[] WindowTabState.STATES
           
 

Methods in net.infonode.docking that return WindowTabState
(package private) static WindowTabState[] WindowTabState.getStates()