| com.eviware.soapui.ui.desktop.DesktopPanel
All known Subclasses: com.eviware.soapui.ui.support.DefaultDesktopPanel, com.eviware.soapui.impl.wsdl.panels.teststeps.PropertiesStepDesktopPanel, com.eviware.soapui.ui.support.ModelItemDesktopPanel, com.eviware.soapui.impl.wsdl.panels.testsuite.WsdlTestSuiteDesktopPanel, com.eviware.soapui.impl.wsdl.panels.teststeps.TransferResponseValuesDesktopPanel, com.eviware.soapui.impl.wsdl.panels.teststeps.GroovyScriptStepDesktopPanel, com.eviware.soapui.impl.wsdl.panels.teststeps.GotoStepDesktopPanel,
TITLE_PROPERTY | final public static String TITLE_PROPERTY(Code) | | |
dependsOn | public boolean dependsOn(ModelItem modelItem)(Code) | | Checks if this desktop panel depends on the existence of the specified model item, used
for closing relevant panels.
Parameters: modelItem - |
getComponent | public JComponent getComponent()(Code) | | Gets the component used to display this desktop panel
|
getDescription | public String getDescription()(Code) | | Gets the description for this desktop panel.. may be used as tooltip, etc..
|
getIcon | public Icon getIcon()(Code) | | Returns the icon for this panel
|
getModelItem | public ModelItem getModelItem()(Code) | | Gets the model item associated with this desktop panel
|
getTitle | public String getTitle()(Code) | | Gets the title for this desktop panel
|
onClose | public boolean onClose(boolean canCancel)(Code) | | Called when a desktop panel is about to be closed, may be overriden (depending on situation) by returning
false if canCancel is set to true.
|
|
|