|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapPanel
The MapPanel is a interface describing a component that contains a MapBean, MapHandler, menu widgets and all the other components connected to make an OpenMap map widget. A MapPanel is a self-contained OpenMap Swing component. It is expected that the MapPanel will extend from java.awt.Container. If it doesn't, it might not be automatically added to the OpenMapFrame or OpenMapApplet if it is found in the MapHandler.
Method Summary | |
---|---|
MapBean |
getMapBean()
Get the MapBean used for the MapPanel. |
MapHandler |
getMapHandler()
Get the MapHandler used for the MapPanel. |
javax.swing.JMenu |
getMapMenu()
Get a JMenu containing sub-menus to control the map. |
javax.swing.JMenuBar |
getMapMenuBar()
Get a JMenuBar containing menus to control the map. |
Method Detail |
---|
MapBean getMapBean()
MapHandler getMapHandler()
javax.swing.JMenuBar getMapMenuBar()
javax.swing.JMenu getMapMenu()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |