Uses of Class
com.jaxfront.swing.ui.wrapper.JAXJComboBox

Packages that use JAXJComboBox
com.jaxfront.swing.ui.visualizers   
 

Uses of JAXJComboBox in com.jaxfront.swing.ui.visualizers
 

Methods in com.jaxfront.swing.ui.visualizers that return JAXJComboBox
static JAXJComboBox AbstractView.getChoiceComboBox(JAXJComboBox comboBox, java.awt.event.ActionListener listener, CompositeType type, Type choosenType)
          Returns a combobox for the choices of this visualizer.
 

Methods in com.jaxfront.swing.ui.visualizers with parameters of type JAXJComboBox
static JAXJComboBox AbstractView.getChoiceComboBox(JAXJComboBox comboBox, java.awt.event.ActionListener listener, CompositeType type, Type choosenType)
          Returns a combobox for the choices of this visualizer.