public class CopyAction extends BeanAction
CopyCapability,
BeanInfoSupport| Constructor and Description |
|---|
CopyAction()
Creates a new instance
do not call this directly, use SystemActions.get() instead
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Human presentable name of the action.
|
protected void |
performCapability(GPNode node,
Capability capability)
Performs the capability for the given node.
|
protected boolean |
surviveFocusChange() |
cookieClasses, createJButton, getHelpCtx, iconResource, mode, performActionpublic CopyAction()
public java.lang.String getName()
BeanActiongetName in class BeanActionprotected void performCapability(GPNode node, Capability capability)
performCapability in class BeanActionnode - the node for which the capability is performedcapability - the capability to performprotected boolean surviveFocusChange()
surviveFocusChange in class BeanAction