ilog.views.diagrammer.servlet
Class IlvDiagrammerMoveNodeActionListener
java.lang.Object
ilog.views.diagrammer.servlet.IlvDiagrammerMoveNodeActionListener
- All Implemented Interfaces:
- ServerActionListener, EventListener
public class IlvDiagrammerMoveNodeActionListener
- extends Object
- implements ServerActionListener
IlvDiagrammerMoveNodeActionListener defines a server action
dedicated to translating the current selection.
This action is triggered by the moveNode action. It takes the
following parameters:
dx: The horizontal offset, in view coordinates.
dy: The vertical offset, in view coordinates.
This action is tightly associated to the selection support, it will not
work in a different context.
- Since:
- JViews 7.5
|
Field Summary |
static String |
ACTION_NAME
The action name use to identify Diagrammer move node 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 use to identify Diagrammer move node actions.
- See Also:
- Constant Field Values
IlvDiagrammerMoveNodeActionListener
public IlvDiagrammerMoveNodeActionListener()
- Creates a new
IlvDiagrammerMoveNodeActionListener 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.