|
||||||||||
| 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.GroupedDockAction<K,D>
bibliothek.gui.dock.action.actions.GroupedDropDownItemAction<K,SimpleButtonAction>
bibliothek.gui.dock.action.actions.GroupedButtonDockAction<java.lang.Boolean>
bibliothek.gui.dock.station.screen.ScreenFullscreenAction
public class ScreenFullscreenAction
This DockAction is mainly used by the ScreenDockStation
to allow it's children to go into fullscreen-mode.
| Field Summary |
|---|
| Fields inherited from class bibliothek.gui.dock.action.actions.AbstractStandardDockAction |
|---|
listeners |
| Constructor Summary | |
|---|---|
ScreenFullscreenAction(ScreenDockStation station)
Constructs the action and sets the station on
which the Dockables will be made fullscreen. |
|
| Method Summary | |
|---|---|
void |
action(Dockable dockable)
Invoked when this action is triggered by the user. |
protected java.lang.Boolean |
createGroupKey(Dockable dockable)
Calculates the name of the group to which the dockable
should be added. |
void |
setController(DockController controller)
Called when a new controller has been set. |
| Methods inherited from class bibliothek.gui.dock.action.actions.GroupedButtonDockAction |
|---|
createGroup, createView |
| Methods inherited from class bibliothek.gui.dock.action.actions.GroupedDropDownItemAction |
|---|
isDropDownSelectable, isDropDownSelectable, isDropDownTriggerable, isDropDownTriggerable, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected |
| Methods inherited from class bibliothek.gui.dock.action.actions.GroupedDockAction |
|---|
bound, ensureGroup, getAccelerator, getDisabledIcon, getDisabledIcon, getDockableRepresentation, getDockableRepresentation, getGenerator, getGroup, getGroup, getIcon, getIcon, getText, getText, getTooltip, getTooltipText, getTooltipText, groupExists, isEnabled, isEnabled, isKnown, isRemoveEmptyGroups, removeGroup, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setGenerator, setGroup, setIcon, setRemoveEmptyGroups, setText, setTooltip, trigger, unbound |
| Methods inherited from class bibliothek.gui.dock.action.actions.AbstractStandardDockAction |
|---|
addDockActionListener, bind, fireActionDisabledIconChanged, 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.DockAction |
|---|
bind, createView, trigger, unbind |
| Methods inherited from interface bibliothek.gui.dock.action.dropdown.DropDownItemAction |
|---|
isDropDownSelectable, isDropDownTriggerable |
| Constructor Detail |
|---|
public ScreenFullscreenAction(ScreenDockStation station)
station on
which the Dockables will be made fullscreen.
station - the station| Method Detail |
|---|
public void setController(DockController controller)
ListeningDockAction
setController in interface ListeningDockActioncontroller - the new controllerpublic void action(Dockable dockable)
ButtonDockAction
action in interface ButtonDockActiondockable - The Dockable which is associated with
this DockAction, and which shall be used for the current action.protected java.lang.Boolean createGroupKey(Dockable dockable)
GroupedDockActiondockable
should be added.Dockable is member of one group. The membership
determines text, icon, etc. for the dockable. Whenever a
dockable is bound to this action,
the group will be determined by this method. Later on, the group
can be changed by the method setGroup.generator of
this action.
createGroupKey in class GroupedDockAction<java.lang.Boolean,SimpleButtonAction>dockable - The Dockable whose group has to be
found
null is not a valid result.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||