Interfaces
 InterfaceDescription
 ResultHandler Basic interface for handling results of a request to the server.
 ServerAction Implementations of this interface perform tasks that require communication with the server component.
Classes
 ClassDescription
 AbstractFileReadHandler Abstract base class for handlers which read GraphML files.
 AbstractFileWriteHandler Abstract base class for handlers which save graphs as GraphML files.
 AbstractImageExportHandler Base class for handlers which will create a bitmap representation of the canvas content and save or upload it.
 AbstractRoundtripHandler Abstract base class for the RoundtripHandler This base class provides methods for the configuration of the GraphMLIOHandlers for input and output.
 DefaultServerAction A simple default ServerAction implementation for XML server responses that uses a ResultHandler implementation for handling the server response.
 DownloadHandler Handler for server requests that are expected to respond with a file stream which will be saved locally.
 HttpServiceFactory A Factory that creates and configures HTTPService instances that are configured for interoperability with the yFiles FLEX server API.
 ImageExportHandler A handler that will create a bitmap representation of the canvas content and upload it to the server.
 ImageSaveHandler 
 LoadHandler A Handler which loads a GraphML file.
 MapperAttribute Used to register an attribute mapper with the RoundtripHandler's mapperAttributes property.
 RoundtripEvent The RoundtripEvent is fired by the RoundtripHandler at different stages of the roundtrip process.
 RoundtripHandler The central result handler that should be used for client-server round-tripping.
 SaveHandler Handler which saves the given graph as GraphML in a file using a flash.net.FileReference.
 UploadHandler A Handler which sends a file to a server and expects a GraphML encoded graph as reponse.
 XMLResultEvent An event class that wraps an xml formatted result that was transferred from the server.