Type Params | Return Type | Name and description |
---|---|---|
|
void |
activate(Inspector 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) |