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()
HierarchyBrowser
getComponent
in interface HierarchyBrowser
public void setContent(Content content)
HierarchyBrowser
setContent
in interface HierarchyBrowser
content
- the content in which the browser is displayed.