Uses of Class
com.luciad.lucy.workspace.TLcyWorkspaceManager
Packages that use 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
Methods in com.luciad.lucy that return TLcyWorkspaceManagerModifier and TypeMethodDescriptionILcyLucyEnv.getWorkspaceManager()Returns theTLcyWorkspaceManagerassociated with thisILcyLucyEnv. -
Uses of TLcyWorkspaceManager in com.luciad.lucy.workspace
Methods in com.luciad.lucy.workspace that return TLcyWorkspaceManagerModifier and TypeMethodDescriptionTLcyWorkspaceManagerEvent.getWorkspaceCodec()Deprecated.ALcyWorkspaceCodec.getWorkspaceManager()Returns theTLcyWorkspaceManager.TLcyWorkspaceManagerEvent.getWorkspaceManager()TheTLcyWorkspaceManagerthat has changed.Constructors in com.luciad.lucy.workspace with parameters of type TLcyWorkspaceManagerModifierConstructorDescriptionprotectedALcyWorkspaceCodec(ILcyLucyEnv aLucyEnv, TLcyWorkspaceManager aWorkspaceManager) protectedTLcyBlobWorkspaceCodec(ILcyLucyEnv aLucyEnv, TLcyWorkspaceManager aWorkspaceManager, ILcdInputStreamFactory aInputStreamFactory, ILcdOutputStreamFactory aOutputStreamFactory) Creates a newTLcyBlobWorkspaceCodecinstance.TLcyFileWorkspaceCodec(ILcyLucyEnv aLucyEnv, TLcyWorkspaceManager aWorkspaceManager) Creates a newTLcyFileWorkspaceCodec.TLcyWorkspaceManagerEvent(TLcyWorkspaceManager aWorkspaceManager, int aID) Creates a newTLcyWorkspaceManagerEvent.
TLcyWorkspaceManagerEvent.getWorkspaceManager()instead.