Interface JTextComponentOperator.TextChooser

    • Method Detail

      • checkPosition

        boolean checkPosition​(Document document,
                              int offset)
        Checkes if position fits the criteria.
        Parameters:
        document - a document to be checked.
        offset - a checked position
        Returns:
        true if the position fits the criteria.
      • getDescription

        String getDescription()
        Returns a printable description of the criteria.
        Returns:
        a description of this chooser.