public interface JInspectorPanel
Modifier and Type | Method and Description |
---|---|
void |
activate(Inspector inspector) |
<T extends Inspector> |
addInspector(T inspector) |
void |
deactivate() |
JComponent |
getComponent() |
Inspector |
getCurrentInspector() |
int |
getDividerLocation() |
Inspector |
getInspector(String inspectorId) |
Inspector |
getInspectorByTitle(String title) |
List<Inspector> |
getInspectors() |
void |
release() |
void |
removeInspector(Inspector inspector) |
void |
setContentComponent(JComponent component) |
void |
setCurrentInspector(String s) |
void |
setDefaultDividerLocation(float v) |
void |
setDividerLocation(int i) |
void |
setInspectorVisible(Inspector inspector,
boolean b) |
void |
setResetDividerLocation() |
void |
setResizeWeight(double v) |
<T extends Inspector> T addInspector(T inspector)
JComponent getComponent()
void setDefaultDividerLocation(float v)
void activate(Inspector inspector)
void setCurrentInspector(String s)
void setDividerLocation(int i)
void setResizeWeight(double v)
Inspector getCurrentInspector()
void deactivate()
void removeInspector(Inspector inspector)
void setContentComponent(JComponent component)
int getDividerLocation()
void setInspectorVisible(Inspector inspector, boolean b)
void setResetDividerLocation()
void release()
Copyright © 2019. All Rights Reserved.