Uses of Interface
bibliothek.gui.dock.themes.basic.action.BasicTitleViewItem

Packages that use BasicTitleViewItem
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui.dock.action.view Classes to create a views for DockActions.
This package does not contain any views, only the mechanism to create some. 
bibliothek.gui.dock.common.intern.action.panel Supporting classes for CPanelPopup
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
bibliothek.gui.dock.themes.basic.action.buttons Classes which allow to paint and interact with a BasicButtonModel
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

Uses of BasicTitleViewItem in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement BasicTitleViewItem
 class BubbleSeparator
          A view for a SeparatorAction.
 class RoundButtonViewItem
          A BasicTitleViewItem that connects a RoundButton with the DockController when bound and when a controller is available.
 

Constructors in bibliothek.extension.gui.dock.theme.bubble with parameters of type BasicTitleViewItem
RoundButtonViewItem(Dockable dockable, BasicTitleViewItem<JComponent> delegate, RoundButtonConnectable button)
          Creates a new view item.
 

Uses of BasicTitleViewItem in bibliothek.gui.dock.action.view
 

Fields in bibliothek.gui.dock.action.view with type parameters of type BasicTitleViewItem
static ViewTarget<BasicTitleViewItem<JComponent>> ViewTarget.TITLE
          A target for an item shown on a DockTitle
 

Uses of BasicTitleViewItem in bibliothek.gui.dock.common.intern.action.panel
 

Classes in bibliothek.gui.dock.common.intern.action.panel that implement BasicTitleViewItem
 class BasicPanelPopupHandler
          A handler for a CPanelPopup which is shown in a title as button.
 

Methods in bibliothek.gui.dock.common.intern.action.panel that return BasicTitleViewItem
 BasicTitleViewItem<JComponent> BasicPanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 BasicTitleViewItem<JComponent> BubblePanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 BasicTitleViewItem<JComponent> EclipsePanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 BasicTitleViewItem<JComponent> FlatPanelPopupGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 

Uses of BasicTitleViewItem in bibliothek.gui.dock.themes.basic.action
 

Classes in bibliothek.gui.dock.themes.basic.action that implement BasicTitleViewItem
 class BasicButtonHandler
          A handler to connect a ButtonDockAction with a BasicButtonModel.
 class BasicDropDownButtonHandler
          A handler connecting a DropDownAction with a BasicDropDownButtonModel and its view.
 class BasicHandler<D extends StandardDockAction>
          A class connecting a DockAction with a BasicButtonModel.
 class BasicMenuHandler
          A handler connecting a MenuDockAction with a BasicButtonModel.
 class BasicSelectableHandler
          A handler connecting a SelectableDockAction with a BasicButtonModel.
static class BasicSelectableHandler.Check
          An implementation used to connect a SelectableDockAction of type ActionType.CHECK with a BasicButtonModel
static class BasicSelectableHandler.Radio
          An implementation used to connect a SelectableDockAction of type ActionType.RADIO with a BasicButtonModel
 class BasicSeparatorHandler
          A handler that shows a JSeparator for a SeparatorAction.
 

Uses of BasicTitleViewItem in bibliothek.gui.dock.themes.basic.action.buttons
 

Methods in bibliothek.gui.dock.themes.basic.action.buttons that return BasicTitleViewItem
protected  BasicTitleViewItem<JComponent> ButtonPanel.createItemFor(DockAction action, Dockable dockable)
          Creates a new item for action which will be shown on this panel.
 

Uses of BasicTitleViewItem in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title that return BasicTitleViewItem
protected  BasicTitleViewItem<JComponent> AbstractMultiDockTitle.createItemFor(DockAction action, Dockable dockable)
          Creates a new item for action which will be shown on this title.