Uses of Interface
org.eclipse.nebula.widgets.chips.CloseListener
-
Packages that use CloseListener Package Description org.eclipse.nebula.widgets.chips -
-
Uses of CloseListener in org.eclipse.nebula.widgets.chips
Fields in org.eclipse.nebula.widgets.chips with type parameters of type CloseListener Modifier and Type Field Description private java.util.List<CloseListener>
Chips. closeListeners
Methods in org.eclipse.nebula.widgets.chips with parameters of type CloseListener Modifier and Type Method Description void
Chips. addCloseListener(CloseListener listener)
Adds the listener to the collection of listeners who will be notified when the control is closed by the user, by sending it one of the messages defined in theCodeListener
interface.void
Chips. removeCloseListener(CloseListener listener)
Removes the listener from the collection of listeners who will be notified when the control is closed by the user.
-