ilog.views.diagrammer.servlet
Class IlvDiagrammerDeleteActionListener
java.lang.Object
ilog.views.diagrammer.servlet.IlvDiagrammerDeleteActionListener
- All Implemented Interfaces:
- ServerActionListener, EventListener
public class IlvDiagrammerDeleteActionListener
- extends Object
- implements ServerActionListener
This class defines a server action that is in charge of deleting JViews Diagrammer
nodes or links. It deletes all the selected nodes and links.
This action is triggered by the action name "deleteObject"
.
- Since:
- JViews 8.0
|
Field Summary |
static String |
ACTION_NAME
The action name used to identify node or link deletion actions. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_NAME
public static final String ACTION_NAME
- The action name used to identify node or link deletion actions.
- See Also:
- Constant Field Values
IlvDiagrammerDeleteActionListener
public IlvDiagrammerDeleteActionListener()
- Creates a new
IlvDiagrammerDeleteActionListener instance.
actionPerformed
public void actionPerformed(ServerActionEvent event)
throws javax.servlet.ServletException
- Performs the action requested from the client side.
- Specified by:
actionPerformed in interface ServerActionListener
- Parameters:
event - The server action event.
- Throws:
javax.servlet.ServletException
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.