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.
-
DisplayMenu(MasterGlobe, SubSet)
-
-
clearMenu()
- clearMenu() - returns an object of ClearMenuItem to be inserted into
the menu.
-
closeResources()
- closeResources() - kill the map options window when mapplet
ends.
-
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,
SubSet 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.
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 window when mapplet
ends.
All Packages Class Hierarchy This Package Previous Next Index