public class NotImplementedHierarchyBrowser extends java.lang.Object implements HierarchyBrowser
| Constructor and Description |
|---|
NotImplementedHierarchyBrowser(PsiElement target) |
| 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.
|
public NotImplementedHierarchyBrowser(PsiElement target)
public javax.swing.JComponent getComponent()
HierarchyBrowsergetComponent in interface HierarchyBrowserpublic void setContent(Content content)
HierarchyBrowsersetContent in interface HierarchyBrowsercontent - the content in which the browser is displayed.