Uses of Class
com.luciad.lucy.workspace.TLcyWorkspaceAbortedException
Package
Description
Provides supporting classes for asynchronous painting.
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 TLcyWorkspaceAbortedException in com.luciad.lucy.map.asynchronous
Modifier and TypeMethodDescriptionTLcyGXYAsynchronousCustomizerPanelWorkspaceCodec.createObject
(ALcyWorkspaceCodec aWSCodec, Object aParent, InputStream aIn) void
TLcyGXYAsynchronousCustomizerPanelWorkspaceCodec.decodeObject
(ALcyWorkspaceCodec aWSCodec, Object aObject, Object aParent, InputStream aIn) void
TLcyGXYAsynchronousCustomizerPanelWorkspaceCodec.encodeObject
(ALcyWorkspaceCodec aWSCodec, Object aObject, Object aParent, OutputStream aOut) -
Uses of TLcyWorkspaceAbortedException in com.luciad.lucy.workspace
Modifier and TypeMethodDescriptionabstract Object
ALcyWorkspaceObjectCodec.createObject
(ALcyWorkspaceCodec aWSCodec, Object aParent, InputStream aIn) This method creates anObject
of the proper class.abstract void
ALcyWorkspaceCodecDelegate.decode
(ALcyWorkspaceCodec aWSCodec, InputStream aIn) Decode the settings from the givenInputStream
.void
ALcyWorkspaceObjectCodec.decodeObject
(ALcyWorkspaceCodec aWSCodec, Object aObject, Object aParent, InputStream aIn) This method decodes the properties of anObject
created byALcyWorkspaceObjectCodec.createObject(ALcyWorkspaceCodec, Object, java.io.InputStream)
from the givenInputStream
.ALcyWorkspaceCodec.decodeReference
(String aObjectReferenceUID) Decodes the given object reference (aObjectReferenceUID) into an actualObject
.void
ALcyWorkspaceCodec.decodeWorkspace
(String aSourceName) Decodes the workspace.void
TLcyBlobWorkspaceCodec.decodeWorkspace
(String aSourceName) void
TLcyWorkspaceManager.decodeWorkspace
(String aSourceName) Decodes the workspace usingALcyWorkspaceCodec.decodeWorkspace(String)
of the setALcyWorkspaceCodec
.abstract void
ALcyWorkspaceCodecDelegate.encode
(ALcyWorkspaceCodec aWSCodec, OutputStream aOut) Encode the settings into the givenOutputStream
.abstract void
ALcyWorkspaceObjectCodec.encodeObject
(ALcyWorkspaceCodec aWSCodec, Object aObject, Object aParent, OutputStream aOut) This method writes the givenObject
to the givenOutputStream
.ALcyWorkspaceCodec.encodeReference
(Object aObject, Object aParent) Encodes the given object.void
ALcyWorkspaceCodec.encodeWorkspace
(String aDestinationName) Encodes the workspace.void
TLcyBlobWorkspaceCodec.encodeWorkspace
(String aDestinationName) void
TLcyFileWorkspaceCodec.encodeWorkspace
(String aDestinationName) void
TLcyWorkspaceManager.encodeWorkspace
(String aDestinationName) Encodes the workspace usingALcyWorkspaceCodec.encodeWorkspace(String)
of the setALcyWorkspaceCodec
.