de.winterfish.neonX.bookmarks
Class Bookmarks

java.lang.Object
  |
  +--de.winterfish.neonX.bookmarks.Bookmarks
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, NeonExtension

public class Bookmarks
extends java.lang.Object
implements NeonExtension, java.awt.event.ActionListener


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

Constructor Detail

Bookmarks

public Bookmarks()
Method Detail

init

public void init(NeonGui gui)
Specified by:
init in interface NeonExtension

getName

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

delete

public void delete(int index)

actionPerformed

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