Uses of Class
cdx.scorebot.util.swing.binding.JMenuBound

Packages that use JMenuBound
cdx.scorebot.util.swing.binding.delegate This package contains delegates for various types of bound Java Swing components. 
 

Uses of JMenuBound in cdx.scorebot.util.swing.binding.delegate
 

Constructors in cdx.scorebot.util.swing.binding.delegate with parameters of type JMenuBound
JMenuComponentDelegate(BoundComponent owner, JMenuBound compon)
          Instantiates an unbound JMenu Delegate
JMenuComponentDelegate(BoundComponent owner, JMenuBound compon, TypeTranslator<java.util.AbstractList,java.util.AbstractList> translator, java.lang.Object boundItem, java.lang.String varName)
          Instantiates a bound JMenu Delegate
JMenuComponentDelegate(BoundComponent owner, JMenuBound compon, TypeTranslator<java.util.AbstractList,java.util.AbstractList> translator, java.lang.Object boundItem, java.lang.String getterName, java.lang.String setterName)
          Instantiates a bound JMenu Delegate
JMenuComponentDelegate(BoundComponent owner, JMenuBound compon, TypeTranslator<java.util.AbstractList,java.util.AbstractList> translator, java.lang.Object boundItem, java.lang.String getterName, java.lang.String setterName, int indexAt)
          Instantiates a bound JMenu Delegate
JMenuComponentDelegate(BoundComponent owner, JMenuBound compon, TypeTranslator<java.util.AbstractList,java.util.AbstractList> translator, java.lang.String varName)
          Instantiates a bound JMenu Delegate