Package bibliothek.gui.dock.action.dropdown

Elements needed to design the communication between a DropDownAction and its children.

See:
          Description

Interface Summary
DropDownFilterFactory A factory that creates DropDownFilter.
DropDownItemAction An action that can be child of a DropDownAction.
DropDownView A connection between an drop-down-item and a view.
 

Class Summary
AbstractDropDownFilter A DropDownFilter which stores all properties.
DefaultDropDownFilter An implementation of DropDownFilter.
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.
 

Package bibliothek.gui.dock.action.dropdown Description

Elements needed to design the communication between a DropDownAction and its children.