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.
Provides support facilities for adding a new data format to Lucy.
Provides support facilities for adding visualization in a Lightspeed view for data formats.
This package provides a balloon content provider that uses balloon content providers registered to the
Lucy backend.
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 TypeClassDescriptionclass
A balloon content provider for KML objects. -
Uses of ILcdBalloonContentProvider in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ILcdBalloonContentProviderModifier and TypeMethodDescriptionprotected ILcdBalloonContentProvider[]
ALcyFormat.createBalloonContentProviders()
Creates theILcdBalloonContentProvider
s for this format.protected ILcdBalloonContentProvider[]
ALcyFormatWrapper.createBalloonContentProviders()
protected ILcdBalloonContentProvider[]
TLcySafeGuardFormatWrapper.createBalloonContentProviders()
final ILcdBalloonContentProvider[]
ALcyFormat.getBalloonContentProviders()
Returns theILcdBalloonContentProvider
s created by this format. -
Uses of ILcdBalloonContentProvider in com.luciad.lucy.format.lightspeed
Methods in com.luciad.lucy.format.lightspeed that return ILcdBalloonContentProviderModifier and TypeMethodDescriptionprotected ILcdBalloonContentProvider[]
ALcyLspFormat.createBalloonContentProviders()
Creates theILcdBalloonContentProvider
s for this format.protected ILcdBalloonContentProvider[]
ALcyLspFormatWrapper.createBalloonContentProviders()
Creates theILcdBalloonContentProvider
s for this format.protected ILcdBalloonContentProvider[]
TLcyLspSafeGuardFormatWrapper.createBalloonContentProviders()
Creates theILcdBalloonContentProvider
s for this format.final ILcdBalloonContentProvider[]
ALcyLspFormat.getBalloonContentProviders()
Returns theILcdBalloonContentProvider
s created by this format. -
Uses of ILcdBalloonContentProvider in com.luciad.lucy.gui.balloon
Classes in com.luciad.lucy.gui.balloon that implement ILcdBalloonContentProviderModifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdBalloonContentProvider
.Methods in com.luciad.lucy.gui.balloon that return ILcdBalloonContentProviderModifier and TypeMethodDescriptionTLcyCompositeBalloonContentProvider.getBalloonContentProvider
(int aIndex) Returns theILcdBalloonContentProvider
at the given index.Methods in com.luciad.lucy.gui.balloon with parameters of type ILcdBalloonContentProviderModifier and TypeMethodDescriptionvoid
TLcyCompositeBalloonContentProvider.addBalloonContentProvider
(ILcdBalloonContentProvider aBalloonContentProvider) Adds the givenILcdBalloonContentProvider
to this composite balloon content provider.void
TLcyCompositeBalloonContentProvider.removeBalloonContentProvider
(ILcdBalloonContentProvider aBalloonContentProvider) Removes the givenILcdBalloonContentProvider
from this composite layer factory. -
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 TypeMethodDescriptionvoid
ALcdBalloonManager.setBalloonContentProvider
(ILcdBalloonContentProvider aBalloonContentProvider) Sets the balloon content provider for this balloon manager.Constructors in com.luciad.view.swing with parameters of type ILcdBalloonContentProviderModifierConstructorDescriptionprotected
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.