| Modifier and Type | Method and Description | 
|---|---|
| ActionList | BaseMockResult. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ActionList | AbstractToolsAction. buildDefaultActions(String helpUrl,
                   T modelItem) | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | SimpleDialog. buildActions(String url,
            boolean okAndCancel) | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | LoadTestLogMessageEntry. getActions() | 
| ActionList | LoadTestLogErrorEntry. getActions() | 
| ActionList | LoadTestLogEntry. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | WsdlMockResult. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | AddAssertionPanel. buildActions(String url,
            boolean okAndCancel) | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | WsdlTestCase. getCreateActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | WsdlTestStepResult. getActions() | 
| ActionList | WsdlTestRequestStepResult. getActions() | 
| ActionList | WsdlSingleMessageExchangeTestStepResult. getActions() | 
| ActionList | RestRequestStepResult. getActions() | 
| ActionList | PropertyTransfersTestStep.PropertyTransferResult. getActions() | 
| ActionList | JdbcTestStepResult. getActions() | 
| ActionList | AMFTestStepResult. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | ModelImplementation. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | MockResult. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | TestStepResult. getActions()Returns a list of actions that can be applied to this result | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | SoapUITreeNode. getActions() | 
| ActionList | AbstractTreeNode. getActions() | 
| ActionList | AbstractModelItemTreeNode. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | TestCaseTreeNode.TestStepsTreeNode. getActions() | 
| ActionList | TestCaseTreeNode.LoadTestsTreeNode. getActions() | 
| ActionList | TestCaseTreeNode.SecurityTestsTreeNode. getActions() | 
| ActionList | PropertyTreeNode. getActions() | 
| ActionList | PropertiesTreeNode. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | SecurityTestStepResult. getActions()Returns a list of actions that can be applied to this result | 
| ActionList | SecurityScanResult. getActions()Returns a list of actions that can be applied to this result | 
| ActionList | SecurityScanRequestResult. getActions()Returns a list of actions that can be applied to this result | 
| ActionList | SecurityResult. getActions()Returns a list of actions that can be applied to this result | 
| Modifier and Type | Method and Description | 
|---|---|
| static JButtonBar | UISupport. initDialogActions(ActionList actions,
                 JDialog dialog) | 
| static JButtonBar | UISupport. initFrameActions(ActionList actions,
                JFrame frame) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultActionListDefault ActionList implementation | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends ModelItem> | ActionListBuilder. buildActions(String actionGroup,
            T modelItem) | 
| static <T extends ModelItem> | ActionListBuilder. buildActions(T modelItem)Builds default ActionList for specified ModelItem | 
| static <T extends ModelItem> | ActionListBuilder. buildActions(T modelItem,
            String suffix)Creates an ActionList for the specified modelItem | 
| static ActionList | ActionListBuilder. buildMultiActions(ModelItem[] modelItems) | 
| ActionList | ActionSupport.ActionListAction. getActionList() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultActionList. addActions(ActionList defaultActions) | 
| void | ActionList. addActions(ActionList defaultActions) | 
| static void | ActionSupport. addActions(ActionList actionList,
          com.jgoodies.forms.builder.ButtonBarBuilder builder) | 
| static JMenu | ActionSupport. addActions(ActionList actions,
          JMenu menu) | 
| static JPopupMenu | ActionSupport. addActions(ActionList actions,
          JPopupMenu popup) | 
| static void | ActionSupport. addActions(ActionList actionList,
          JXToolBar toolbar) | 
| protected static <T extends ModelItem> | ActionListBuilder. addActions(T modelItem,
          ActionList actions,
          SoapUIActionGroup<T> actionGroup)Adds the specified ActionMappings to the specified ActionList for the
 specified modelItem | 
| protected static void | ActionListBuilder. addMultiActions(ModelItem[] modelItems,
               ActionList actions,
               SoapUIActionGroup actionGroup)Adds the specified ActionMappings to the specified ActionList for the
 specified modelItem | 
| static JMenu | ActionSupport. buildMenu(ActionList actions) | 
| static JPopupMenu | ActionSupport. buildPopup(ActionList actions) | 
| static JPopupMenu | ActionSupport. insertActions(ActionList actions,
             JPopupMenu popup,
             int index) | 
| Constructor and Description | 
|---|
| ActionListAction(ActionList actionList) | 
| JXSoapUIActionListToolBar(ActionList actions,
                         ModelItem modelItem) | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | SwingConfigurationDialogImpl. getActions() | 
| ActionList | ConfigurationDialog. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JButtonBar. addActions(ActionList actions) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static ActionList | MenuBuilderHelper. buildActionsForActionGroup(String actionGroup) | 
| protected ActionList | ModelItemListMouseListener. getActionsForRow(JList list,
                int row) | 
| protected abstract ActionList | AbstractListMouseListener. getActionsForRow(JList list,
                int row) | 
| protected abstract ActionList | AbstractTableMouseListener. getActionsForRow(JTable table,
                int row) | 
| protected ActionList | AbstractModelItemTableMouseListener. getActionsForRow(JTable table,
                int row) | 
| protected ActionList | AbstractListMouseListener. getDefaultActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | SoapUIDesktop. getActions() | 
| ActionList | NullDesktop. getActions() | 
| ActionList | AbstractSoapUIDesktop. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | StandaloneDesktop. getActions() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ActionList | XFormDialogBuilder. buildHelpActions(String url) | 
| abstract ActionList | XFormDialogBuilder. buildOkCancelActions() | 
| abstract ActionList | XFormDialogBuilder. buildOkCancelHelpActions(String url) | 
| ActionList | XFormDialog. getActionsList() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract XFormDialog | XFormDialogBuilder. buildDialog(ActionList actions,
           String description,
           ImageIcon icon) | 
| Modifier and Type | Method and Description | 
|---|---|
| static XFormDialog | ADialogBuilder. buildDialog(Class<? extends Object> formClass,
           ActionList actions) | 
| static XFormDialog | ADialogBuilder. buildDialog(Class<? extends Object> formClass,
           ActionList actions,
           boolean useDefaultOkCancel)Allow to use custom Ok, Cancel buttons... | 
| static XFormDialog | ADialogBuilder. buildDialog(Class<? extends Object> formClass,
           ActionList actions,
           com.jgoodies.forms.layout.FormLayout layout) | 
| static XFormDialog | ADialogBuilder. buildTabbedDialog(Class<? extends Object> tabbedFormClass,
                 ActionList actions) | 
| static XFormDialog | ADialogBuilder. buildTabbedDialogWithCustomActions(Class<? extends Object> tabbedFormClass,
                                  ActionList actions) | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionList | SwingXFormDialogBuilder. buildHelpActions(String url) | 
| ActionList | SwingXFormDialogBuilder. buildOkCancelActions() | 
| ActionList | SwingXFormDialogBuilder. buildOkCancelHelpActions(String url) | 
| ActionList | JWizardDialogBuilder. buildprevNextCancelActions() | 
| ActionList | SwingXFormDialog. getActionsList() | 
| ActionList | JFormDialog. getActionsList() | 
| Modifier and Type | Method and Description | 
|---|---|
| XFormDialog | SwingXFormDialogBuilder. buildDialog(ActionList actions,
           String description,
           ImageIcon icon) | 
| Constructor and Description | 
|---|
| JFormDialog(String name,
           SwingXFormImpl form,
           ActionList actions,
           String description,
           ImageIcon icon) | 
| JTabbedFormDialog(String name,
                 XForm[] forms,
                 ActionList actions,
                 String description,
                 ImageIcon icon) | 
Copyright © 2019. All Rights Reserved.