public class ArchiveElementPresentation extends PackagingElementPresentation
| Constructor and Description |
|---|
ArchiveElementPresentation(ArchivePackagingElement element) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPresentableName() |
int |
getWeight() |
void |
render(PresentationData presentationData,
SimpleTextAttributes mainAttributes,
SimpleTextAttributes commentAttributes) |
canNavigateToSource, getSearchName, getTooltipText, navigateToSourcepublic ArchiveElementPresentation(ArchivePackagingElement element)
public java.lang.String getPresentableName()
getPresentableName in class TreeNodePresentationpublic void render(PresentationData presentationData, SimpleTextAttributes mainAttributes, SimpleTextAttributes commentAttributes)
render in class TreeNodePresentationpublic int getWeight()
getWeight in class TreeNodePresentation