Class EditorStateFactory


  • public class EditorStateFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      ChangeModifier and Type Method Description
      void clear​(Options options, java.lang.String name)  
      void clearAll()  
      EditorState getEditorState​(Options options, java.lang.String name, java.beans.PropertyChangeListener listener)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EditorStateFactory

        public EditorStateFactory()
    • Method Detail

      • getEditorState

        public EditorState getEditorState​(Options options,
                                          java.lang.String name,
                                          java.beans.PropertyChangeListener listener)
      • clear

        public void clear​(Options options,
                          java.lang.String name)
      • clearAll

        public void clearAll()