Uses of Class
com.luciad.lucy.gui.ALcyApplicationPaneTool
Packages that use ALcyApplicationPaneTool
Package
Description
Provides the addon that supports the KML 2.2 format.
It is the responsibility of this addon to keep the layer control in sync with the active map
component of the Lucy application.
Terrain analysis add-on for contour calculations.
Terrain analysis add-on for extreme point calculations.
Terrain analysis add-on for hypsometry calculations.
Terrain analysis add-on for line-of-sight coverages.
Terrain analysis add-on for viewsheds.
Terrain analysis add-on for visibility calculations.
Contains graphical user interface related classes like menu bars, toolbars, application panes and customizer factories.
-
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.kml22
Methods in com.luciad.lucy.addons.kml22 that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneToolTLcyKML22AddOn.createApplicationPaneTool()Creates the application pane tool responsible for the creation of the ILcyApplicationPane containing a model content tree.TLcyKML22AddOn.getApplicationPaneTool()Returns theALcyApplicationPaneToolcreated inTLcyKML22AddOn.createApplicationPaneTool() -
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.layercontrol
Methods in com.luciad.lucy.addons.layercontrol that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneToolTLcyLayerControlAddOn.createApplicationPaneTool() -
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.tea.contour
Methods in com.luciad.lucy.addons.tea.contour that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneToolTLcyContourAddOn.createApplicationPaneTool()Returns the add-on's application pane tool. -
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.tea.extremepoint
Methods in com.luciad.lucy.addons.tea.extremepoint that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneToolTLcyExtremePointAddOn.createApplicationPaneTool()Returns the add-on's application pane tool. -
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.tea.hypsometry
Methods in com.luciad.lucy.addons.tea.hypsometry that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneToolTLcyHypsometryAddon.createApplicationPaneTool()Returns the add-on's application pane tool. -
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.tea.loscoverage
Methods in com.luciad.lucy.addons.tea.loscoverage that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneToolTLcyLOSCoverageAddOn.createApplicationPaneTool()Returns the add-on's application pane tool. -
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.tea.viewshed
Methods in com.luciad.lucy.addons.tea.viewshed that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneToolTLcyViewshedAddOn.createApplicationPaneTool()Returns the add-on's application pane tool. -
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.tea.visibility
Methods in com.luciad.lucy.addons.tea.visibility that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneToolTLcyVisibilityAddOn.createApplicationPaneTool()Returns the add-on's application pane tool. -
Uses of ALcyApplicationPaneTool in com.luciad.lucy.gui
Methods in com.luciad.lucy.gui that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionstatic final ALcyApplicationPaneToolALcyApplicationPaneTool.create(ALcyProperties aProperties, String aLongPrefix, String aShortPrefix, Supplier<? extends Component> aContentsSupplier) Utility method to create a newALcyApplicationPaneToolinstance where the contents of the application pane is supplied byaContentsSupplier.