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(ContinuousUI ui, ContinuousMapping cm, int i)
          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

DeletePointListener

public DeletePointListener(ContinuousUI ui,
                           ContinuousMapping cm,
                           int i)
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.