DeleteHandlerService instead.
@Deprecated
public final class DeleteHandlerService
extends oracle.ide.refactoring.DeleteHandlerService
DeleteActionHandlers for a specific subtype Node. Once a delete action handler is registered for a subtype of Node, the IDE will invoke the handler whenever a node of that type is to be deleted, using any of the possible gestures, once the node in the navigator and selecting Delete:
DeleteHandlerService.registerActionHandler(MyCompexNode.class, MyComplexNodeDeleteHandler.class); The way to manually invoke the delete handler for a node is to call DeleteHandlerService.createDeleteHandler(context) where the context has its selection set to an array of the node subtypes.| Constructor and Description |
|---|
DeleteHandlerService()
Deprecated.
|