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

Packages that use bibliothek.gui.dock.action.dropdown
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.dropdown Elements needed to design the communication between a DropDownAction and its children. 
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.action.predefined A set of more complex actions that can be directly used. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.facile.mode.action A set of DockActions that change the LocationMode of a Dockable
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
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 
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.action
DropDownFilterFactory
          A factory that creates DropDownFilter.
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.action.actions
DropDownFilterFactory
          A factory that creates DropDownFilter.
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.action.dropdown
AbstractDropDownFilter
          A DropDownFilter which stores all properties.
DropDownFilter
          A filter is used by views which want to display a DropDownAction, but have to show elements of the selected action as well.
A filter is a DropDownView which forwards their properties to another DropDownView.
DropDownFilterFactory
          A factory that creates DropDownFilter.
DropDownView
          A connection between an drop-down-item and a view.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.common.action
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.common.action.core
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.common.action.predefined
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.common.intern.action
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.facile.action
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.facile.mode.action
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.station.flap
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.station.screen
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.station.split
DropDownItemAction
          An action that can be child of a DropDownAction.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.themes.basic.action
DropDownView
          A connection between an drop-down-item and a view.
 

Classes in bibliothek.gui.dock.action.dropdown used by bibliothek.gui.dock.themes.basic.action.dropdown
DropDownView
          A connection between an drop-down-item and a view.