|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.action.TypedActionGuard<T>
T - the type of Dockables on which this
ActionGuard will reactpublic abstract class TypedActionGuard<T extends Dockable>
This ActionGuard reacts only on Dockables
with a given type.
| Constructor Summary | |
|---|---|
TypedActionGuard(Class<T> type)
Constructs the TypedActionGuard and sets the type to react on. |
|
| Method Summary | |
|---|---|
DockActionSource |
getSource(Dockable dockable)
Gets a list of actions for the Dockable |
protected abstract DockActionSource |
getTypedSource(T dockable)
Gets the DockActionSource that will be returned by
getSource. |
boolean |
react(Dockable dockable)
Tests the given Dockable and tells whether this
ActionGuard is interested in it and wants to add some additional
actions to it, or if this guard
is not made for the dockable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypedActionGuard(Class<T> type)
type - The type on which this guard will react| Method Detail |
|---|
public boolean react(Dockable dockable)
ActionGuardDockable and tells whether this
ActionGuard is interested in it and wants to add some additional
actions to it, or if this guard
is not made for the dockable.
react in interface ActionGuarddockable - The Dockable to test
true if the ActionGuard.getSource(Dockable)-method
should be invoked, false otherwisepublic DockActionSource getSource(Dockable dockable)
ActionGuardDockable
getSource in interface ActionGuarddockable - The Dockable for which ActionGuard.react(Dockable)
is true
dockable.protected abstract DockActionSource getTypedSource(T dockable)
DockActionSource that will be returned by
getSource.
dockable - The Dockable for which a source is required
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||