Uses of Interface
bibliothek.gui.dock.ToolbarItem

Packages that use ToolbarItem
bibliothek.gui.dock   
bibliothek.gui.dock.toolbar   
bibliothek.gui.dock.toolbar.item   
 

Uses of ToolbarItem in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with parameters of type ToolbarItem
 void ToolbarItemDockable.setItem(ToolbarItem item, ExpandedState state)
          Sets the ToolbarItem which should be shown if in state state.
 

Constructors in bibliothek.gui.dock with parameters of type ToolbarItem
ToolbarItemDockable(ToolbarItem item)
          Creates a new dockable
ToolbarItemDockable(ToolbarItem item, Icon icon)
          Creates a new dockable
ToolbarItemDockable(ToolbarItem item, String title)
          Creates a new dockable
ToolbarItemDockable(ToolbarItem item, String title, Icon icon)
          Creates a new dockable
 

Uses of ToolbarItem in bibliothek.gui.dock.toolbar
 

Methods in bibliothek.gui.dock.toolbar with parameters of type ToolbarItem
 void CToolbarItem.setItem(ToolbarItem item, ExpandedState state)
          Sets a component which should be shown when this dockable is in state state.
 

Uses of ToolbarItem in bibliothek.gui.dock.toolbar.item
 

Classes in bibliothek.gui.dock.toolbar.item that implement ToolbarItem
 class ComponentItem
          A ComponentItem is the most simple implementation of ToolbarItem, it just wrapps around a single Component.
 class DockActionItem
          A wrapper around a DockAction allowing the action to show up on a toolbar.