Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

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(ContinuousMapping cm, Object defaultObject)
          Creates a new AddPointListener object.
AddPointListener(ContinuousUI ui, ContinuousMapping cm, Object defaultObject)
          Deprecated. Will be removed 5/2008
 
Method Summary
 void actionPerformed(ActionEvent e)
          User Initiated Action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPointListener

@Deprecated
public AddPointListener(ContinuousUI ui,
                                   ContinuousMapping cm,
                                   Object defaultObject)
Deprecated. Will be removed 5/2008

Constructor.

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

AddPointListener

public AddPointListener(ContinuousMapping cm,
                        Object defaultObject)
Creates a new AddPointListener object.

Parameters:
cm - DOCUMENT ME!
defaultObject - DOCUMENT ME!
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
User Initiated Action.

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

www.cytoscape.org