cytoscape.visual.mappings.continuous
Class AddPointListener

java.lang.Object
  extended by cytoscape.visual.mappings.continuous.AddPointListener
All Implemented Interfaces:
ActionListener, EventListener

public class AddPointListener
extends Object
implements ActionListener

Listens for User Request to Create New Point.


Constructor Summary
AddPointListener(ContinuousUI ui, ContinuousMapping cm, Object defaultObject)
          Constructor.
 
Method Summary
 void actionPerformed(ActionEvent e)
          User Initiated Action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPointListener

public AddPointListener(ContinuousUI ui,
                        ContinuousMapping cm,
                        Object defaultObject)
Constructor.

Parameters:
ui - ContinuousUI Object.
cm - ContinuousMapping Object.
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
User Initiated Action.

Specified by:
actionPerformed in interface ActionListener
Parameters:
e - Action Event.