annotool.gui
Class AnnMenuBar

java.lang.Object
  extended by annotool.gui.AnnMenuBar
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class AnnMenuBar
extends java.lang.Object
implements java.awt.event.ActionListener

Toolbar and main menu *


Constructor Summary
AnnMenuBar(AnnotatorGUI frame)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void displayAbout()
           
 void displayHelp()
           
 void setMenuEnabled(boolean isEnabled)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnMenuBar

public AnnMenuBar(AnnotatorGUI frame)
Method Detail

actionPerformed

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

displayAbout

public void displayAbout()

displayHelp

public void displayHelp()

setMenuEnabled

public void setMenuEnabled(boolean isEnabled)