|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.action.AbstractDockActionSource
bibliothek.gui.dock.action.FilteredDockActionSource
bibliothek.extension.gui.dock.theme.eclipse.EclipseDockActionSource
public class EclipseDockActionSource
A list of DockActions filtered by the
EclipseThemeConnector, using EclipseThemeConnector.isTabAction(Dockable, DockAction).
| Field Summary |
|---|
| Fields inherited from class bibliothek.gui.dock.action.AbstractDockActionSource |
|---|
listeners |
| Constructor Summary | |
|---|---|
EclipseDockActionSource(EclipseTheme theme,
DockActionSource source,
Dockable dockable,
boolean tab)
Creates a new source |
|
| Method Summary | |
|---|---|
protected boolean |
include(DockAction action)
Tells whether action should be included in the list of
actions of this source, or not. |
| Methods inherited from class bibliothek.gui.dock.action.FilteredDockActionSource |
|---|
addDockActionSourceListener, getDockAction, getDockActionCount, getLocationHint, iterator, removeDockActionSourceListener |
| Methods inherited from class bibliothek.gui.dock.action.AbstractDockActionSource |
|---|
fireAdded, fireRemoved, indexOf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EclipseDockActionSource(EclipseTheme theme,
DockActionSource source,
Dockable dockable,
boolean tab)
theme - the theme for which this source is usedsource - the source which is filtereddockable - the Dockable for which the actions are showntab - the expected result of EclipseThemeConnector.isTabAction(Dockable, DockAction)| Method Detail |
|---|
protected boolean include(DockAction action)
FilteredDockActionSourceaction should be included in the list of
actions of this source, or not.
include in class FilteredDockActionSourceaction - the action to test
true if action should be shown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||