All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.standard.DeleteCompartmentTool

java.lang.Object
   |
   +----CH.ifa.draw.standard.AbstractTool
           |
           +----CH.ifa.draw.standard.ActionTool
                   |
                   +----CH.ifa.draw.standard.DeleteCompartmentTool

public class DeleteCompartmentTool
extends ActionTool
A deletion tool that removes a compartment from the compartment composite under the cursor.


Constructor Index

 o DeleteCompartmentTool(DrawingView)

Method Index

 o action(Figure)
If the figure is a CompartmentComposite, delegate compartment deletion (merging) to it.

Constructors

 o DeleteCompartmentTool
 public DeleteCompartmentTool(DrawingView view)

Methods

 o action
 public void action(Figure figure)
If the figure is a CompartmentComposite, delegate compartment deletion (merging) to it.

Overrides:
action in class ActionTool

All Packages  Class Hierarchy  This Package  Previous  Next  Index