com.eviware.soapui.support.components
Interface JInspectorPanel
- All Known Implementing Classes:
- InspectorLog4JMonitor, JInspectorPanelImpl
public interface JInspectorPanel
addInspector
<T extends Inspector> T addInspector(T inspector)
getComponent
javax.swing.JComponent getComponent()
setDefaultDividerLocation
void setDefaultDividerLocation(float v)
activate
void activate(Inspector inspector)
setCurrentInspector
void setCurrentInspector(java.lang.String s)
setDividerLocation
void setDividerLocation(int i)
setResizeWeight
void setResizeWeight(double v)
getInspectors
java.util.List<Inspector> getInspectors()
getCurrentInspector
Inspector getCurrentInspector()
getInspectorByTitle
Inspector getInspectorByTitle(java.lang.String title)
deactivate
void deactivate()
removeInspector
void removeInspector(Inspector inspector)
setContentComponent
void setContentComponent(javax.swing.JComponent component)
getDividerLocation
int getDividerLocation()
getInspector
Inspector getInspector(java.lang.String inspectorId)
setInspectorVisible
void setInspectorVisible(Inspector inspector,
boolean b)
setResetDividerLocation
void setResetDividerLocation()
release
void release()
Copyright © 2005-2009 eviware.com. All Rights Reserved.