|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
de.cau.cs.kieler.kiml.ui.layout | Classes with generic implementations to apply layout to GMF diagrams. |
Uses of LayoutDataService in de.cau.cs.kieler.kiml |
---|
Methods in de.cau.cs.kieler.kiml with type parameters of type LayoutDataService | ||
---|---|---|
static
|
LayoutDataService.getInstanceOf(Class<? extends LayoutDataService> clas)
Returns the instance of a specific layout data service identified by its class name. |
Methods in de.cau.cs.kieler.kiml that return LayoutDataService | |
---|---|
static LayoutDataService |
LayoutDataService.getInstance()
Returns the instance of the currently used layout data service. |
Methods in de.cau.cs.kieler.kiml that return types with arguments of type LayoutDataService | |
---|---|
static Class<? extends LayoutDataService> |
LayoutDataService.getMode()
Returns the mode in which the layout data service is operating identified by the class name of the layout data service. |
static Class<? extends LayoutDataService> |
LayoutDataService.setMode(Class<? extends LayoutDataService> clas)
Sets the mode in which the layout data service is operating identified by the class name of the layout data service to be used. |
static Class<? extends LayoutDataService> |
LayoutDataService.setMode(Object object)
Sets the mode in which the layout data service is operating identified by the class name of the object which has to be an instance of a sublass of LayoutDataService . |
Methods in de.cau.cs.kieler.kiml with parameters of type LayoutDataService | |
---|---|
protected static void |
LayoutDataService.createLayoutServices(LayoutDataService subInstance)
Registers a layout data service instance created by a specific subclass and assigns it an instance of the registry. |
static void |
LayoutDataService.removeLayoutServices(LayoutDataService subInstance)
Removes a layout data service identified by its instance. |
Method parameters in de.cau.cs.kieler.kiml with type arguments of type LayoutDataService | ||
---|---|---|
static
|
LayoutDataService.getInstanceOf(Class<? extends LayoutDataService> clas)
Returns the instance of a specific layout data service identified by its class name. |
|
static void |
LayoutDataService.removeLayoutServices(Class<? extends LayoutDataService> clazz)
Removes a layout data service instance identified by its class name. |
|
static Class<? extends LayoutDataService> |
LayoutDataService.setMode(Class<? extends LayoutDataService> clas)
Sets the mode in which the layout data service is operating identified by the class name of the layout data service to be used. |
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. |
Uses of LayoutDataService in de.cau.cs.kieler.kiml.ui.layout |
---|
Subclasses of LayoutDataService in de.cau.cs.kieler.kiml.ui.layout | |
---|---|
class |
EclipseLayoutDataService
A special layout data service for use in an Eclipse instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |