com.eviware.soapui.support.components
Interface JInspectorPanel

All Known Implementing Classes:
InspectorLog4JMonitor, JInspectorPanelImpl

public interface JInspectorPanel


Method Summary
 void activate(Inspector inspector)
           
<T extends Inspector>
T
addInspector(T inspector)
           
 void deactivate()
           
 javax.swing.JComponent getComponent()
           
 Inspector getCurrentInspector()
           
 int getDividerLocation()
           
 Inspector getInspector(java.lang.String inspectorId)
           
 Inspector getInspectorByTitle(java.lang.String title)
           
 java.util.List<Inspector> getInspectors()
           
 void release()
           
 void removeInspector(Inspector inspector)
           
 void setContentComponent(javax.swing.JComponent component)
           
 void setCurrentInspector(java.lang.String s)
           
 void setDefaultDividerLocation(float v)
           
 void setDividerLocation(int i)
           
 void setInspectorVisible(Inspector inspector, boolean b)
           
 void setResetDividerLocation()
           
 void setResizeWeight(double v)
           
 

Method Detail

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.