public abstract class AbstractWizardBuilder extends AbstractToolkitBuilder implements WizardBuilder
context_, objectClass_
Constructor and Description |
---|
AbstractWizardBuilder(java.lang.Class<? extends WizardBuilder> toolkitClass,
ToolkitContext tkContext) |
Modifier and Type | Method and Description |
---|---|
protected Toolkit |
build() |
getBuilderContext, getToolkit, getToolkitClass
getContext, getObject, getObjectClass, getTypeForNarrow
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildWizardDialog, buildWizardDialog
public AbstractWizardBuilder(java.lang.Class<? extends WizardBuilder> toolkitClass, ToolkitContext tkContext)
protected Toolkit build()
build
in class AbstractToolkitBuilder