Class TextViewerGotoLineAction

All Implemented Interfaces:
IAction, IUpdate

public class TextViewerGotoLineAction extends TextViewerAction
Action to position a text viewer to a specific line.

Clients may instantiate this class.

Since:
3.0
Restriction:
This class is not intended to be subclassed by clients.
  • Field Details

    • fLastLine

      protected int fLastLine
    • fTextViewer

      protected ITextViewer fTextViewer
  • Constructor Details

    • TextViewerGotoLineAction

      public TextViewerGotoLineAction(ITextViewer viewer)
      Constructs a goto line action for the viewer using the provided resource bundle.
      Parameters:
      viewer - the viewer to jump in
  • Method Details