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. closeListenersMethods in org.eclipse.nebula.widgets.chips with parameters of type CloseListener Modifier and Type Method Description voidChips. 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 theCodeListenerinterface.voidChips. removeCloseListener(CloseListener listener)Removes the listener from the collection of listeners who will be notified when the control is closed by the user.
-