|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.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(CoordinatorInfo info,
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(CoordinatorInfo info, 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 |