java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.taglets.snippet.Bookmark
Alle implementierten Schnittstellen:
Action

public final class Bookmark extends Object implements Action
An action that associates text with a name.
  • Konstruktordetails

    • Bookmark

      public Bookmark(String name, StyledText text)
      Constructs an action that associates text with a name.
      Parameter:
      name - the string (key) to associate text with
      text - the text
  • Methodendetails

    • perform

      public void perform()
      Beschreibung aus Schnittstelle kopiert: Action
      Performs this action.
      Angegeben von:
      perform in Schnittstelle Action