Uses of Interface
org.eclipse.nebula.widgets.compositetable.IRowFocusListener
-
Packages that use IRowFocusListener Package Description org.eclipse.nebula.widgets.compositetable -
-
Uses of IRowFocusListener in org.eclipse.nebula.widgets.compositetable
Classes in org.eclipse.nebula.widgets.compositetable that implement IRowFocusListener Modifier and Type Class Description classAbstractSelectableRowAn abstract row class making it easy to implement a table where the whole row is selected at once.classRowFocusAdapterAn interface for objects that want to listen to and have the possibility of vetoing row change events on a CompositeTable.Methods in org.eclipse.nebula.widgets.compositetable with parameters of type IRowFocusListener Modifier and Type Method Description voidCompositeTable. addRowFocusListener(IRowFocusListener rowListener)Method addRowListener.voidCompositeTable. removeRowFocusListener(IRowFocusListener listener)Method removeRowListener.
-