|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.action.actions.AbstractStandardDockAction
bibliothek.gui.dock.action.actions.SimpleDockAction
bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
bibliothek.gui.dock.action.actions.SimpleButtonAction
bibliothek.gui.dock.toolbar.expand.SimpleExpandAction
public class SimpleExpandAction
A SimpleExpandAction
just shows the icon, text and tooltip of one
SimpleExpandAction.Action
that could be executed regarding the ExpandedState
. This action
does not implement any logic, it just provides a good looking button.
Nested Class Summary | |
---|---|
static class |
SimpleExpandAction.Action
describes to which state this action leads |
Field Summary |
---|
Fields inherited from interface bibliothek.gui.dock.action.DockAction |
---|
BUTTON_CONTENT_FILTER |
Constructor Summary | |
---|---|
SimpleExpandAction(bibliothek.gui.DockController controller,
SimpleExpandAction.Action action)
Creates a new action. |
Method Summary | |
---|---|
void |
bound(bibliothek.gui.Dockable dockable)
|
SimpleExpandAction.Action |
getBehavior()
Tells how this action looks like. |
void |
setBehavior(SimpleExpandAction.Action behavior)
Sets the look of this action |
void |
unbound(bibliothek.gui.Dockable dockable)
|
Methods inherited from class bibliothek.gui.dock.action.actions.SimpleButtonAction |
---|
action, addActionListener, createView, getCommand, removeActionListener, setCommand, trigger |
Methods inherited from class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction |
---|
isDropDownSelectable, isDropDownSelectable, isDropDownTriggerable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected |
Methods inherited from class bibliothek.gui.dock.action.actions.SimpleDockAction |
---|
getAccelerator, getDisabledIcon, getDockableRepresentation, getDockableRepresentation, getIcon, getIcon, getIcon, getIconContexts, getText, getText, getTooltip, getTooltipText, getTooltipText, isEnabled, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip, trigger |
Methods inherited from class bibliothek.gui.dock.action.actions.AbstractStandardDockAction |
---|
addDockActionListener, bind, fireActionEnabledChanged, fireActionIconChanged, fireActionRepresentativeChanged, fireActionTextChanged, fireActionTooltipTextChanged, getBoundDockables, isBound, removeDockActionListener, unbind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bibliothek.gui.dock.action.dropdown.DropDownItemAction |
---|
isDropDownSelectable, isDropDownTriggerable |
Methods inherited from interface bibliothek.gui.dock.action.StandardDockAction |
---|
addDockActionListener, getDockableRepresentation, getIcon, getIconContexts, getText, getTooltipText, isEnabled, removeDockActionListener |
Methods inherited from interface bibliothek.gui.dock.action.DockAction |
---|
bind, unbind |
Methods inherited from interface bibliothek.gui.dock.action.actions.SharingStandardDockAction |
---|
getAccelerator, getDisabledIcon, getDockableRepresentation, getIcon, getIcon, getText, getTooltip, getTooltipText, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip |
Constructor Detail |
---|
public SimpleExpandAction(bibliothek.gui.DockController controller, SimpleExpandAction.Action action)
controller
- the controller in whose realm this action is usedaction
- the exact look of this actionMethod Detail |
---|
public SimpleExpandAction.Action getBehavior()
public void setBehavior(SimpleExpandAction.Action behavior)
behavior
- the new lookpublic void bound(bibliothek.gui.Dockable dockable)
bound
in class bibliothek.gui.dock.action.actions.SimpleDockAction
public void unbound(bibliothek.gui.Dockable dockable)
unbound
in class bibliothek.gui.dock.action.actions.SimpleDockAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |