public abstract class GUIActionNode extends ActionNode implements ChipCreator
CLASSNAME| Constructor and Description |
|---|
GUIActionNode(Node parent,
Map attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateConditions(Node parent,
Map attributes)
This method will automatically be called during creation of this Node.
|
String |
getDisabledIcon() |
String |
getIcon() |
String |
getName() |
String |
getToolbarIcon() |
clone, createFromClass, createFromScript, getActionClass, getActionClassInstance, getClassName, getInstance, getParams, getScriptURI, getTooltip, getTypeaddAttribute, addChild, addChildren, cloneAll, getAttributes, getBooleanAttribute, getBooleanAttribute, getCachedObject, getChild, getChildren, getChildren, getChildrenInternal, getEditorNode, getElementName, getIntegerAttribute, getIntegerAttribute, getLogger, getParent, getPosition, getPositionInfo, getStringAttribute, getStringAttribute, getSuperNode, removeAttribute, removeChild, replace, replaceChild, setAttributes, setElementName, setParent, setPosition, setPositionInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateChippublic GUIActionNode(Node parent, Map attributes) throws NodeCreationFailedException
parent - attributes - NodeCreationFailedExceptionpublic String getName()
public String getIcon()
public String getToolbarIcon()
public String getDisabledIcon()
protected void checkCreateConditions(Node parent, Map attributes) throws NodeCreationFailedException
NodecheckCreateConditions in class ActionNodeparent - the parent node as given to the constructorattributes - the attribute map as given to the constructorNodeCreationFailedException - if the creation of the node failsCopyright © 2017 SAP SE. All Rights Reserved.