Class GlobalOptionLine


  • public class GlobalOptionLine
    extends SingleLine
    Global options line.

    Example:

     [bind, autoselect, tracked, editedby, tableserial, generated]
     
    Author:
    harald
    • Constructor Detail

      • GlobalOptionLine

        public GlobalOptionLine​(Document document,
                                int offset,
                                LineType lineType)
        Creates a global options line.
        This line always spans only one line.
        Parameters:
        document - the whole document
        offset - offset to first character within document
        lineType - the line type
    • Method Detail

      • getOptions

        public java.util.List<java.lang.String> getOptions()
                                                    throws ModelException
        Gets the option strings.
        Returns:
        the options
        Throws:
        ModelException - if not parsed
      • getSortings

        public java.util.List<java.lang.String> getSortings()
                                                     throws ModelException
        Gets the sorting strings.
        Returns:
        the sortings
        Throws:
        ModelException - if not parsed