Uses of Class
jaxx.runtime.swing.model.WillChangeSelectedItemVetoException
-
Packages that use WillChangeSelectedItemVetoException Package Description jaxx.runtime.swing.model -
-
Uses of WillChangeSelectedItemVetoException in jaxx.runtime.swing.model
Methods in jaxx.runtime.swing.model that throw WillChangeSelectedItemVetoException Modifier and Type Method Description voidJaxxDefaultComboBoxModel. fireSelectedItemWillChanged(Object currentSelectedItem, Object newSelectedItem)Notifies all listeners that have registered interest for notification on this event type.voidWillChangeSelectedItemListener. selectedItemWillChanged(ComboBoxSelectionEvent event)Invoked whenever the selected item is about to change in the comboBox.
-