airboardUI.menu
Class FileMenu

java.lang.Object
  extended byjava.awt.MenuComponent
      extended byjava.awt.MenuItem
          extended byjava.awt.Menu
              extended byairboardUI.menu.FileMenu
All Implemented Interfaces:
javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.MenuContainer, java.io.Serializable

public class FileMenu
extends java.awt.Menu
implements java.awt.event.ActionListener

Author:
Bruschieri Stefano
See Also:
Serialized Form

Constructor Summary
FileMenu(AirboardFrame parent)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Responds to the menu items and buttons.
 
Methods inherited from class java.awt.Menu
add, add, addNotify, addSeparator, countItems, getAccessibleContext, getItem, getItemCount, insert, insert, insertSeparator, isTearOff, paramString, remove, remove, removeAll, removeNotify
 
Methods inherited from class java.awt.MenuItem
addActionListener, deleteShortcut, disable, enable, enable, getActionCommand, getActionListeners, getLabel, getListeners, getShortcut, isEnabled, removeActionListener, setActionCommand, setEnabled, setLabel, setShortcut
 
Methods inherited from class java.awt.MenuComponent
dispatchEvent, getFont, getName, getParent, getPeer, postEvent, setFont, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.awt.MenuContainer
getFont, postEvent
 

Constructor Detail

FileMenu

public FileMenu(AirboardFrame parent)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Responds to the menu items and buttons.

Specified by:
actionPerformed in interface java.awt.event.ActionListener