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 TypeClassDescriptionclass
Implementation ofALcyWorkspacePropertyConverter
that retrieves theALcyWorkspaceCodec
from theTLcyPreferencesTool
when 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 TypeClassDescriptionclass
Abstract base class that can use theALcyWorkspaceCodec
to encode paths and reference toObject
s.class
Composite implementation ofILcyPropertyConverter
.Methods in com.luciad.lucy.util.properties.codec that return ILcyPropertyConverterModifier and TypeMethodDescriptionTLcyCompositePropertyConverter.getPropertyConverter
(int aIndex) Returns theILcyPropertyConverter
at the given index.Methods in com.luciad.lucy.util.properties.codec with parameters of type ILcyPropertyConverterModifier and TypeMethodDescriptionvoid
TLcyCompositePropertyConverter.addPropertyConverter
(ILcyPropertyConverter aConverter) Adds the givenILcyPropertyConverter
to this composite implementation.void
TLcyCompositePropertyConverter.removePropertyConverter
(ILcyPropertyConverter aConverter) Remove the givenILcyPropertyConverter
from this composite implementation.