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

All Known Implementing Classes:
EclipseDockableDisplayer, EclipseTabPane, NoTitleDisplayer

public interface BorderedComponent

This component shows a Border that was created by a TabPainter.

Author:
Benjamin Sigg

Method Summary
 TabPlacement getTabPlacement()
          Tells at which side tabs are shown.
 void updateFullBorder()
          Requests this component to call TabPainter.getFullBorder(BorderedComponent, bibliothek.gui.DockController, bibliothek.gui.Dockable) again.
 

Method Detail

updateFullBorder

void updateFullBorder()
Requests this component to call TabPainter.getFullBorder(BorderedComponent, bibliothek.gui.DockController, bibliothek.gui.Dockable) again.


getTabPlacement

TabPlacement getTabPlacement()
Tells at which side tabs are shown.

Returns:
the side at which tabs are displayed or null if this component does not show tabs