bibliothek.extension.gui.dock.theme.eclipse.stack.tab
Interface InvisibleTabPane

All Known Implementing Classes:
NoTitleBarDisplayer, NoTitleDisplayer

public interface InvisibleTabPane

An InvisibleTabPane can "show" some InvisibleTabs. This panel is used at places where no tabs should be shown, but the framework assumes that tabs could be shown.

Author:
Benjamin Sigg

Method Summary
 Dockable getSelectedDockable()
          Gets the Dockable that is currently selected.
 DockStation getStation()
          Gets the station for which this pane is used.
 void setBorder(Dockable dockable, Border border)
          Sets the border that should be painted around dockable.
 

Method Detail

getSelectedDockable

Dockable getSelectedDockable()
Gets the Dockable that is currently selected.

Returns:
the selected element, can be nulls

getStation

DockStation getStation()
Gets the station for which this pane is used.

Returns:
the owner

setBorder

void setBorder(Dockable dockable,
               Border border)
Sets the border that should be painted around dockable.

Parameters:
dockable - some child of this pane
border - the new border, can be null
Throws:
IllegalArgumentException - if dockable is invalid