Uses of Package
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.
-
ClassDescriptionThis manager is the starting point for doing workspace related tasks.
-
ClassDescriptionAn
ALcyWorkspaceObjectCodec
is responsible for encoding/decoding a specific type of object. -
ClassDescriptionAn
ALcyWorkspaceObjectCodec
is responsible for encoding/decoding a specific type of object. -
ClassDescriptionThe
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. -
ClassDescriptionThe
ALcyWorkspaceCodec
is responsible for encoding/decoding a workspace. -
ClassDescriptionThe
ALcyWorkspaceCodec
is responsible for encoding/decoding a workspace. -
ClassDescriptionThe
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
.