Uses of Interface
com.luciad.view.swing.ILcdBalloonContentProvider
Package
Description
This package provides a Swing-based balloon content panel for KML features.
This package provides specializations of
TLcdLayerTree
and related classes for GXY views and GXY layers.This package provides Swing components which are related to a view or allow interaction with a view.
This package provides Swing components which are related to a view or allow interaction with a view.
-
Uses of ILcdBalloonContentProvider in com.luciad.format.kml22.view.swing
Modifier and TypeClassDescriptionclass
A balloon content provider for KML objects. -
Uses of ILcdBalloonContentProvider in com.luciad.view.gxy.swing
ModifierConstructorDescriptionTLcdGXYBalloonManager
(ILcdGXYView aGXYView, Container aBalloonContainer, Object aConstraints, ILcdBalloonContentProvider aBalloonContentProvider) Creates a default balloon manager for a gxy view.TLcdGXYBalloonManager
(ILcdGXYView aGXYView, Container aBalloonContainer, Object aConstraints, ILcdBalloonContentProvider aBalloonContentProvider, TLcdBalloonGUIFactory aBalloonGUIFactory) Creates a balloon manager for a gxy view, with a custom balloon GUI factory. -
Uses of ILcdBalloonContentProvider in com.luciad.view.lightspeed.swing
ModifierConstructorDescriptionTLspBalloonManager
(ILspAWTView aView, ILcdBalloonContentProvider aBalloonContentProvider) Creates a default balloon manager for the given view, using the given content provider.TLspBalloonManager
(ILspAWTView aView, ILcdBalloonContentProvider aBalloonContentProvider, TLcdBalloonGUIFactory aBalloonGUIFactory) Creates a default balloon manager for the given view, using the given content provider and GUI factory.TLspBalloonManager
(ILspView aView, Container aBalloonContainer, Object aConstraints, ILcdBalloonContentProvider aBalloonContentProvider) Creates a default balloon manager for the given view, using the given container and layout constraints, and the given content provider.TLspBalloonManager
(ILspView aView, Container aBalloonContainer, Object aConstraints, ILcdBalloonContentProvider aBalloonContentProvider, TLcdBalloonGUIFactory aBalloonGUIFactory) Creates a default balloon manager for the given view, using the given container and layout constraints, and the given content provider and GUI factory. -
Uses of ILcdBalloonContentProvider in com.luciad.view.swing
Modifier and TypeMethodDescriptionALcdBalloonManager.getBalloonContentProvider()
Returns the balloon content provider.Modifier and TypeMethodDescriptionvoid
ALcdBalloonManager.setBalloonContentProvider
(ILcdBalloonContentProvider aBalloonContentProvider) Sets the balloon content provider for this balloon manager.ModifierConstructorDescriptionprotected
ALcdBalloonManager
(Container aBalloonContainer, ILcdBalloonContentProvider aBalloonContentProvider) Creates a new balloon manager with an invisible balloon.protected
ALcdBalloonManager
(Container aBalloonContainer, ILcdBalloonContentProvider aBalloonContentProvider, TLcdBalloonGUIFactory aBalloonGUIFactory) Creates a new balloon manager with an invisible balloon.