public abstract class AbstractQuickStartAction extends AbstractAction
changeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
AbstractQuickStartAction(String caption,
String iconPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e)
Template method that handles the common flow for showing the initial dialog and then the wizard
and allowing the user to go back to the initial dialog.
|
protected abstract QuickStartDialog |
getQuickStartDialog() |
abstract WizardDialog |
getWizardDialog(String selectedOption) |
protected abstract void |
sendAnalytics() |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic void actionPerformed(ActionEvent e)
protected abstract void sendAnalytics()
protected abstract QuickStartDialog getQuickStartDialog()
public abstract WizardDialog getWizardDialog(String selectedOption)
Copyright © 2019. All rights reserved.