Uses of Class
org.nuiton.jaxx.runtime.swing.model.ComboBoxSelectionEvent
-
Packages that use ComboBoxSelectionEvent Package Description org.nuiton.jaxx.runtime.swing.model -
-
Uses of ComboBoxSelectionEvent in org.nuiton.jaxx.runtime.swing.model
Fields in org.nuiton.jaxx.runtime.swing.model declared as ComboBoxSelectionEvent Modifier and Type Field Description protected ComboBoxSelectionEventWillChangeSelectedItemVetoException. eventThe event that the exception was created for.Methods in org.nuiton.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 org.nuiton.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.
-