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

cytoscape.visual.mappings.continuous
Class DeletePointListener

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

public class DeletePointListener
extends Object
implements ActionListener

Listens for User Request to Delete Existing Point.


Constructor Summary
DeletePointListener(ContinuousMapping cm)
          Creates a new DeletePointListener object.
DeletePointListener(ContinuousUI ui, ContinuousMapping cm, int i)
          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

DeletePointListener

@Deprecated
public DeletePointListener(ContinuousUI ui,
                                      ContinuousMapping cm,
                                      int i)
Deprecated. Will be removed 5/2008

Deprecated. Use DeletePointListener(ContinuousMapping cm, int i) instead.

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

DeletePointListener

public DeletePointListener(ContinuousMapping cm)
Creates a new DeletePointListener object.

Parameters:
cm - DOCUMENT ME!
i - 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