Uses of Interface
org.eclipse.nebula.widgets.compositetable.IDeleteHandler
-
Packages that use IDeleteHandler Package Description org.eclipse.nebula.widgets.compositetable -
-
Uses of IDeleteHandler in org.eclipse.nebula.widgets.compositetable
Classes in org.eclipse.nebula.widgets.compositetable that implement IDeleteHandler Modifier and Type Class Description classDeleteAdapterThis adapter class provides default implementations for the methods described by theIDeleteHandlerinterface.Methods in org.eclipse.nebula.widgets.compositetable with parameters of type IDeleteHandler Modifier and Type Method Description voidCompositeTable. addDeleteHandler(IDeleteHandler deleteHandler)Method addDeleteHandler.voidCompositeTable. removeDeleteHandler(IDeleteHandler deleteHandler)Method removeDeleteHandler.
-