|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.LayoutDataService.Registry
public final class LayoutDataService.Registry
Class used to register the layout services.
Method Summary | |
---|---|
void |
addCategory(String id,
String name)
Registers the given category. |
void |
addLayoutOption(LayoutOptionData<?> optionData)
Registers the given layout option. |
void |
addLayoutProvider(LayoutAlgorithmData providerData)
Registers the given layout provider. |
void |
addLayoutType(LayoutTypeData typeData)
Registers the given layout type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void addLayoutProvider(LayoutAlgorithmData providerData)
providerData
- data instance of the layout provider to registerpublic void addLayoutOption(LayoutOptionData<?> optionData)
optionData
- data instance of the layout option to registerpublic void addLayoutType(LayoutTypeData typeData)
typeData
- data instance of the layout type to registerpublic void addCategory(String id, String name)
id
- identifier of the categoryname
- user friendly name of the category
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |