Uses of Interface
com.luciad.view.swing.ILcdBalloonContentProvider
Packages that use 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
Classes in com.luciad.format.kml22.view.swing that implement ILcdBalloonContentProviderModifier and TypeClassDescriptionclassA balloon content provider for KML objects. -
Uses of ILcdBalloonContentProvider in com.luciad.view.gxy.swing
Constructors in com.luciad.view.gxy.swing with parameters of type ILcdBalloonContentProviderModifierConstructorDescriptionTLcdGXYBalloonManager(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
Constructors in com.luciad.view.lightspeed.swing with parameters of type ILcdBalloonContentProviderModifierConstructorDescriptionTLspBalloonManager(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
Methods in com.luciad.view.swing that return ILcdBalloonContentProviderModifier and TypeMethodDescriptionALcdBalloonManager.getBalloonContentProvider()Returns the balloon content provider.Methods in com.luciad.view.swing with parameters of type ILcdBalloonContentProviderModifier and TypeMethodDescriptionvoidALcdBalloonManager.setBalloonContentProvider(ILcdBalloonContentProvider aBalloonContentProvider) Sets the balloon content provider for this balloon manager.Constructors in com.luciad.view.swing with parameters of type ILcdBalloonContentProviderModifierConstructorDescriptionprotectedALcdBalloonManager(Container aBalloonContainer, ILcdBalloonContentProvider aBalloonContentProvider) Creates a new balloon manager with an invisible balloon.protectedALcdBalloonManager(Container aBalloonContainer, ILcdBalloonContentProvider aBalloonContentProvider, TLcdBalloonGUIFactory aBalloonGUIFactory) Creates a new balloon manager with an invisible balloon.