Uses of Class
com.luciad.gui.ALcdAction
Packages that use ALcdAction
Package
Description
Basic functionality for introspection.
This package and its subpackagesprovides classes for visualizing KML data on both 2D and 3D maps.
This package provides classes for visualizing KML data on 2D maps.
This package provides classes for visualizing KML data on Lightspeed maps.
GUI aspects independent of any chosen windows API.
Contains support classes for handling TLcdStatusEvent's in an application.
Provides actions that have a relationship with a map.
Provides actions that have a relationship with a Lightspeed map.
Model interfaces
Contains all classes for terrain elevation analysis.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides various actions that affect an
ILspView.Utilities for making maps.
-
Uses of ALcdAction in com.luciad.beans
Subclasses of ALcdAction in com.luciad.beansModifier and TypeClassDescriptionclassDeprecated.Use a UI builder (e.g.classDeprecated.Use a UI builder (e.g. -
Uses of ALcdAction in com.luciad.format.kml22.view
Subclasses of ALcdAction in com.luciad.format.kml22.viewModifier and TypeClassDescriptionclassAn abstract class that defines a common interface for fit-to-object actions in KML 2.2 -
Uses of ALcdAction in com.luciad.format.kml22.view.gxy
Subclasses of ALcdAction in com.luciad.format.kml22.view.gxyModifier and TypeClassDescriptionclassAn implementation ofALcdKML22ViewFitAction. -
Uses of ALcdAction in com.luciad.format.kml22.view.lightspeed
Subclasses of ALcdAction in com.luciad.format.kml22.view.lightspeedModifier and TypeClassDescriptionclassA view fit action for KML features in aILspView. -
Uses of ALcdAction in com.luciad.gui
Subclasses of ALcdAction in com.luciad.guiModifier and TypeClassDescriptionclassDeprecated.use your own UI insteadclassAn action that performs no operation.classThisILcdActionprints the contents of a givenComponent.classclass -
Uses of ALcdAction in com.luciad.lucy.gui.status
Subclasses of ALcdAction in com.luciad.lucy.gui.statusModifier and TypeClassDescriptionclassAction to interrupt the current task usingThread#interrupt. -
Uses of ALcdAction in com.luciad.lucy.map.action
Subclasses of ALcdAction in com.luciad.lucy.map.actionModifier and TypeClassDescriptionclassALcyCreateLayersAction<S extends ILcdView & ILcdTreeLayered,T extends ILcdLayer> Abstract base class to create and add layers onto anILcyGenericMapComponent.classALcyObjectSelectionAction<S extends ILcdView & ILcdTreeLayered>Deprecated.UseALcdObjectSelectionActioninstead.classclassAction that creates a newILcyMapComponent. -
Uses of ALcdAction in com.luciad.lucy.map.action.lightspeed
Subclasses of ALcdAction in com.luciad.lucy.map.action.lightspeedModifier and TypeClassDescriptionclass -
Uses of ALcdAction in com.luciad.model
Subclasses of ALcdAction in com.luciad.modelModifier and TypeClassDescriptionclassThisILcdActionis anILcdModelProducer.classThisILcdActionsaves anILcdModel. -
Uses of ALcdAction in com.luciad.tea
Subclasses of ALcdAction in com.luciad.teaModifier and TypeClassDescriptionclassDeprecated.As of 2023.0, this class has been deprecated. -
Uses of ALcdAction in com.luciad.view
Subclasses of ALcdAction in com.luciad.viewModifier and TypeClassDescriptionclassAction that works on the current map selection.classAnILcdActionthat deletes all objects that were selected in aILcdLayerfrom their respectiveILcdModel.classThis is anILcdActionthat changes the position of a givenILcdLayerin anILcdLayered.classThis is anILcdActionthat removes a givenILcdLayerfrom anILcdLayered.. -
Uses of ALcdAction in com.luciad.view.gxy
Subclasses of ALcdAction in com.luciad.view.gxyModifier and TypeClassDescriptionclassWhen triggered thisILcdActionchanges the origin and scale of a givenILcdGXYViewto either fit to the model bounds set or, in case the bounds set is null to fit to the combined bounds of all the objects contained in the layer set.classAction to fit all selected objects of a view within the view clip.classWhen triggered (actionPerformed), thisILcdActionsets a givenILcdGXYControlleron a givenILcdGXYView.classMakes the representations of all Objects that belong to one or moreILcdGXYLayers fit into the containingILcdGXYView.classThis is aILcdAction(i.e. an ActionListener) for panning aILcdGXYViewof [deltaX,deltaY] in screen coordinates.classThis is aILcdAction(i.e. an ActionListener) for zooming aILcdGXYViewof a given zoom factor.classThisILcdActionwill save the content of anILcdGXYViewset as a property into a GIF File. -
Uses of ALcdAction in com.luciad.view.lightspeed.action
Subclasses of ALcdAction in com.luciad.view.lightspeed.actionModifier and TypeClassDescriptionclass -
Uses of ALcdAction in com.luciad.view.map
Subclasses of ALcdAction in com.luciad.view.mapModifier and TypeClassDescriptionclassDeprecated.use the SetProjectionAction provided in the projection sample