Uses of Package
com.luciad.lucy.workspace
Packages that use com.luciad.lucy.workspace
Package
Description
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Provides support facilities for adding a new data format to Lucy.
Provides support facilities for adding visualization in a Lightspeed view for data formats.
Provides supporting classes for asynchronous painting.
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.Provides workspace support for Lucy; a workspace is the complete state of the application (loaded
data, opened panels, ...); it can be saved to and loaded from for example a file.
-
Classes in com.luciad.lucy.workspace used by com.luciad.lucyClassDescriptionThis manager is the starting point for doing workspace related tasks.
-
Classes in com.luciad.lucy.workspace used by com.luciad.lucy.formatClassDescriptionAn
ALcyWorkspaceObjectCodec
is responsible for encoding/decoding a specific type of object. -
Classes in com.luciad.lucy.workspace used by com.luciad.lucy.format.lightspeedClassDescriptionAn
ALcyWorkspaceObjectCodec
is responsible for encoding/decoding a specific type of object. -
Classes in com.luciad.lucy.workspace used by com.luciad.lucy.map.asynchronousClassDescriptionThe
ALcyWorkspaceCodec
is responsible for encoding/decoding a workspace.AnALcyWorkspaceObjectCodec
is responsible for encoding/decoding a specific type of object.Signals that the workspace encoding/decoding was aborted. -
Classes in com.luciad.lucy.workspace used by com.luciad.lucy.util.preferencesClassDescriptionThe
ALcyWorkspaceCodec
is responsible for encoding/decoding a workspace. -
Classes in com.luciad.lucy.workspace used by com.luciad.lucy.util.properties.codecClassDescriptionThe
ALcyWorkspaceCodec
is responsible for encoding/decoding a workspace. -
Classes in com.luciad.lucy.workspace used by com.luciad.lucy.workspaceClassDescriptionThe
ALcyWorkspaceCodec
is responsible for encoding/decoding a workspace.AnALcyWorkspaceCodecDelegate
is responsible for encoding/decoding a part of the workspace.AnALcyWorkspaceObjectCodec
is responsible for encoding/decoding a specific type of object.Listener that will be informed about changes in aTLcyWorkspaceManager
.Extension ofALcyWorkspaceCodec
that only uses a singleOutputStream
and a singleInputStream
to store/restore workspaces.Signals that the workspace encoding/decoding was aborted.This manager is the starting point for doing workspace related tasks.Event that describes a change in aTLcyWorkspaceManager
.