Class TextBinding

    • Constructor Summary

      Constructors 
      Constructor Description
      TextBinding​(java.lang.String name, java.lang.String contents)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void load​(javax.swing.JComponent component)  
      • Methods inherited from class java.lang.Object

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

      • TextBinding

        public TextBinding​(java.lang.String name,
                           java.lang.String contents)
    • Method Detail

      • load

        public void load​(javax.swing.JComponent component)
        Specified by:
        load in class ScriptUIBinding