public class XmlOutlineEditorView
extends com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>
| Modifier and Type | Class and Description |
|---|---|
class |
XmlOutlineEditorView.CollapseChildrenAction |
class |
XmlOutlineEditorView.CollapseSiblingsAction |
class |
XmlOutlineEditorView.DraggableXmlObjectTree |
class |
XmlOutlineEditorView.ExpandChildrenAction |
class |
XmlOutlineEditorView.ExpandSiblingsAction |
class |
XmlOutlineEditorView.NextSiblingAction |
class |
XmlOutlineEditorView.PreviousSiblingAction |
class |
XmlOutlineEditorView.ToChildAction |
class |
XmlOutlineEditorView.ToggleTypeColumAction |
class |
XmlOutlineEditorView.ToParentAction |
| Modifier and Type | Field and Description |
|---|---|
static String |
ENABLED_PROPERTY |
| Constructor and Description |
|---|
XmlOutlineEditorView(com.eviware.soapui.support.editor.xml.XmlEditor<com.eviware.soapui.support.editor.xml.XmlDocument> xmlEditor,
com.eviware.soapui.model.ModelItem modelItem) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
activate(com.eviware.soapui.support.editor.xml.XmlLocation location) |
protected void |
addToolbarButtons(com.eviware.soapui.support.components.JXToolBar toolbar) |
protected Component |
buildToolbar() |
protected void |
buildUI() |
protected void |
fireKeyEvent(int modifiers,
int keyCode,
char keyChar) |
JComponent |
getComponent() |
protected int |
getCurrentColumn() |
protected int |
getCurrentLine() |
com.eviware.soapui.support.editor.xml.XmlLocation |
getEditorLocation() |
protected com.eviware.soapui.model.testsuite.TestProperty |
getMessageProperty() |
com.eviware.soapui.model.ModelItem |
getModelItem() |
XmlObjectTree |
getOutlineTable() |
int |
getSelectedRow() |
XmlObjectTreeModel.XmlTreeNode |
getSelectedTreeNode() |
boolean |
isEnabled() |
boolean |
isInspectable() |
void |
locationChanged(com.eviware.soapui.support.editor.EditorLocation<com.eviware.soapui.support.editor.xml.XmlDocument> location) |
void |
release() |
boolean |
saveDocument(boolean validate) |
com.eviware.soapui.support.editor.xml.XmlLocation |
setCurrentOffset(int caretLine,
int caretColumn) |
void |
setEditable(boolean b) |
void |
setLocation(com.eviware.soapui.support.editor.EditorLocation<com.eviware.soapui.support.editor.xml.XmlDocument> location) |
void |
setXml(String xml) |
protected void |
updateXmlFromOutline(XmlObjectTreeModel.XmlTreeTableModelEvent e) |
activate, addLocationListener, addPropertyChangeListener, addPropertyChangeListener, deactivate, fireLocationChanged, getDocument, getEditor, getPropertyChangeSupport, getTitle, getViewId, getXml, isActive, isXmlChanged, propertyChange, removeLocationListener, removePropertyChangeListener, removePropertyChangeListener, requestFocus, setDocument, setTitle, syncUpdates, updatepublic static final String ENABLED_PROPERTY
public XmlOutlineEditorView(com.eviware.soapui.support.editor.xml.XmlEditor<com.eviware.soapui.support.editor.xml.XmlDocument> xmlEditor,
com.eviware.soapui.model.ModelItem modelItem)
public com.eviware.soapui.model.ModelItem getModelItem()
protected void buildUI()
protected com.eviware.soapui.model.testsuite.TestProperty getMessageProperty()
public void release()
release in interface com.eviware.soapui.support.editor.EditorView<com.eviware.soapui.support.editor.xml.XmlDocument>release in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>protected Component buildToolbar()
protected void addToolbarButtons(com.eviware.soapui.support.components.JXToolBar toolbar)
public final XmlObjectTreeModel.XmlTreeNode getSelectedTreeNode()
public XmlObjectTree getOutlineTable()
public int getSelectedRow()
protected int getCurrentLine()
public com.eviware.soapui.support.editor.xml.XmlLocation setCurrentOffset(int caretLine,
int caretColumn)
public boolean activate(com.eviware.soapui.support.editor.xml.XmlLocation location)
public JComponent getComponent()
protected int getCurrentColumn()
public com.eviware.soapui.support.editor.xml.XmlLocation getEditorLocation()
getEditorLocation in interface com.eviware.soapui.support.editor.EditorView<com.eviware.soapui.support.editor.xml.XmlDocument>getEditorLocation in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public void setXml(String xml)
setXml in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public void setEditable(boolean b)
public void locationChanged(com.eviware.soapui.support.editor.EditorLocation<com.eviware.soapui.support.editor.xml.XmlDocument> location)
locationChanged in interface com.eviware.soapui.support.editor.EditorLocationListener<com.eviware.soapui.support.editor.xml.XmlDocument>locationChanged in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public void setLocation(com.eviware.soapui.support.editor.EditorLocation<com.eviware.soapui.support.editor.xml.XmlDocument> location)
setLocation in interface com.eviware.soapui.support.editor.EditorView<com.eviware.soapui.support.editor.xml.XmlDocument>setLocation in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public boolean isInspectable()
public boolean saveDocument(boolean validate)
protected void updateXmlFromOutline(XmlObjectTreeModel.XmlTreeTableModelEvent e)
protected void fireKeyEvent(int modifiers,
int keyCode,
char keyChar)
public boolean isEnabled()
Copyright © 2013. All Rights Reserved.