bibliothek.extension.gui.dock.theme.eclipse
Interface EclipseTabStateInfo

All Known Implementing Classes:
ArchGradientPainter, BaseTabComponent, DockTitleTab, RectGradientPainter

public interface EclipseTabStateInfo

Describes the state of a tab.

Author:
Benjamin Sigg

Method Summary
 Dockable getDockable()
          Gets the Dockable which is represented by this tab.
 boolean isFocused()
          Whether the tab is currently focused.
 boolean isSelected()
          Whether the tab is currently selected.
 

Method Detail

getDockable

Dockable getDockable()
Gets the Dockable which is represented by this tab.

Returns:
the dockable, may not be null

isSelected

boolean isSelected()
Whether the tab is currently selected.

Returns:
whether the tab is selected

isFocused

boolean isFocused()
Whether the tab is currently focused.

Returns:
whether the tab is focused