Class RTextAreaEditorKit.LineMoveAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
RTextAreaEditorKit

public static class RTextAreaEditorKit.LineMoveAction extends RecordableTextAction
Action that moves a line up or down.
See Also:
  • Field Details

    • moveAmt

      private int moveAmt
  • Constructor Details

    • LineMoveAction

      public LineMoveAction(String name, int moveAmt)
  • Method Details