public class ResultMenuBar
extends java.lang.Object
implements java.lang.Runnable, java.awt.event.ActionListener
Constructor and Description |
---|
ResultMenuBar(ConformanceCheckingResultView conformanceCheckingResultView) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
This handles the action for the File/Open event, and demonstrates
the implementation of an ActionListener.
|
javax.swing.JMenuBar |
getMenuBar() |
static void |
main(java.lang.String[] args) |
void |
run() |
public ResultMenuBar(ConformanceCheckingResultView conformanceCheckingResultView)
public static void main(java.lang.String[] args)
public javax.swing.JMenuBar getMenuBar()
public void run()
run
in interface java.lang.Runnable
public void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed
in interface java.awt.event.ActionListener