Uses of Class
jaxx.runtime.swing.model.ComboBoxSelectionEvent
-
Packages that use ComboBoxSelectionEvent Package Description jaxx.runtime.swing.model -
-
Uses of ComboBoxSelectionEvent in jaxx.runtime.swing.model
Fields in jaxx.runtime.swing.model declared as ComboBoxSelectionEvent Modifier and Type Field Description protected ComboBoxSelectionEventWillChangeSelectedItemVetoException. eventThe event that the exception was created for.Methods in jaxx.runtime.swing.model with parameters of type ComboBoxSelectionEvent Modifier and Type Method Description voidWillChangeSelectedItemListener. selectedItemWillChanged(ComboBoxSelectionEvent event)Invoked whenever the selected item is about to change in the comboBox.Constructors in jaxx.runtime.swing.model with parameters of type ComboBoxSelectionEvent Constructor Description WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event)Constructs an ExpandVetoException object with no message.WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event, String message)Constructs an ExpandVetoException object with the specified message.
-