public class ComboBoxSelectionEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected Serializable |
currentSelectedItem
The current selected item in comboBox.
|
protected Serializable |
nextSelectedItem
The item to selected in comboBox.
|
source| Constructor and Description |
|---|
ComboBoxSelectionEvent(Object source,
Serializable currentSelectedItem,
Serializable nextSelectedItem)
Constructs a ComboBoxSelectionEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getCurrentSelectedItem() |
Serializable |
getNextSelectedItem() |
getSource, toStringprotected final Serializable currentSelectedItem
protected final Serializable nextSelectedItem
public ComboBoxSelectionEvent(Object source, Serializable currentSelectedItem, Serializable nextSelectedItem)
source - the Object that originated the event
(typically this)currentSelectedItem - the current selected item in comboBoxnextSelectedItem - the item to selected in comboBox.public Serializable getCurrentSelectedItem()
public Serializable getNextSelectedItem()
Copyright © 2008–2018 Ultreia.io. All rights reserved.