bibliothek.gui.dock.themes.basic.action
Interface BasicTitleViewItem<A>

Type Parameters:
A - the type of item wrapped in this object
All Superinterfaces:
ViewItem<A>
All Known Implementing Classes:
BasicButtonHandler, BasicDropDownButtonHandler, BasicHandler, BasicMenuHandler, BasicSelectableHandler, BasicSelectableHandler.Check, BasicSelectableHandler.Radio, BasicSeparatorHandler, BubbleSeparator, RoundButtonViewItem

public interface BasicTitleViewItem<A>
extends ViewItem<A>

A view item that will be shown between some buttons on a DockTitle.

Author:
Benjamin Sigg

Method Summary
 void setOrientation(DockTitle.Orientation orientation)
          Informs the item about the orientation of the title that uses this item.
 
Methods inherited from interface bibliothek.gui.dock.action.view.ViewItem
bind, getAction, getItem, unbind
 

Method Detail

setOrientation

void setOrientation(DockTitle.Orientation orientation)
Informs the item about the orientation of the title that uses this item.

Parameters:
orientation - the orientation