Uses of Class
com.luciad.lucy.workspace.ALcyWorkspaceCodecDelegate
Packages that use 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
Methods in com.luciad.lucy.workspace that return ALcyWorkspaceCodecDelegateModifier and TypeMethodDescriptionTLcyWorkspaceManager.getWorkspaceCodecDelegate
(int aIndex) Returns theALcyWorkspaceCodecDelegate
at the given index.Methods in com.luciad.lucy.workspace with parameters of type ALcyWorkspaceCodecDelegateModifier and TypeMethodDescriptionvoid
TLcyWorkspaceManager.addWorkspaceCodecDelegate
(ALcyWorkspaceCodecDelegate aDelegate) Registers aALcyWorkspaceCodecDelegate
to the framework.void
TLcyWorkspaceManager.removeWorkspaceCodecDelegate
(ALcyWorkspaceCodecDelegate aDelegate) Unregisters the givenALcyWorkspaceCodecDelegate
from the framework.