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.
-
DeleteCompartmentTool(DrawingView)
-
-
action(Figure)
- If the figure is
a CompartmentComposite, delegate compartment deletion (merging) to it.
DeleteCompartmentTool
public DeleteCompartmentTool(DrawingView view)
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