Package com.simsilica.lemur.text


package com.simsilica.lemur.text
  • Class
    Description
    A default implementation of the DocumentModel interface.
    DocumentModel is a container for text that provides basic editing interaction as used by things like TextField.
    A convenient base class for DocumentModel filtering that simply passes most methods through to the wrapped delegate DocumentModel, while intercepting others for subclasses to filter.
    A collection of convenience filters for input and output.