|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDockActionSource | |
---|---|
bibliothek.extension.gui.dock.theme.eclipse | Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.gui.dock.action | The components dealing with the logic of DockAction s. |
Uses of AbstractDockActionSource in bibliothek.extension.gui.dock.theme.eclipse |
---|
Subclasses of AbstractDockActionSource in bibliothek.extension.gui.dock.theme.eclipse | |
---|---|
class |
EclipseDockActionSource
A list of DockActions filtered by the
EclipseThemeConnector , using EclipseThemeConnector.isTabAction(Dockable, DockAction) . |
Uses of AbstractDockActionSource in bibliothek.gui.dock.action |
---|
Subclasses of AbstractDockActionSource in bibliothek.gui.dock.action | |
---|---|
class |
DefaultDockActionSource
The DefaultDockActionSource is nothing more than a list of DockActions that may be changed at any time. |
class |
FilteredDockActionSource
A DockActionSource which shows a selection of DockActions
fetched from another DockActionSource |
class |
HierarchyDockActionSource
A DockActionSource which observes the hierarchy of a Dockable
and changes its content using DockController.listOffers(bibliothek.gui.Dockable) .Clients using this source must call HierarchyDockActionSource.bind() to connect the source with its Dockable ,
and HierarchyDockActionSource.unbind() to free resources. |
class |
MultiDockActionSource
A DockActionSource that combines various sources in one source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |