All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.SubSet.DisplayMenu

java.lang.Object
   |
   +----java.awt.MenuComponent
           |
           +----java.awt.MenuBar
                   |
                   +----IMSWG.IW.SubSet.DisplayMenu

public class DisplayMenu
extends MenuBar
Description: This class is the menu bar at the top of the Mapplet Frame. The Menu bar contains the Map Options Menu with menu items of Display Options, Clear and Restore.


Constructor Index

 o DisplayMenu(MasterGlobe, SubSet)

Method Index

 o clearMenu()
clearMenu() - returns an object of ClearMenuItem to be inserted into the menu.
 o closeResources()
closeResources() - kill the map options window when mapplet ends.
 o helpMenu()
helpMenu() - returns an object of HelpMenuItem to be inserted into the menu.
 o resetMenu()
resetMenu() - returns an object of ResetMenuItem to be inserted into the menu.
 o setMapOptions()
void setMapOptions() - intializes the menu bar with the menu items

Constructors

 o DisplayMenu
 public DisplayMenu(MasterGlobe theMasterGlobe,
                    SubSet theMapplet)

Methods

 o setMapOptions
 public void setMapOptions()
void setMapOptions() - intializes the menu bar with the menu items

 o resetMenu
 public ResetMenuItem resetMenu()
resetMenu() - returns an object of ResetMenuItem to be inserted into the menu.

 o clearMenu
 public ClearMenuItem clearMenu()
clearMenu() - returns an object of ClearMenuItem to be inserted into the menu.

 o helpMenu
 public HelpMenuItem helpMenu()
helpMenu() - returns an object of HelpMenuItem to be inserted into the menu.

 o closeResources
 public void closeResources()
closeResources() - kill the map options window when mapplet ends.


All Packages  Class Hierarchy  This Package  Previous  Next  Index