|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.view.spi.renderer.RenderingConfiguration
@Deprecated public final class RenderingConfiguration
This class allows to get a fitting LayoutHelper based on the provided Class as well as to get a
fitting RenderingResultRowFactory based on a Class.
| Method Summary | ||
|---|---|---|
static RenderingConfiguration |
getCurrent()
Deprecated. Returns the singleton instance. |
|
|
getLayoutHelper(Class<LAYOUT> layoutClazz)
Deprecated. Returns the layout helper registered for a specific Class. |
|
|
getRenderingRowFactory(Class<CONTROL> controlClazz)
Deprecated. Returns the RenderingResultRowFactory registered for a specific Class. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RenderingConfiguration getCurrent()
public <CONTROL> RenderingResultRowFactory<CONTROL> getRenderingRowFactory(Class<CONTROL> controlClazz)
RenderingResultRowFactory registered for a specific Class.
CONTROL - the type of the control, the factory is working oncontrolClazz - the class to get the RenderingResultRowFactory for
RenderingResultRowFactory or null if none is registered for the provided
Classpublic <LAYOUT> LayoutHelper<LAYOUT> getLayoutHelper(Class<LAYOUT> layoutClazz)
Class.
LAYOUT - the type of the layout, the layout helper should createlayoutClazz - the class to get the LayoutHelper for
LayoutHelper or null if none is registered for the provided Class
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||