|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.action.CAction
bibliothek.gui.dock.common.intern.action.CDecorateableAction
bibliothek.gui.dock.common.intern.action.CDropDownItem
bibliothek.gui.dock.common.action.predefined.CCloseAction
public class CCloseAction
An action that can close any CDockable by calling
CDockable.setVisible(boolean). Clients can either create one
CCloseAction for each CDockable or use one action for many CDockables at the
same time.
| Constructor Summary | |
|---|---|
CCloseAction(CControl control)
Creates a new action |
|
| Method Summary | |
|---|---|
void |
close(CDockable dockable)
Closes dockable now. |
| Methods inherited from class bibliothek.gui.dock.common.intern.action.CDropDownItem |
|---|
init, isDropDownSelectable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected |
| Methods inherited from class bibliothek.gui.dock.common.intern.action.CDecorateableAction |
|---|
getAccelerator, getDisabledIcon, getIcon, getText, getTooltip, init, isEnabled, setAccelerator, setDisabledIcon, setEnabled, setIcon, setText, setTooltip |
| Methods inherited from class bibliothek.gui.dock.common.action.CAction |
|---|
init, intern |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CCloseAction(CControl control)
control - the control for which this action will be used| Method Detail |
|---|
public void close(CDockable dockable)
dockable now. This method is always called when
this action is triggered, so this is the optimal method to be overridden
and extended with new features like a JOptionPane asking whether
dockable should really be closed.CVetoClosingListener instead, it can
handle all kind of closing events.
dockable - the element to close
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||