Package | Description |
---|---|
org.deidentifier.arx.gui.view.impl.wizard |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.swt.widgets.Button |
ARXWizardDialog.getButton(ARXWizardDialog.ARXWizardButton button)
Returns the button created for the given specification.
|
protected org.eclipse.swt.widgets.Button |
ARXWizard.getButton(ARXWizardDialog.ARXWizardButton button)
Returns the button created for the given specification.
|
protected void |
ARXWizard.setButtons(ARXWizardDialog.ARXWizardButton... buttons)
Sets the buttons.
|
Constructor and Description |
---|
ARXWizardDialog(org.eclipse.swt.widgets.Shell parentShell,
org.eclipse.jface.wizard.IWizard newWizard,
java.util.List<ARXWizardDialog.ARXWizardButton> buttons)
Creates a new instance.
|