Serialized Form
-
Package com.dlsc.gemsfx
-
Class com.dlsc.gemsfx.MultiColumnListView.MultiColumnListViewEvent
class MultiColumnListViewEvent extends javafx.event.Event implements Serializable-
Serialized Fields
-
column
MultiColumnListView.ListViewColumn column
The column involved in the event. -
draggedItem
Object draggedItem
The item associated with the event. -
index
int index
The item index involved in the event.
-
-
-
Class com.dlsc.gemsfx.SearchField.SearchEvent
class SearchEvent extends javafx.event.Event implements Serializable-
Serialized Fields
-
text
String text
The search text associated with the event.
-
-
-
-
Package com.dlsc.gemsfx.infocenter
-
Class com.dlsc.gemsfx.infocenter.InfoCenterEvent
class InfoCenterEvent extends javafx.event.Event implements Serializable-
Serialized Fields
-
notification
Notification<?> notification
The notification associated with this event, ornullif the event is not notification-specific.
-
-
-