public abstract class URLSetupPanelBase
extends WizardStepPanel
Modifier and Type | Field and Description |
---|---|
protected static com.eviware.soapui.support.MessageSupport |
messages |
protected List<JComboBox<com.eviware.soapui.impl.rest.RestRequestInterface.HttpMethod>> |
methods |
protected com.eviware.soapui.impl.actions.RestServiceBuilder |
restServiceBuilder |
protected JPanel |
uriListPanel |
protected List<JTextField> |
URLs |
Constructor and Description |
---|
URLSetupPanelBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
addListener(JTextField textField) |
protected Component |
build() |
protected JButton |
createNoFrameButton() |
protected void |
createUrlField() |
String |
getStepName() |
protected boolean |
URLFieldsContainLeastOneValue() |
protected static final com.eviware.soapui.support.MessageSupport messages
protected JPanel uriListPanel
protected List<JTextField> URLs
protected com.eviware.soapui.impl.actions.RestServiceBuilder restServiceBuilder
protected Component build()
protected JButton createNoFrameButton()
public String getStepName()
protected void addListener(JTextField textField)
protected boolean URLFieldsContainLeastOneValue()
protected void createUrlField()
Copyright © 2019. All rights reserved.