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