public class RequestHintComponent extends Object implements HintComponent, ItemListener
| Modifier and Type | Field and Description |
|---|---|
protected Color |
BACKGROUND_COLOR |
| Constructor and Description |
|---|
RequestHintComponent(com.eviware.soapui.model.ModelItem modelItem) |
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
buildActionComponent() |
void |
closeHint() |
JComponent |
getComponent() |
protected com.eviware.soapui.model.ModelItem |
getModelItem() |
void |
itemStateChanged(ItemEvent e) |
void |
showHint(ProFeatureHint hint,
com.eviware.soapui.impl.support.AbstractHttpRequest... requests) |
protected final Color BACKGROUND_COLOR
public RequestHintComponent(com.eviware.soapui.model.ModelItem modelItem)
protected com.eviware.soapui.model.ModelItem getModelItem()
public void showHint(ProFeatureHint hint, com.eviware.soapui.impl.support.AbstractHttpRequest... requests)
showHint in interface HintComponentpublic void closeHint()
closeHint in interface HintComponentprotected JComponent buildActionComponent()
public JComponent getComponent()
public void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListenerCopyright © 2019. All rights reserved.