de.unidu.is.annotation.rework.multivalent
Class MVBPanel.ShowAnnotationAction

java.lang.Object
  extended byde.unidu.is.annotation.rework.multivalent.MVBPanel.ShowAnnotationAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
MVBPanel

static class MVBPanel.ShowAnnotationAction
extends java.lang.Object
implements java.awt.event.ActionListener

Load all annotations


Field Summary
private  javax.swing.JList annotationList
           
private  javax.swing.JPanel annotationPanel
           
private  javax.swing.JButton loadButton
           
private  javax.swing.JPanel panel
           
 
Constructor Summary
MVBPanel.ShowAnnotationAction(javax.swing.JPanel panel, javax.swing.JPanel annotationsPanel, javax.swing.JButton button, javax.swing.JList annotationList)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

panel

private javax.swing.JPanel panel

annotationPanel

private javax.swing.JPanel annotationPanel

loadButton

private javax.swing.JButton loadButton

annotationList

private javax.swing.JList annotationList
Constructor Detail

MVBPanel.ShowAnnotationAction

public MVBPanel.ShowAnnotationAction(javax.swing.JPanel panel,
                                     javax.swing.JPanel annotationsPanel,
                                     javax.swing.JButton button,
                                     javax.swing.JList annotationList)
Method Detail

actionPerformed

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