ilog.cpl.graph.action
Class IlpCreateObjectAction
java.lang.Object
javax.swing.AbstractAction
ilog.cpl.graph.action.IlpCreateObjectAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
- IlpCreateLinkAction, IlpCreateNodeAction
public abstract class IlpCreateObjectAction
- extends AbstractAction
- implements Action
This action is the base class to create representation nodes
and links.
- Since:
- JViews 7.5
- See Also:
- Serialized Form
|
Field Summary |
static String |
OBJECT_ID_PROPERTY
This property stores the identifier of the object that has just
been created by this action. |
OBJECT_ID_PROPERTY
public static final String OBJECT_ID_PROPERTY
- This property stores the identifier of the object that has just
been created by this action.
The value of this property can be retrieved just after a call
to
ActionListener.actionPerformed(java.awt.event.ActionEvent).
- See Also:
- Constant Field Values
IlpCreateObjectAction
public IlpCreateObjectAction(Class clazz)
- Constructor.
Specifies which representation object implementation class should
be used.
- Parameters:
clazz - A class implementing IlpRepresentationNode
interface.- Since:
- JTGO 4.0
getRepresentationObjectClass
protected Class getRepresentationObjectClass()
- Returns the class implementing
IlpRepresentationNode.
Instances of this class will be created when this action is performed.
- Returns:
- Representation node class
- Since:
- JViews 7.5
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.