cytoscape.visual.mappings.continuous
Class DeletePointListener
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeletePointListener
public DeletePointListener(ContinuousUI ui,
ContinuousMapping cm,
int i)
- Constructor.
- Parameters:
ui
- ContinuousUI Object.cm
- ContinuousMapping Object.
actionPerformed
public void actionPerformed(ActionEvent e)
- User Initiated Action.
- Specified by:
actionPerformed
in interface ActionListener
- Parameters:
e
- Action Event.