|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DropDownView | |
|---|---|
| bibliothek.gui.dock.action.dropdown | Elements needed to design the communication between a
DropDownAction and its children. |
| bibliothek.gui.dock.themes.basic.action | Elements handling the view of DockActions. |
| 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 |
| Uses of DropDownView in bibliothek.gui.dock.action.dropdown |
|---|
| Classes in bibliothek.gui.dock.action.dropdown that implement DropDownView | |
|---|---|
class |
AbstractDropDownFilter
A DropDownFilter which stores all properties. |
class |
DefaultDropDownFilter
An implementation of DropDownFilter. |
class |
DropDownFilter
A filter is used by views which want to display a DropDownAction, but
have to show elements of the selected action as well. |
| Methods in bibliothek.gui.dock.action.dropdown that return DropDownView | |
|---|---|
DropDownView |
DropDownFilter.getView()
Gets a DropDownView in which this filter has to write its
properties when DropDownFilter.update(DropDownViewItem) is invoked. |
| Methods in bibliothek.gui.dock.action.dropdown with parameters of type DropDownView | |
|---|---|
DropDownFilter |
DropDownFilterFactory.createView(DropDownAction action,
Dockable dockable,
DropDownView view)
Creates a new filter. |
| Constructors in bibliothek.gui.dock.action.dropdown with parameters of type DropDownView | |
|---|---|
AbstractDropDownFilter(DropDownAction action,
Dockable dockable,
DropDownView view)
Creates a new filter. |
|
DefaultDropDownFilter(DropDownAction action,
Dockable dockable,
DropDownView view)
Creates a new filter |
|
DropDownFilter(Dockable dockable,
DropDownAction action,
DropDownView view)
Creates a new filter |
|
| Uses of DropDownView in bibliothek.gui.dock.themes.basic.action |
|---|
| Classes in bibliothek.gui.dock.themes.basic.action that implement DropDownView | |
|---|---|
protected class |
BasicDropDownButtonHandler.ButtonView
A view that sends all values directly to the button. |
protected class |
BasicDropDownButtonHandler.SelectionView
A set of properties which can be set by the selected action. |
| Uses of DropDownView in bibliothek.gui.dock.themes.basic.action.dropdown |
|---|
| Methods in bibliothek.gui.dock.themes.basic.action.dropdown that return DropDownView | |
|---|---|
DropDownView |
AbstractDropDownHandler.getView()
Gets the view that can be used to send properties directly to the drop-down-button. |
| Methods in bibliothek.gui.dock.themes.basic.action.dropdown with parameters of type DropDownView | |
|---|---|
void |
AbstractDropDownHandler.setView(DropDownView view)
|
void |
DropDownViewItem.setView(DropDownView view)
Sends the current settings of this item to the view. |
void |
SelectableDropDownHandler.setView(DropDownView view)
|
void |
SubDropDownHandler.setView(DropDownView view)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||