public class NoopWidgetBuilder extends Object implements WidgetBuilder
WidgetBuilder that does nothing.
It's a null object.
Probably this is just a hack that appeared because of the refactor
to move up binding support for all Widget instead of just for Control's.| Modifier and Type | Field and Description |
|---|---|
static NoopWidgetBuilder |
SHARED_INSTANCE |
| Constructor and Description |
|---|
NoopWidgetBuilder() |
| Modifier and Type | Method and Description |
|---|---|
WidgetBuilder |
onPack(Action action)
Allows to configure an action that will be executed just before the default "pack" action.
|
void |
pack()
Mediante este método, se indica este builder que realice las tareas finales de la construcción.
|
public static final NoopWidgetBuilder SHARED_INSTANCE
public void pack()
WidgetBuilderWindowBuilder que es la raiz de
ese composite.pack in interface WidgetBuilderpublic WidgetBuilder onPack(Action action)
WidgetBuilderonPack in interface WidgetBuilderaction - The action to be executedCopyright © 2015 Uqbar Project. All rights reserved.