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 theALcyWorkspaceCodecDelegateat the given index.Methods in com.luciad.lucy.workspace with parameters of type ALcyWorkspaceCodecDelegateModifier and TypeMethodDescriptionvoidTLcyWorkspaceManager.addWorkspaceCodecDelegate(ALcyWorkspaceCodecDelegate aDelegate) Registers aALcyWorkspaceCodecDelegateto the framework.voidTLcyWorkspaceManager.removeWorkspaceCodecDelegate(ALcyWorkspaceCodecDelegate aDelegate) Unregisters the givenALcyWorkspaceCodecDelegatefrom the framework.