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 class
DeleteAdapter
This adapter class provides default implementations for the methods described by theIDeleteHandler
interface.Methods in org.eclipse.nebula.widgets.compositetable with parameters of type IDeleteHandler Modifier and Type Method Description void
CompositeTable. addDeleteHandler(IDeleteHandler deleteHandler)
Method addDeleteHandler.void
CompositeTable. removeDeleteHandler(IDeleteHandler deleteHandler)
Method removeDeleteHandler.
-