All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.Mapplet.DisplayMenu

java.lang.Object
   |
   +----java.awt.MenuComponent
           |
           +----java.awt.MenuBar
                   |
                   +----IMSWG.IW.Mapplet.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 Corner Points, Display Options, Clear and Restore.


Constructor Index

 o DisplayMenu(MasterGlobe, Mapplet)

Method Index

 o clearMenu()
clearMenu() - returns an object of ClearMenuItem to be inserted into the menu.
 o closeResources()
closeResources() - kill the map options and corner points windows when mapplet ends.
 o cornerPoints()
cornerPoints() - returns an object of CornerPointsMenuItem to be inserted into the menu.
 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,
                    Mapplet 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 cornerPoints
 public CornerPointsMenuItem cornerPoints()
cornerPoints() - returns an object of CornerPointsMenuItem 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 and corner points windows when mapplet ends.


All Packages  Class Hierarchy  This Package  Previous  Next  Index