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 TypeMethodDescriptionvoidTLcdStatusBar.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 TypeMethodDescriptionvoidTLcyInterruptTaskAction.statusChanged(TLcdStatusEvent event) voidTLcyProgressBar.statusChanged(TLcdStatusEvent aStatusEvent) Handles the event by setting the (progress) value of thisJProgressBarto match the value of the event.voidTLcyStatusMessageBar.statusChanged(TLcdStatusEvent aStatusEvent) Handles the event by setting its message property as the text of thisJEditorPane.voidTLcyUserInteractionBlocker.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 ofaStatusEventwhere 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 ofaStatusEventwhere the source is replaced byaSource.voidTLcdStatusEventSupport.fireStatusEvent(TLcdStatusEvent<T> aStatusEvent) Fires a status event, thus notifying all listeners that were added usingTLcdStatusEventSupport.addStatusListener(com.luciad.util.ILcdStatusListener<T>).final voidALcdWeakStatusListener.statusChanged(TLcdStatusEvent<R> aStatusEvent) This method will be called when the status of anObjectto which this ILcdStatusListener has been registered has changed.voidILcdStatusListener.statusChanged(TLcdStatusEvent<T> aStatusEvent) This method will be called when the status of anObjectto which this ILcdStatusListener has been registered has changed.protected abstract voidALcdWeakStatusListener.statusChangedImpl(T aToModify, TLcdStatusEvent<R> aStatusEvent) This method is called each time aTLcdStatusEventis 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 voidALcdGXYController.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 voidALspController.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 voidALspLayer.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 TypeMethodDescriptionvoidTLspGXYLayerAdapter.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 TypeMethodDescriptionvoidTLspRasterLayer.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 voidALcdViewComponentPrintable.fireStatusEvent(TLcdStatusEvent aStatusEvent) Fires a status event, thus notifying all listeners that were added usingALcdViewComponentPrintable.addStatusListener(com.luciad.util.ILcdStatusListener).