Uses of Class
com.luciad.lucy.workspace.ALcyWorkspaceCodecDelegate
Package
Description
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 ALcyWorkspaceCodecDelegate in com.luciad.lucy.workspace
Modifier and TypeMethodDescriptionTLcyWorkspaceManager.getWorkspaceCodecDelegate
(int aIndex) Returns theALcyWorkspaceCodecDelegate
at the given index.Modifier and TypeMethodDescriptionvoid
TLcyWorkspaceManager.addWorkspaceCodecDelegate
(ALcyWorkspaceCodecDelegate aDelegate) Registers aALcyWorkspaceCodecDelegate
to the framework.void
TLcyWorkspaceManager.removeWorkspaceCodecDelegate
(ALcyWorkspaceCodecDelegate aDelegate) Unregisters the givenALcyWorkspaceCodecDelegate
from the framework.