Uses of Class
com.luciad.util.TLcdStatusEvent
Packages that use TLcdStatusEvent
Package
Description
GUI aspects specific for AWT.
Contains support classes for handling TLcdStatusEvent's in an application.
Basic utilities.
Controllers for 2D views.
Provides support for handling user interaction on an
ILspView
.Provides layering support for
ILspView
.Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.Provides layering support for raster layers.
This package provides Swing components which are related to a view or allow interaction with a view.
-
Uses of TLcdStatusEvent in com.luciad.gui.awt
Methods in com.luciad.gui.awt with parameters of type TLcdStatusEventModifier and TypeMethodDescriptionvoid
TLcdStatusBar.statusChanged
(TLcdStatusEvent aStatusEvent) Deprecated. -
Uses of TLcdStatusEvent in com.luciad.lucy.gui.status
Methods in com.luciad.lucy.gui.status with parameters of type TLcdStatusEventModifier and TypeMethodDescriptionvoid
TLcyInterruptTaskAction.statusChanged
(TLcdStatusEvent event) void
TLcyProgressBar.statusChanged
(TLcdStatusEvent aStatusEvent) Handles the event by setting the (progress) value of thisJProgressBar
to match the value of the event.void
TLcyStatusMessageBar.statusChanged
(TLcdStatusEvent aStatusEvent) Handles the event by setting its message property as the text of thisJEditorPane
.void
TLcyUserInteractionBlocker.statusChanged
(TLcdStatusEvent event) Handles the given status event by blocking the user interface if this condition holds: -
Uses of TLcdStatusEvent in com.luciad.util
Methods in com.luciad.util that return TLcdStatusEventModifier and TypeMethodDescriptionstatic <T> TLcdStatusEvent
<T> TLcdStatusEvent.cloneAs
(T aSource, TLcdStatusEvent<?> aStatusEvent) Returns a clone ofaStatusEvent
where the source is replaced byaSource
.Methods in com.luciad.util with parameters of type TLcdStatusEventModifier and TypeMethodDescriptionstatic <T> TLcdStatusEvent
<T> TLcdStatusEvent.cloneAs
(T aSource, TLcdStatusEvent<?> aStatusEvent) Returns a clone ofaStatusEvent
where the source is replaced byaSource
.void
TLcdStatusEventSupport.fireStatusEvent
(TLcdStatusEvent<T> aStatusEvent) Fires a status event, thus notifying all listeners that were added usingTLcdStatusEventSupport.addStatusListener(com.luciad.util.ILcdStatusListener<T>)
.final void
ALcdWeakStatusListener.statusChanged
(TLcdStatusEvent<R> aStatusEvent) This method will be called when the status of anObject
to which this ILcdStatusListener has been registered has changed.void
ILcdStatusListener.statusChanged
(TLcdStatusEvent<T> aStatusEvent) This method will be called when the status of anObject
to which this ILcdStatusListener has been registered has changed.protected abstract void
ALcdWeakStatusListener.statusChangedImpl
(T aToModify, TLcdStatusEvent<R> aStatusEvent) This method is called each time aTLcdStatusEvent
is received by this listener, and the short-living object to modify passed in the constructor of this listener is not yet GC-ed. -
Uses of TLcdStatusEvent in com.luciad.view.gxy.controller
Methods in com.luciad.view.gxy.controller with parameters of type TLcdStatusEventModifier and TypeMethodDescriptionprotected void
ALcdGXYController.fireStatusEvent
(TLcdStatusEvent aStatusEvent) -
Uses of TLcdStatusEvent in com.luciad.view.lightspeed.controller
Methods in com.luciad.view.lightspeed.controller with parameters of type TLcdStatusEventModifier and TypeMethodDescriptionprotected void
ALspController.fireStatusEvent
(TLcdStatusEvent aStatusEvent) Fires a status changed event to registered listeners. -
Uses of TLcdStatusEvent in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer with parameters of type TLcdStatusEventModifier and TypeMethodDescriptionprotected void
ALspLayer.fireStatusEvent
(TLcdStatusEvent<ILspLayer> aStatusEvent) Fires a status event. -
Uses of TLcdStatusEvent in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy with parameters of type TLcdStatusEventModifier and TypeMethodDescriptionvoid
TLspGXYLayerAdapter.fireStatusEvent
(TLcdStatusEvent<ILspLayer> aStatusEvent) Deprecated. -
Uses of TLcdStatusEvent in com.luciad.view.lightspeed.layer.raster
Methods in com.luciad.view.lightspeed.layer.raster with parameters of type TLcdStatusEventModifier and TypeMethodDescriptionvoid
TLspRasterLayer.fireStatusEvent
(TLcdStatusEvent<ILspLayer> aStatusEvent) -
Uses of TLcdStatusEvent in com.luciad.view.swing
Methods in com.luciad.view.swing with parameters of type TLcdStatusEventModifier and TypeMethodDescriptionprotected void
ALcdViewComponentPrintable.fireStatusEvent
(TLcdStatusEvent aStatusEvent) Fires a status event, thus notifying all listeners that were added usingALcdViewComponentPrintable.addStatusListener(com.luciad.util.ILcdStatusListener)
.