Uses of Class
com.luciad.util.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
Modifier and TypeMethodDescriptionvoid
TLcdStatusBar.statusChanged
(TLcdStatusEvent aStatusEvent) Deprecated. -
Uses of TLcdStatusEvent in com.luciad.lucy.gui.status
Modifier 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
Modifier and TypeMethodDescriptionstatic <T> TLcdStatusEvent
<T> TLcdStatusEvent.cloneAs
(T aSource, TLcdStatusEvent<?> aStatusEvent) Returns a clone ofaStatusEvent
where the source is replaced byaSource
.Modifier 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
Modifier and TypeMethodDescriptionprotected void
ALcdGXYController.fireStatusEvent
(TLcdStatusEvent aStatusEvent) -
Uses of TLcdStatusEvent in com.luciad.view.lightspeed.controller
Modifier and TypeMethodDescriptionprotected void
ALspController.fireStatusEvent
(TLcdStatusEvent aStatusEvent) Fires a status changed event to registered listeners. -
Uses of TLcdStatusEvent in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionprotected void
ALspLayer.fireStatusEvent
(TLcdStatusEvent<ILspLayer> aStatusEvent) Fires a status event. -
Uses of TLcdStatusEvent in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeMethodDescriptionvoid
TLspGXYLayerAdapter.fireStatusEvent
(TLcdStatusEvent<ILspLayer> aStatusEvent) Deprecated. -
Uses of TLcdStatusEvent in com.luciad.view.lightspeed.layer.raster
Modifier and TypeMethodDescriptionvoid
TLspRasterLayer.fireStatusEvent
(TLcdStatusEvent<ILspLayer> aStatusEvent) -
Uses of TLcdStatusEvent in com.luciad.view.swing
Modifier and TypeMethodDescriptionprotected void
ALcdViewComponentPrintable.fireStatusEvent
(TLcdStatusEvent aStatusEvent) Fires a status event, thus notifying all listeners that were added usingALcdViewComponentPrintable.addStatusListener(com.luciad.util.ILcdStatusListener)
.