public class HttpRequestContentView extends AbstractXmlEditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument> implements PropertyChangeListener
Modifier and Type | Field and Description |
---|---|
protected RestParamsTable |
paramsTable |
TITLE_PROPERTY
Constructor and Description |
---|
HttpRequestContentView(AbstractHttpXmlRequestDesktopPanel.HttpRequestMessageEditor httpRequestMessageEditor,
HttpRequestInterface<?> httpRequest) |
Modifier and Type | Method and Description |
---|---|
protected void |
addMediaTypeCombo(JXToolBar toolbar) |
protected void |
addPostQueryCheckBox(JXToolBar toolbar) |
protected void |
buildComponent() |
protected Component |
buildContent() |
protected RestParamsTable |
buildParamsTable() |
protected Component |
buildToolbar() |
JComponent |
getComponent() |
RestParamsTable |
getParamsTable() |
protected Object[] |
getRequestMediaTypes() |
HttpRequestInterface<?> |
getRestRequest() |
void |
propertyChange(PropertyChangeEvent evt) |
void |
release() |
boolean |
saveDocument(boolean validate) |
void |
setEditable(boolean enabled) |
activate, addLocationListener, addPropertyChangeListener, addPropertyChangeListener, deactivate, documentUpdated, fireLocationChanged, getDocument, getEditor, getEditorLocation, getPropertyChangeSupport, getTitle, getViewId, getXml, isActive, locationChanged, removeLocationListener, removePropertyChangeListener, removePropertyChangeListener, requestFocus, setDocument, setLocation, setTitle, syncUpdates, update
protected RestParamsTable paramsTable
public HttpRequestContentView(AbstractHttpXmlRequestDesktopPanel.HttpRequestMessageEditor httpRequestMessageEditor, HttpRequestInterface<?> httpRequest)
public JComponent getComponent()
getComponent
in interface EditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>
protected void buildComponent()
protected RestParamsTable buildParamsTable()
public void release()
release
in interface EditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>
release
in class AbstractXmlEditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>
public HttpRequestInterface<?> getRestRequest()
protected Component buildContent()
protected Component buildToolbar()
protected void addPostQueryCheckBox(JXToolBar toolbar)
protected void addMediaTypeCombo(JXToolBar toolbar)
protected Object[] getRequestMediaTypes()
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
propertyChange
in class AbstractXmlEditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>
public boolean saveDocument(boolean validate)
saveDocument
in interface XmlEditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>
public void setEditable(boolean enabled)
setEditable
in interface EditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>
public RestParamsTable getParamsTable()
Copyright © 2019. All Rights Reserved.