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.
-
DisplayMenu(MasterGlobe, Mapplet)
-
-
clearMenu()
- clearMenu() - returns an object of ClearMenuItem to be inserted into
the menu.
-
closeResources()
- closeResources() - kill the map options and corner points windows when mapplet
ends.
-
cornerPoints()
- cornerPoints() - returns an object of CornerPointsMenuItem to be inserted into
the menu.
-
helpMenu()
- helpMenu() - returns an object of HelpMenuItem to be inserted into
the menu.
-
resetMenu()
- resetMenu() - returns an object of ResetMenuItem to be inserted into
the menu.
-
setMapOptions()
- void setMapOptions() - intializes the menu bar with the menu items
DisplayMenu
public DisplayMenu(MasterGlobe theMasterGlobe,
Mapplet theMapplet)
setMapOptions
public void setMapOptions()
- void setMapOptions() - intializes the menu bar with the menu items
resetMenu
public ResetMenuItem resetMenu()
- resetMenu() - returns an object of ResetMenuItem to be inserted into
the menu.
clearMenu
public ClearMenuItem clearMenu()
- clearMenu() - returns an object of ClearMenuItem to be inserted into
the menu.
cornerPoints
public CornerPointsMenuItem cornerPoints()
- cornerPoints() - returns an object of CornerPointsMenuItem to be inserted into
the menu.
helpMenu
public HelpMenuItem helpMenu()
- helpMenu() - returns an object of HelpMenuItem to be inserted into
the menu.
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