Class CommandLink

java.lang.Object
org.eclipse.help.internal.UAElement
org.eclipse.help.internal.CommandLink
All Implemented Interfaces:
ICommandLink, IUAElement

public class CommandLink extends UAElement implements ICommandLink
  • Field Details

  • Constructor Details

    • CommandLink

      public CommandLink(ICommandLink src)
    • CommandLink

      public CommandLink(Element src)
  • Method Details

    • getLabel

      public String getLabel()
      Description copied from interface: ICommandLink
      Returns the label text to display for this link.
      Specified by:
      getLabel in interface ICommandLink
      Returns:
      the link text
    • getSerialization

      public String getSerialization()
      Description copied from interface: ICommandLink
      Returns the serialized form of the command to invoke, along with its parameters.
      Specified by:
      getSerialization in interface ICommandLink
      Returns:
      the serialized command
    • setLabel

      public void setLabel(String label)
    • setSerialization

      public void setSerialization(String serialization)