Class TextComponentEditHandler

    • Method Detail

      • isAdjustingToExternalInput

        public boolean isAdjustingToExternalInput()
      • setAdjustingToExternalInput

        public void setAdjustingToExternalInput​(boolean adjustingToExternalInput)
      • getType

        protected Class getType()
      • insertUpdate

        public void insertUpdate​(DocumentEvent e)
        Gives notification that there was an insert into the document. The range given by the DocumentEvent bounds the freshly inserted region.
        Specified by:
        insertUpdate in interface DocumentListener
        Parameters:
        e - the document event
      • removeUpdate

        public void removeUpdate​(DocumentEvent e)
        Gives notification that a portion of the document has been removed. The range is given in terms of what the view last saw (that is, before updating sticky positions).
        Specified by:
        removeUpdate in interface DocumentListener
        Parameters:
        e - the document event
      • changedUpdate

        public void changedUpdate​(DocumentEvent e)
        Gives notification that an attribute or set of attributes changed.
        Specified by:
        changedUpdate in interface DocumentListener
        Parameters:
        e - the document event
      • run

        public void run()
        Specified by:
        run in interface Runnable
      • convert

        protected void convert​(boolean autoUpdate)