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 ALcyApplicationPaneTool
TLcyKML22AddOn.createApplicationPaneTool()
Creates the application pane tool responsible for the creation of the ILcyApplicationPane containing a model content tree.TLcyKML22AddOn.getApplicationPaneTool()
Returns theALcyApplicationPaneTool
created inTLcyKML22AddOn.createApplicationPaneTool()
-
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.layercontrol
Methods in com.luciad.lucy.addons.layercontrol that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneTool
TLcyLayerControlAddOn.createApplicationPaneTool()
-
Uses of ALcyApplicationPaneTool in com.luciad.lucy.addons.tea.contour
Methods in com.luciad.lucy.addons.tea.contour that return ALcyApplicationPaneToolModifier and TypeMethodDescriptionprotected ALcyApplicationPaneTool
TLcyContourAddOn.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 ALcyApplicationPaneTool
TLcyExtremePointAddOn.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 ALcyApplicationPaneTool
TLcyHypsometryAddon.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 ALcyApplicationPaneTool
TLcyLOSCoverageAddOn.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 ALcyApplicationPaneTool
TLcyViewshedAddOn.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 ALcyApplicationPaneTool
TLcyVisibilityAddOn.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 ALcyApplicationPaneTool
ALcyApplicationPaneTool.create
(ALcyProperties aProperties, String aLongPrefix, String aShortPrefix, Supplier<? extends Component> aContentsSupplier) Utility method to create a newALcyApplicationPaneTool
instance where the contents of the application pane is supplied byaContentsSupplier
.