Class ScriptUIBinding

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CHECKBOX  
      static int COMBOBOX  
      protected java.lang.String name  
      static int TEXT  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ScriptUIBinding​(int id, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract 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

      • ScriptUIBinding

        protected ScriptUIBinding​(int id,
                                  java.lang.String name)
    • Method Detail

      • load

        public abstract void load​(javax.swing.JComponent component)