|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DesktopPanel
Behaviour for a SoapUI desktop panel
Field Summary | |
---|---|
static java.lang.String |
ICON_PROPERTY
|
static java.lang.String |
TITLE_PROPERTY
|
Method Summary | |
---|---|
boolean |
dependsOn(ModelItem modelItem)
Checks if this desktop panel depends on the existence of the specified model item, used for closing relevant panels. |
javax.swing.JComponent |
getComponent()
Gets the component used to display this desktop panel |
java.lang.String |
getDescription()
Gets the description for this desktop panel.. |
javax.swing.Icon |
getIcon()
Returns the icon for this panel |
ModelItem |
getModelItem()
Gets the model item associated with this desktop panel |
java.lang.String |
getTitle()
Gets the title for this desktop panel |
boolean |
onClose(boolean canCancel)
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. |
Methods inherited from interface com.eviware.soapui.support.PropertyChangeNotifier |
---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
Field Detail |
---|
static final java.lang.String TITLE_PROPERTY
static final java.lang.String ICON_PROPERTY
Method Detail |
---|
java.lang.String getTitle()
java.lang.String getDescription()
ModelItem getModelItem()
boolean onClose(boolean canCancel)
javax.swing.JComponent getComponent()
boolean dependsOn(ModelItem modelItem)
modelItem
- javax.swing.Icon getIcon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |