public class JavaLambdaTreeElement extends JavaClassTreeElementBase<PsiLambdaExpression>
Modifier and Type | Field and Description |
---|---|
static JavaLambdaTreeElement[] |
EMPTY_ARRAY |
myLocation
DEFAULT_LOCATION_PREFIX, DEFAULT_LOCATION_SUFFIX
Constructor and Description |
---|
JavaLambdaTreeElement(PsiLambdaExpression lambdaExpression) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<StructureViewTreeElement> |
getChildrenBase() |
javax.swing.Icon |
getIcon(boolean open)
Returns the icon representing the object.
|
java.lang.String |
getLocationString()
Returns the location of the object (for example, the package of a class).
|
java.lang.String |
getPresentableText()
Returns the name of the object to be presented in most renderers across the program.
|
boolean |
isPublic() |
boolean |
isSearchInLocationString() |
java.lang.String |
toString() |
equals, getAccessLevel, getLocationPrefix, getLocationSuffix, getSubLevel, getTextAttributesKey, isInherited
canNavigate, canNavigateToSource, getChildren, getChildrenWithoutCustomRegions, getElement, getKey, getPresentation, getValue, hashCode, isValid, mergeWithExtensions, navigate
public static final JavaLambdaTreeElement[] EMPTY_ARRAY
public JavaLambdaTreeElement(PsiLambdaExpression lambdaExpression)
public boolean isPublic()
isPublic
in class JavaClassTreeElementBase<PsiLambdaExpression>
public java.lang.String getPresentableText()
ItemPresentation
public boolean isSearchInLocationString()
isSearchInLocationString
in class PsiTreeElementBase<PsiLambdaExpression>
public java.lang.String getLocationString()
ItemPresentation
getLocationString
in interface ItemPresentation
getLocationString
in class JavaClassTreeElementBase<PsiLambdaExpression>
public java.lang.String toString()
toString
in class PsiTreeElementBase<PsiLambdaExpression>
public java.util.Collection<StructureViewTreeElement> getChildrenBase()
getChildrenBase
in class PsiTreeElementBase<PsiLambdaExpression>
public javax.swing.Icon getIcon(boolean open)
ItemPresentation
getIcon
in interface ItemPresentation
getIcon
in class PsiTreeElementBase<PsiLambdaExpression>
open
- Used to mean if open/close icons for tree renderer. No longer in use. The parameter is only there for API compatibility reason.