public class ModuleElementPresentation extends TreeNodePresentation
| Constructor and Description |
|---|
ModuleElementPresentation(ModulePointer modulePointer,
ArtifactEditorContext context,
ModuleElementTypeBase elementType) |
| 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, getTooltipTextpublic ModuleElementPresentation(ModulePointer modulePointer, ArtifactEditorContext context, ModuleElementTypeBase elementType)
public java.lang.String getPresentableName()
getPresentableName in class TreeNodePresentationpublic boolean canNavigateToSource()
canNavigateToSource in class TreeNodePresentationpublic void navigateToSource()
navigateToSource in class TreeNodePresentationpublic void render(PresentationData presentationData, SimpleTextAttributes mainAttributes, SimpleTextAttributes commentAttributes)
render in class TreeNodePresentationpublic int getWeight()
getWeight in class TreeNodePresentation