Uses of Class
com.luciad.lucy.workspace.TLcyWorkspaceManager
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 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.
-
Uses of TLcyWorkspaceManager in com.luciad.lucy
Modifier and TypeMethodDescriptionILcyLucyEnv.getWorkspaceManager()
Returns theTLcyWorkspaceManager
associated with thisILcyLucyEnv
. -
Uses of TLcyWorkspaceManager in com.luciad.lucy.workspace
Modifier and TypeMethodDescriptionTLcyWorkspaceManagerEvent.getWorkspaceCodec()
Deprecated.ALcyWorkspaceCodec.getWorkspaceManager()
Returns theTLcyWorkspaceManager
.TLcyWorkspaceManagerEvent.getWorkspaceManager()
TheTLcyWorkspaceManager
that has changed.ModifierConstructorDescriptionprotected
ALcyWorkspaceCodec
(ILcyLucyEnv aLucyEnv, TLcyWorkspaceManager aWorkspaceManager) protected
TLcyBlobWorkspaceCodec
(ILcyLucyEnv aLucyEnv, TLcyWorkspaceManager aWorkspaceManager, ILcdInputStreamFactory aInputStreamFactory, ILcdOutputStreamFactory aOutputStreamFactory) Creates a newTLcyBlobWorkspaceCodec
instance.TLcyFileWorkspaceCodec
(ILcyLucyEnv aLucyEnv, TLcyWorkspaceManager aWorkspaceManager) Creates a newTLcyFileWorkspaceCodec
.TLcyWorkspaceManagerEvent
(TLcyWorkspaceManager aWorkspaceManager, int aID) Creates a newTLcyWorkspaceManagerEvent
.
TLcyWorkspaceManagerEvent.getWorkspaceManager()
instead.