Class FormulaDocumentPosition
java.lang.Object
org.pentaho.openformula.ui.model2.FormulaDocumentPosition
- All Implemented Interfaces:
Position
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.swing.text.Position
Position.Bias
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Fetches the current offset within the document.
-
Constructor Details
-
FormulaDocumentPosition
public FormulaDocumentPosition(FormulaElement node, int offset, boolean fromStart) throws BadLocationException - Throws:
BadLocationException
-
-
Method Details