Uses of Interface
bibliothek.gui.dock.action.view.ViewItem

Packages that use ViewItem
bibliothek.extension.gui.dock.theme.bubble   
bibliothek.gui.dock.themes.basic.action   
bibliothek.gui.dock.themes.basic.action.dropdown   
bibliothek.gui.dock.themes.basic.action.menu   
 

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

Classes in bibliothek.extension.gui.dock.theme.bubble that implement ViewItem
 class BubbleSeparator
          A view for a SeparatorAction.
 

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

Subinterfaces of ViewItem in bibliothek.gui.dock.themes.basic.action
 interface BasicTitleViewItem<A>
          A view item that will be shown between some buttons on a DockTitle.
 

Classes in bibliothek.gui.dock.themes.basic.action that implement ViewItem
 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 ViewItem in bibliothek.gui.dock.themes.basic.action.dropdown
 

Subinterfaces of ViewItem in bibliothek.gui.dock.themes.basic.action.dropdown
 interface DropDownViewItem
          An item that is shown in the menu of a drop-down-button and can be selected by the button.
 

Classes in bibliothek.gui.dock.themes.basic.action.dropdown that implement ViewItem
 class AbstractDropDownHandler<S extends StandardDropDownItemAction>
          A handler that connects a StandardDropDownItemAction with a drop-down-button.
 class ButtonDropDownHandler
          A connection between a ButtonDockAction and a drop-down-button.
 class SelectableDropDownHandler
          A connection between a SelectableDockAction and a drop-down-button.
static class SelectableDropDownHandler.Check
          A connection representing a check-box.
static class SelectableDropDownHandler.Radio
          A connection representing a radio-button.
 class SubDropDownHandler
          A handler that connects non-selectable, non-triggerable items with a drop-down-button.
 

Uses of ViewItem in bibliothek.gui.dock.themes.basic.action.menu
 

Subinterfaces of ViewItem in bibliothek.gui.dock.themes.basic.action.menu
 interface MenuViewItem<C extends JComponent>
          An item that is shown in a menu.
 

Classes in bibliothek.gui.dock.themes.basic.action.menu that implement ViewItem
 class AbstractMenuHandler<I extends JMenuItem,D extends StandardDockAction>
          A handler that connects a JMenuItem with a DockAction.
 class ButtonMenuHandler
          A handler that handles an ordinary JMenuItem.
 class DropDownMenuHandler
          A handler that shows a DropDownAction in a menu.
 class MenuMenuHandler
          A handler that manages a menu.
 class SelectableMenuHandler<M extends JMenuItem>
          A handler which ensures that the selected-state of a JMenuItem and a SelectableDockAction are always the same.
static class SelectableMenuHandler.Check
          A handler designed to handle actions of type ActionType.CHECK.
static class SelectableMenuHandler.Radio
          A handler designed to handle actions of type ActionType.RADIO.