|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.facile.action.ReplaceActionGuard
@ClientOnly public class ReplaceActionGuard
An ActionGuard that adds a ReplaceAction to all elements
that are Dockable and DockStation at the same time.
| Constructor Summary | |
|---|---|
ReplaceActionGuard(DockController controller)
Creates a new guard |
|
| Method Summary | |
|---|---|
DockActionSource |
getSource(Dockable dockable)
Gets a list of actions for the Dockable |
boolean |
isVisible()
Tells whether the action of this guard can be seen or not |
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. |
void |
setVisible(boolean visible)
Sets the visibility of the action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplaceActionGuard(DockController controller)
controller - The controller for which actions are created.| Method Detail |
|---|
public void setVisible(boolean visible)
visible - the new statepublic boolean isVisible()
true if the action can be seenpublic DockActionSource getSource(Dockable dockable)
ActionGuardDockable
getSource in interface ActionGuarddockable - The Dockable for which ActionGuard.react(Dockable)
is true
dockable.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 otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||