public class DelegatedSourceItemPresentation extends SourceItemPresentation
Constructor and Description |
---|
DelegatedSourceItemPresentation(TreeNodePresentation presentation) |
Modifier and Type | Method and Description |
---|---|
boolean |
canNavigateToSource() |
java.lang.String |
getPresentableName() |
java.lang.String |
getSearchName() |
java.lang.String |
getTooltipText() |
int |
getWeight() |
void |
navigateToSource() |
void |
render(PresentationData presentationData,
SimpleTextAttributes mainAttributes,
SimpleTextAttributes commentAttributes) |
public DelegatedSourceItemPresentation(TreeNodePresentation presentation)
public java.lang.String getPresentableName()
getPresentableName
in class TreeNodePresentation
public java.lang.String getSearchName()
getSearchName
in class TreeNodePresentation
public void render(PresentationData presentationData, SimpleTextAttributes mainAttributes, SimpleTextAttributes commentAttributes)
render
in class TreeNodePresentation
public java.lang.String getTooltipText()
getTooltipText
in class TreeNodePresentation
public boolean canNavigateToSource()
canNavigateToSource
in class TreeNodePresentation
public void navigateToSource()
navigateToSource
in class TreeNodePresentation
public int getWeight()
getWeight
in class TreeNodePresentation