public final class WizardUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
setCustomButtonText(org.openide.WizardDescriptor wizard,
Object option,
String text)
Setter for the button texts of a wizard.
|
public static void setCustomButtonText(org.openide.WizardDescriptor wizard,
Object option,
String text)
WizardDescriptor.FINISH_OPTIONNotifyDescriptor.CANCEL_OPTIONWizardDescriptor.PREVIOUS_OPTIONWizardDescriptor.NEXT_OPTIONMnemonics.setLocalizedText(javax.swing.AbstractButton, java.lang.String).wizard - the wizard instance that shall be affected by the changeoption - the button type whose text shall be settext - the text for the buttonIllegalStateException - if any error occurs during text changeMnemonics.setLocalizedText(javax.swing.AbstractButton, java.lang.String)Copyright © 2012–2026 cismet GmbH. All rights reserved.