Class TLcyObjectPropertiesComparisonAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.ALcyPreferencesAddOn
com.luciad.lucy.addons.comparison.TLcyObjectPropertiesComparisonAddOn
Add-on which adds functionality to compare the properties of multiple objects in a side-by-side view. It adds an action in the pop-up menu of the map, allowing to add the object properties panel of the selected objects to the side-by-side view.
The object properties panels which are shown are the same as the ones shown by the
TLcySelectionEditorAddOn
.
Consult the class javadoc of that add-on for more information on how those are created,
and how you can add an object properties panel for your own custom domain objects.
This add-on only allows customization through the configuration file. No API customizations are possible.
- Since:
- 2015.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
plugInto
(ILcyLucyEnv aLucyEnv) Creates and plugs in the add-on's preferences tool.void
unplugFrom
(ILcyLucyEnv aLucyEnv) Unplugs the add-on's preferences tool.Methods inherited from class com.luciad.lucy.addons.ALcyPreferencesAddOn
createPreferencesTool, getLongPrefix, getLucyEnv, getPreferences, getPreferencesTool, getShortPrefix
Methods inherited from class com.luciad.lucy.addons.ALcyAddOn
getConfigSourceName, getDisplayName, setConfigSourceName, setDisplayName
-
Constructor Details
-
TLcyObjectPropertiesComparisonAddOn
public TLcyObjectPropertiesComparisonAddOn()Default constructor
-
-
Method Details
-
plugInto
Description copied from class:ALcyPreferencesAddOn
Creates and plugs in the add-on's preferences tool.- Overrides:
plugInto
in classALcyPreferencesAddOn
- Parameters:
aLucyEnv
- the Lucy environment to plug into- See Also:
-
unplugFrom
Description copied from class:ALcyPreferencesAddOn
Unplugs the add-on's preferences tool.- Overrides:
unplugFrom
in classALcyPreferencesAddOn
- Parameters:
aLucyEnv
- the Lucy environment- See Also:
-