Uses of Class
de.cau.cs.kieler.kiml.LayoutDataService

Packages that use LayoutDataService
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.service Layout service classes that are used both in the client UI and in server applications. 
de.cau.cs.kieler.kiml.ui.service Layout service extensions for the Eclipse UI. 
de.cau.cs.kieler.kwebs Central classes needed on server and client side of the layout service. 
de.cau.cs.kieler.kwebs.client.layout XXX 
 

Uses of LayoutDataService in de.cau.cs.kieler.kiml
 

Methods in de.cau.cs.kieler.kiml with type parameters of type LayoutDataService
static
<T extends LayoutDataService>
T
LayoutDataService.getInstanceOf(String type)
          Returns the instance of a layout data service specified by it's fully qualified class name.
 

Methods in de.cau.cs.kieler.kiml that return LayoutDataService
static LayoutDataService LayoutDataService.getInstance()
          Returns the layout data service instance belonging to the currently selected mode.
 

Methods in de.cau.cs.kieler.kiml with parameters of type LayoutDataService
protected static void LayoutDataService.addService(LayoutDataService subInstance)
          Registers a layout data service instance created by a specific subclass and assigns it an instance of the registry.
static void LayoutDataService.removeService(LayoutDataService subInstance)
          Removes a layout data service instance.
 

Uses of LayoutDataService in de.cau.cs.kieler.kiml.service
 

Subclasses of LayoutDataService in de.cau.cs.kieler.kiml.service
 class ExtensionLayoutDataService
          A layout data service that reads its content from the Eclipse extension registry.
 class ProgrammaticLayoutDataService
          A Layout data service that knows about the options defined vie extension and programmatic options.
 

Uses of LayoutDataService in de.cau.cs.kieler.kiml.ui.service
 

Subclasses of LayoutDataService in de.cau.cs.kieler.kiml.ui.service
 class EclipseLayoutDataService
          A special layout data service for use in an Eclipse instance.
 

Uses of LayoutDataService in de.cau.cs.kieler.kwebs
 

Subclasses of LayoutDataService in de.cau.cs.kieler.kwebs
 class ServiceDataLayoutDataService
          This class provides the ability to initialize the local layout meta data of KIELER from the serial notation in XMI of a layout services meta data model.
 

Uses of LayoutDataService in de.cau.cs.kieler.kwebs.client.layout
 

Subclasses of LayoutDataService in de.cau.cs.kieler.kwebs.client.layout
 class RemoteLayoutDataService
          This class is designed for retrieving the layout capabilities of a remote layout provider and make it available in the KIELER framework so the user can annotate his model only with the server side available options.