Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.action.actions |
Contains a set of different
DockAction s
and supporting classes.The actions in this package will create views, which show Icon s,
text, tooltips and other gimmicks. |
bibliothek.gui.dock.action.dropdown |
Elements needed to design the communication between a
DropDownAction and its children. |
Modifier and Type | Method and Description |
---|---|
DropDownFilterFactory |
DropDownAction.getFilter(Dockable dockable)
Gets a filter that chooses the values that will be shown for this
action and its selection.
|
Modifier and Type | Method and Description |
---|---|
DropDownFilterFactory |
AbstractSimpleDropDownAction.getFilter(Dockable dockable) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSimpleDropDownAction.setFilter(DropDownFilterFactory filter)
Sets the filter that will be used to filter text, icon, tooltips, etc.
|
Modifier and Type | Field and Description |
---|---|
static DropDownFilterFactory |
DefaultDropDownFilter.FACTORY
A factory for this type of filter
|