de.winterfish.nathanX.linkExtension
Class LinkExtension

java.lang.Object
  |
  +--de.winterfish.nathanX.linkExtension.LinkExtension
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, NathanExtension, NeonSelectionListener

public class LinkExtension
extends java.lang.Object
implements NathanExtension, NeonSelectionListener, java.awt.event.ActionListener


Constructor Summary
LinkExtension()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void delete(int index)
           
 java.lang.String getName()
           
 void init(Nathan nathan)
           
 void selectionChanged(NeonSelectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkExtension

public LinkExtension()
Method Detail

init

public void init(Nathan nathan)
Specified by:
init in interface NathanExtension

getName

public java.lang.String getName()
Specified by:
getName in interface NathanExtension

delete

public void delete(int index)

selectionChanged

public void selectionChanged(NeonSelectionEvent event)
Specified by:
selectionChanged in interface NeonSelectionListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener