org.cresques.io
Class BookmarkList

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.TreeMap
          extended byorg.cresques.io.BookmarkList
All Implemented Interfaces:
java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.util.Map, java.io.Serializable, java.util.SortedMap

public class BookmarkList
extends java.util.TreeMap
implements java.awt.event.ActionListener

See Also:
Serialized Form

Constructor Summary
BookmarkList(CQApp mainApp)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void addEntry(org.cresques.io.Bookmark bookmark)
           
 void addEntry(java.lang.String fld, java.lang.String n, java.lang.String[] f, IProjection p)
           
 void addEntry(java.lang.String fld, java.lang.String n, java.lang.String f, IProjection p)
           
 javax.swing.JMenu getJMenu()
           
 void loadList()
           
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

BookmarkList

public BookmarkList(CQApp mainApp)
Method Detail

loadList

public void loadList()

addEntry

public void addEntry(java.lang.String fld,
                     java.lang.String n,
                     java.lang.String f,
                     IProjection p)

addEntry

public void addEntry(java.lang.String fld,
                     java.lang.String n,
                     java.lang.String[] f,
                     IProjection p)

addEntry

public void addEntry(org.cresques.io.Bookmark bookmark)

getJMenu

public javax.swing.JMenu getJMenu()

actionPerformed

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