|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.action.CAction
public class CAction
A CAction is associated with one CDockable, allowing the
user to perform actions which are somehow connected to that CDockable.
| Constructor Summary | |
|---|---|
protected |
CAction()
Creates a new empty CAction, subclasses must call
init(CommonDockAction) to complete initialization of this action. |
protected |
CAction(CommonDockAction action)
Creates a new CAction |
| Method Summary | |
|---|---|
protected void |
init(CommonDockAction action)
Initializes this action. |
CommonDockAction |
intern()
Gets the internal representation of the action. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CAction()
CAction, subclasses must call
init(CommonDockAction) to complete initialization of this action.
protected CAction(CommonDockAction action)
action - the internal representation of this action. Subclasses
can put null in here and later call init(CommonDockAction)| Method Detail |
|---|
protected void init(CommonDockAction action)
action - the internal representation, not nullpublic CommonDockAction intern()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||