Uses of Class
com.luciad.view.swing.ALcdBalloonManager
Packages that use ALcdBalloonManager
Package
Description
Contains a broad range of classes related to the visual represention of a map.
Contains a broad range of classes related to the visual representation of a map.
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 ALcdBalloonManager in com.luciad.lucy.map
Methods in com.luciad.lucy.map that return ALcdBalloonManagerModifier and TypeMethodDescriptionprotected ALcdBalloonManagerTLcyMapComponentFactory.createBalloonManager(TLcyMapComponent aMapComponent) Creates the balloon manager foraMapComponent.ILcyGenericMapComponent.getBalloonManager()Returns the balloon manager of this map component.TLcyMapComponent.getBalloonManager()Methods in com.luciad.lucy.map with parameters of type ALcdBalloonManagerModifier and TypeMethodDescriptionvoidILcyGenericMapComponent.setBalloonManager(ALcdBalloonManager aBalloonManager) Set the balloon manager of this map component.voidTLcyMapComponent.setBalloonManager(ALcdBalloonManager aBalloonManager) -
Uses of ALcdBalloonManager in com.luciad.lucy.map.lightspeed
Methods in com.luciad.lucy.map.lightspeed that return ALcdBalloonManagerModifier and TypeMethodDescriptionprotected ALcdBalloonManagerTLcyLspMapComponentFactory.createBalloonManager(ALcyProperties aProperties) Creates the balloon manager for the map component under construction.TLcyLspMapComponent.getBalloonManager()TLcyLspMapComponentFactory.getBalloonManager()Returns the created balloon manager.Methods in com.luciad.lucy.map.lightspeed with parameters of type ALcdBalloonManagerModifier and TypeMethodDescriptionvoidTLcyLspMapComponent.setBalloonManager(ALcdBalloonManager aBalloonManager) -
Uses of ALcdBalloonManager in com.luciad.view.gxy.swing
Subclasses of ALcdBalloonManager in com.luciad.view.gxy.swingModifier and TypeClassDescriptionclassAn implementation of ALcdBalloonManager for GXY views. -
Uses of ALcdBalloonManager in com.luciad.view.lightspeed.swing
Subclasses of ALcdBalloonManager in com.luciad.view.lightspeed.swing -
Uses of ALcdBalloonManager in com.luciad.view.swing
Methods in com.luciad.view.swing with parameters of type ALcdBalloonManagerModifier and TypeMethodDescriptionprotected BorderTLcdBalloonGUIFactory.createBorder(ALcdBalloonManager aBalloonManager, JComponent aBalloonContent) Creates a border for the balloon, given the balloon content.protected JComponentTLcdBalloonGUIFactory.createCloseComponent(ALcdBalloonManager aBalloonManager, JComponent aBalloonContent) Creates a component that represents the close component of a balloon.protected JComponentTLcdBalloonGUIFactory.createResizeComponent(ALcdBalloonManager aBalloonManager, JComponent aBalloonContent) Creates a resize component that can be dragged to change the balloon size.