public abstract class ModelItemFormEditorModel<T extends com.eviware.soapui.model.ModelItem> extends Object implements FormEditorModel
| Modifier | Constructor and Description |
|---|---|
protected |
ModelItemFormEditorModel(T modelItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFormEditorModelListener(FormEditorModelListener listener) |
void |
addToolbarAction(Action action) |
void |
fireModelChanged() |
void |
fireParticleChanged(FormEditorParticle particle) |
Action |
getDefaultAction() |
String |
getDescription() |
T |
getModelItem() |
String |
getName() |
com.eviware.soapui.model.settings.Settings |
getSettings() |
com.eviware.soapui.support.action.swing.ActionList |
getToolbarActions() |
void |
release() |
void |
removeFormEditorModelListener(FormEditorModelListener listener) |
void |
setDefaultAction(Action defaultAction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttachmentContainer, getRootParticle, getXml, setXmlprotected ModelItemFormEditorModel(T modelItem)
public Action getDefaultAction()
getDefaultAction in interface FormEditorModelpublic String getDescription()
getDescription in interface FormEditorModelpublic T getModelItem()
getModelItem in interface FormEditorModelpublic String getName()
getName in interface FormEditorModelpublic com.eviware.soapui.model.settings.Settings getSettings()
getSettings in interface FormEditorModelpublic com.eviware.soapui.support.action.swing.ActionList getToolbarActions()
getToolbarActions in interface FormEditorModelpublic void release()
release in interface FormEditorModelpublic void setDefaultAction(Action defaultAction)
public void addToolbarAction(Action action)
public void addFormEditorModelListener(FormEditorModelListener listener)
addFormEditorModelListener in interface FormEditorModelpublic void removeFormEditorModelListener(FormEditorModelListener listener)
removeFormEditorModelListener in interface FormEditorModelpublic void fireParticleChanged(FormEditorParticle particle)
public void fireModelChanged()
Copyright © 2013. All Rights Reserved.