Uses of Class
gov.nasa.worldwindx.examples.util.BalloonController
-
Packages that use BalloonController Package Description gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML). -
-
Uses of BalloonController in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as BalloonController Modifier and Type Field Description protected BalloonController
Balloons.AppFrame. balloonController
protected BalloonController
WebBrowserBalloons.AppFrame. balloonController
-
Uses of BalloonController in gov.nasa.worldwindx.examples.kml
Fields in gov.nasa.worldwindx.examples.kml declared as BalloonController Modifier and Type Field Description protected BalloonController
KMLApplicationController. balloonController
Controller to open balloons when KML features are selected.protected BalloonController
KMLViewer.AppFrame. balloonController
Methods in gov.nasa.worldwindx.examples.kml that return BalloonController Modifier and Type Method Description BalloonController
KMLApplicationController. getBalloonController()
Indicates the BalloonController associated with this controller.Methods in gov.nasa.worldwindx.examples.kml with parameters of type BalloonController Modifier and Type Method Description void
KMLApplicationController. setBalloonController(BalloonController balloonController)
Specifies a BalloonController that this controller can use to open balloons when KML features are selected.
-