|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.uniba.euromath.gene.gui.WidgetInstanceProvider
public final class WidgetInstanceProvider
Provides instances of widgets intended to configure a coordinator.
| Method Summary | |
|---|---|
static WidgetInstanceProvider |
getInstance()
Returns singleton instance of the provider. |
IUserInputWidget |
getWidget(sk.baka.xml.gene.CoordinatorInfo info,
sk.baka.xml.gene.IConfigurator configurator,
Composite parent)
Returns a widget that is able to configure given coordinator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WidgetInstanceProvider getInstance()
null.
public IUserInputWidget getWidget(sk.baka.xml.gene.CoordinatorInfo info,
sk.baka.xml.gene.IConfigurator configurator,
Composite parent)
info - the coordinator to configureconfigurator - coordinator's configurator, never null.parent - place the widget here.
null if this factory is not
able to configure given coordinator.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||