- setDefaultButton(JButton) - Method in class net.truelicense.swing.util.EnhancedDialog
-
Forwards the call to the root pane.
- setText(String) - Method in class net.truelicense.swing.util.EnhancedButton
-
Sets the text of the button whereby the first single occurence of the
character '&' is used to determine the next character as the
mnemonic for this button.
- setText(String) - Method in class net.truelicense.swing.util.EnhancedRadioButton
-
Sets the text of the button whereby the first single occurence of the
character '&' is used to determine the next character as the
mnemonic for this button.
- setUninstallButtonVisible(boolean) - Method in class net.truelicense.swing.LicenseManagementWizard
-
Sets the visibility of the uninstall-button.
- showModalDialog() - Method in class net.truelicense.swing.LicenseManagementWizard
-
Packs and displays the modal wizard dialog.
- showModalDialog() - Method in class net.truelicense.swing.wizard.SwingWizardController
-
Packs and displays the modal wizard dialog.
- SwingWizardController<S extends Enum<S>,V extends Component & WizardView<S>> - Class in net.truelicense.swing.wizard
-
A generic wizard which uses a
JDialog.
- SwingWizardController(Dialog) - Constructor for class net.truelicense.swing.wizard.SwingWizardController
-
Constructs a wizard controller for the given owner dialog.
- SwingWizardController(Frame) - Constructor for class net.truelicense.swing.wizard.SwingWizardController
-
Constructs a wizard controller for the given owner frame.
- SwingWizardController(EnhancedDialog) - Constructor for class net.truelicense.swing.wizard.SwingWizardController
-
Constructs a wizard controller which uses the given dialog.
- SwingWizardController.ReturnCode - Enum in net.truelicense.swing.wizard
-
Indicates which button was pressed to close the wizard dialog.