Package com.luciad.lucy.addons
package com.luciad.lucy.addons
Provides the classes that define the interface for add-ons and how they are created.
Add-ons are the basic building blocks of Lucy that contribute functionality to Lucy. This functionality goes from adding support for a certain data format to adding certain elements to the user interface.
Please refer to the Lucy Developer Guide for more information about add-ons, how they interact with Lucy and how you can implement your own add-ons.
-
ClassDescriptionAn ALcyAddOn is the basic block in Lucy for contributing functionality.Deprecated.Extension of
ALcyPreferencesAddOn
that is also equipped with anALcyFormat
.ALcyAddOn
that is equipped with aTLcyPreferencesTool
to read its preferences from the set configuration file.Deprecated.All this logic can be placed in theALcyAddOn.plugInto(com.luciad.lucy.ILcyLucyEnv)
andALcyAddOn.unplugFrom(com.luciad.lucy.ILcyLucyEnv)
methods.
ILcyAddOnDecoder
to the plugInto method