ix.ip2
Class AnnotationViewTable.ViewTable

java.lang.Object
  extended by ix.iface.util.KeyValueTable
      extended by ix.ip2.AnnotationViewTable.ViewTable
Enclosing class:
AnnotationViewTable

 class AnnotationViewTable.ViewTable
extends KeyValueTable


Nested Class Summary
(package private)  class AnnotationViewTable.ViewTable.AnnotationPopupMenu
           
 
Nested classes/interfaces inherited from class ix.iface.util.KeyValueTable
KeyValueTable.LexicographicComparator, KeyValueTable.MostRecentFirstComparator, KeyValueTable.MostRecentLastComparator, KeyValueTable.PatternObjectComparator, KeyValueTable.RowPopupMenu, KeyValueTable.ViewJTable, KeyValueTable.ViewTableModel, KeyValueTable.ViewTableMouseListener
 
Field Summary
 
Fields inherited from class ix.iface.util.KeyValueTable
keyList, keySortComparator, keyTimestamps, model, mouseListener, table, timestamp, viewedMap
 
Constructor Summary
AnnotationViewTable.ViewTable()
           
 
Method Summary
protected  void doPopupAction(java.awt.event.ActionEvent event, int row, java.lang.Object key)
          Called by the row popup menu to intepret any action command selected from the menu.
protected  KeyValueTable.RowPopupMenu makePopupMenu()
          Factory method.
 
Methods inherited from class ix.iface.util.KeyValueTable
deleteEntry, deleteEntry, getJTable, getKeySortComparator, getValue, getViewedMap, insertKey, keyTimestamp, keyToString, recordNewValue, recordNewValues, reset, setKeySortComparator, timestampKey, valueToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationViewTable.ViewTable

AnnotationViewTable.ViewTable()
Method Detail

makePopupMenu

protected KeyValueTable.RowPopupMenu makePopupMenu()
Description copied from class: KeyValueTable
Factory method.

Specified by:
makePopupMenu in class KeyValueTable

doPopupAction

protected void doPopupAction(java.awt.event.ActionEvent event,
                             int row,
                             java.lang.Object key)
Description copied from class: KeyValueTable
Called by the row popup menu to intepret any action command selected from the menu.

Specified by:
doPopupAction in class KeyValueTable