Uses of Interface
com.luciad.lucy.util.properties.codec.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
Modifier 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
Modifier and TypeClassDescriptionclass
Abstract base class that can use theALcyWorkspaceCodec
to encode paths and reference toObject
s.class
Composite implementation ofILcyPropertyConverter
.Modifier and TypeMethodDescriptionTLcyCompositePropertyConverter.getPropertyConverter
(int aIndex) Returns theILcyPropertyConverter
at the given index.Modifier 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.