public abstract class AbstractQuickStartAction extends javax.swing.AbstractAction
Base class for actions that will display an initial dialog followed by a wizard.
Fields inherited from class | Fields |
---|---|
class javax.swing.AbstractAction |
DEFAULT, NAME, SHORT_DESCRIPTION, LONG_DESCRIPTION, SMALL_ICON, ACTION_COMMAND_KEY, ACCELERATOR_KEY, MNEMONIC_KEY, SELECTED_KEY, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY |
Constructor and description |
---|
AbstractQuickStartAction
(java.lang.String caption, java.lang.String iconPath) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
actionPerformed(java.awt.event.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. |
|
public abstract WizardDialog |
getWizardDialog(java.lang.String selectedOption) |
Methods inherited from class | Name |
---|---|
class javax.swing.AbstractAction |
javax.swing.AbstractAction#getPropertyChangeListeners(), javax.swing.AbstractAction#removePropertyChangeListener(java.beans.PropertyChangeListener), javax.swing.AbstractAction#getValue(java.lang.String), javax.swing.AbstractAction#getKeys(), javax.swing.AbstractAction#putValue(java.lang.String, java.lang.Object), javax.swing.AbstractAction#isEnabled(), javax.swing.AbstractAction#setEnabled(boolean), javax.swing.AbstractAction#addPropertyChangeListener(java.beans.PropertyChangeListener), javax.swing.AbstractAction#wait(long, int), javax.swing.AbstractAction#wait(), javax.swing.AbstractAction#wait(long), javax.swing.AbstractAction#equals(java.lang.Object), javax.swing.AbstractAction#toString(), javax.swing.AbstractAction#hashCode(), javax.swing.AbstractAction#getClass(), javax.swing.AbstractAction#notify(), javax.swing.AbstractAction#notifyAll(), javax.swing.AbstractAction#accept(java.lang.Object), javax.swing.AbstractAction#actionPerformed(java.awt.event.ActionEvent) |
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.
ReadyAPI functional (soapui-pro) SDK 3.56.0