public interface HierarchyBrowser
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getComponent()
Returns the UI component to be displayed in the toolwindow.
|
void |
setContent(Content content)
Notifies the browser that it's being displayed in the specified content.
|
javax.swing.JComponent getComponent()
void setContent(Content content)
content - the content in which the browser is displayed.