public class DelegatedPackagingElementPresentation extends PackagingElementPresentation
| Constructor and Description |
|---|
DelegatedPackagingElementPresentation(TreeNodePresentation delegate) |
| 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 DelegatedPackagingElementPresentation(TreeNodePresentation delegate)
public java.lang.String getPresentableName()
getPresentableName in class TreeNodePresentationpublic java.lang.String getSearchName()
getSearchName in class TreeNodePresentationpublic void render(PresentationData presentationData, SimpleTextAttributes mainAttributes, SimpleTextAttributes commentAttributes)
render in class TreeNodePresentationpublic java.lang.String getTooltipText()
getTooltipText in class TreeNodePresentationpublic boolean canNavigateToSource()
canNavigateToSource in class TreeNodePresentationpublic void navigateToSource()
navigateToSource in class TreeNodePresentationpublic int getWeight()
getWeight in class TreeNodePresentation