de.unidu.is.annotation.rework.multivalent
Class MVBPanel.ShowAnnotationAction
java.lang.Object
de.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
|
Constructor Summary |
MVBPanel.ShowAnnotationAction(javax.swing.JPanel panel,
javax.swing.JPanel annotationsPanel,
javax.swing.JButton button,
javax.swing.JList annotationList)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
panel
private javax.swing.JPanel panel
annotationPanel
private javax.swing.JPanel annotationPanel
loadButton
private javax.swing.JButton loadButton
annotationList
private javax.swing.JList annotationList
MVBPanel.ShowAnnotationAction
public MVBPanel.ShowAnnotationAction(javax.swing.JPanel panel,
javax.swing.JPanel annotationsPanel,
javax.swing.JButton button,
javax.swing.JList annotationList)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener