Uses of Interface
com.luciad.lucy.util.properties.codec.ILcyPropertyConverter
Packages that use ILcyPropertyConverter
Package
Description
Provides support facilities for working with preferences and configuration.
Provides support facilities for encoding and decoding
ALcyProperties instances to and
from arbitrary destinations and sources, as well as converting Object values to
String values and vice versa.-
Uses of ILcyPropertyConverter in com.luciad.lucy.util.preferences
Classes in com.luciad.lucy.util.preferences that implement ILcyPropertyConverterModifier and TypeClassDescriptionclassImplementation ofALcyWorkspacePropertyConverterthat retrieves theALcyWorkspaceCodecfrom theTLcyPreferencesToolwhen it is encoding its workspace properties. -
Uses of ILcyPropertyConverter in com.luciad.lucy.util.properties.codec
Classes in com.luciad.lucy.util.properties.codec that implement ILcyPropertyConverterModifier and TypeClassDescriptionclassAbstract base class that can use theALcyWorkspaceCodecto encode paths and reference toObjects.classComposite implementation ofILcyPropertyConverter.Methods in com.luciad.lucy.util.properties.codec that return ILcyPropertyConverterModifier and TypeMethodDescriptionTLcyCompositePropertyConverter.getPropertyConverter(int aIndex) Returns theILcyPropertyConverterat the given index.Methods in com.luciad.lucy.util.properties.codec with parameters of type ILcyPropertyConverterModifier and TypeMethodDescriptionvoidTLcyCompositePropertyConverter.addPropertyConverter(ILcyPropertyConverter aConverter) Adds the givenILcyPropertyConverterto this composite implementation.voidTLcyCompositePropertyConverter.removePropertyConverter(ILcyPropertyConverter aConverter) Remove the givenILcyPropertyConverterfrom this composite implementation.