Package org.eclipse.help.internal
Class CommandLink
java.lang.Object
org.eclipse.help.internal.UAElement
org.eclipse.help.internal.CommandLink
- All Implemented Interfaces:
ICommandLink
,IUAElement
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Returns the label text to display for this link.Returns the serialized form of the command to invoke, along with its parameters.void
void
setSerialization
(String serialization) Methods inherited from class org.eclipse.help.internal.UAElement
appendChild, appendChildren, getAttribute, getChildren, getChildren, getElement, getElementName, getParentElement, insertBefore, isEnabled, removeChild, setAttribute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
-
Field Details
-
NAME
- See Also:
-
ATTRIBUTE_LABEL
- See Also:
-
ATTRIBUTE_SERIALIZATION
- See Also:
-
-
Constructor Details
-
CommandLink
-
CommandLink
-
-
Method Details
-
getLabel
Description copied from interface:ICommandLink
Returns the label text to display for this link.- Specified by:
getLabel
in interfaceICommandLink
- Returns:
- the link text
-
getSerialization
Description copied from interface:ICommandLink
Returns the serialized form of the command to invoke, along with its parameters.- Specified by:
getSerialization
in interfaceICommandLink
- Returns:
- the serialized command
-
setLabel
-
setSerialization
-