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

public final class AddStyle extends Object implements Action
An action that applies an additional style to text.
  • Konstruktordetails

    • AddStyle

      public AddStyle(Style style, Pattern pattern, StyledText text)
      Constructs an action that applies an additional style to regex finds in text.
      Parameter:
      style - the style to add (to already existing styles)
      pattern - the regex used to search the text
      text - the text to search
  • Methodendetails

    • perform

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