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 Link icon

  • Constructor Details Link icon

    • CommandLink Link icon

      public CommandLink(ICommandLink src)
    • CommandLink Link icon

      public CommandLink(Element src)
  • Method Details Link icon

    • getLabel Link icon

      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 Link icon

      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 Link icon

      public void setLabel(String label)
    • setSerialization Link icon

      public void setSerialization(String serialization)