Uses of Package
bibliothek.gui.dock.action.view

Packages that use bibliothek.gui.dock.action.view
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.action.actions Contains a set of different DockActions and supporting classes.
The actions in this package will create views, which show Icons, text, tooltips and other gimmicks. 
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.action Contains different DockActions and subclasses of CAction to create buttons, checkboxes, menus and other components as button in the titles and tabs of CDockables. 
bibliothek.gui.dock.common.action.core A set of DockActions that also implement CommonDockAction
bibliothek.gui.dock.common.intern.action.panel Supporting classes for CPanelPopup
bibliothek.gui.dock.control Classes responsible to handle some global task. 
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.dropdown Handlers taking various kinds of DockAction and presenting them as DropDownViewItem in order to display them as children of a DropDownAction 
bibliothek.gui.dock.themes.basic.action.menu Handlers taking various kinds of DockAction and presenting them as MenuViewItem in order to display the actions in a menu. 
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.extension.gui.dock.theme.bubble
ConnectingViewItem
          A connecting view item is a wrapper around another ViewItem.
ViewItem
          A wrapper for an item that will be shown somewhere.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui
ActionViewConverter
          The ActionViewConverter transforms DockActions into views like buttons or menu-items.
Every application has a set DockActions.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.action
ActionViewConverter
          The ActionViewConverter transforms DockActions into views like buttons or menu-items.
Every application has a set DockActions.
ViewTarget
          Defines for which platform a DockAction is transformed to by a ActionViewConverter.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.action.actions
ActionViewConverter
          The ActionViewConverter transforms DockActions into views like buttons or menu-items.
Every application has a set DockActions.
ViewTarget
          Defines for which platform a DockAction is transformed to by a ActionViewConverter.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.action.view
ActionViewConverter
          The ActionViewConverter transforms DockActions into views like buttons or menu-items.
Every application has a set DockActions.
ViewGenerator
          A single entry for a ActionViewConverter.
ViewItem
          A wrapper for an item that will be shown somewhere.
ViewTarget
          Defines for which platform a DockAction is transformed to by a ActionViewConverter.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.common.action
ActionViewConverter
          The ActionViewConverter transforms DockActions into views like buttons or menu-items.
Every application has a set DockActions.
ViewTarget
          Defines for which platform a DockAction is transformed to by a ActionViewConverter.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.common.action.core
ViewTarget
          Defines for which platform a DockAction is transformed to by a ActionViewConverter.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.common.intern.action.panel
ActionViewConverter
          The ActionViewConverter transforms DockActions into views like buttons or menu-items.
Every application has a set DockActions.
ViewGenerator
          A single entry for a ActionViewConverter.
ViewItem
          A wrapper for an item that will be shown somewhere.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.control
ActionViewConverter
          The ActionViewConverter transforms DockActions into views like buttons or menu-items.
Every application has a set DockActions.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.themes.basic.action
ViewItem
          A wrapper for an item that will be shown somewhere.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.themes.basic.action.dropdown
ViewItem
          A wrapper for an item that will be shown somewhere.
 

Classes in bibliothek.gui.dock.action.view used by bibliothek.gui.dock.themes.basic.action.menu
ViewItem
          A wrapper for an item that will be shown somewhere.
ViewTarget
          Defines for which platform a DockAction is transformed to by a ActionViewConverter.