Package jetbrains.mps.smodel.runtime
Class ConceptPresentation
- java.lang.Object
 - 
- jetbrains.mps.smodel.runtime.ConceptPresentation
 
 
- 
public final class ConceptPresentation extends Object
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHelpUrl()IconResourcegetIcon()StringgetPresentationFor(SNode node)StringgetShortDescription()booleanisDeprecated()booleanisDeprecated(SConceptFeature f) 
 - 
 
- 
- 
Method Detail
- 
getHelpUrl
public String getHelpUrl()
 
- 
getShortDescription
public String getShortDescription()
 
- 
getIcon
public IconResource getIcon()
 
- 
isDeprecated
public boolean isDeprecated()
 
- 
isDeprecated
public boolean isDeprecated(SConceptFeature f)
 
 - 
 
 -