ilog.views.diagrammer.servlet
Class IlvDiagrammerSelectionActionListener
java.lang.Object
ilog.views.diagrammer.servlet.IlvDiagrammerSelectionActionListener
- All Implemented Interfaces:
- ServerActionListener, EventListener
public class IlvDiagrammerSelectionActionListener
- extends Object
- implements ServerActionListener
This class handles selection requests in image mode.
This action is triggered by the selectNode action. It
has two parameters:
x: The x-axis coordinate, in view coordinates.
y: The y-axis coordinate, in view coordinates.
This action is tightly associated to the selection support, and so will not
work in a different context.
- Since:
- JViews 7.5
|
Field Summary |
static String |
ACTION_NAME
The action name used to identify node selection 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 selection actions.
- See Also:
- Constant Field Values
IlvDiagrammerSelectionActionListener
public IlvDiagrammerSelectionActionListener()
- Creates a new
IlvDiagrammerSelectionActionListener 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.