Package jetbrains.mps.smodel.runtime
Class IconResource
- java.lang.Object
 - 
- jetbrains.mps.smodel.runtime.IconResource
 
 
- 
- Direct Known Subclasses:
 Icon2IconResourceAdapter_Deprecated
public class IconResource extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description IconResource(String iconResId, Class resourceProvider)iconResId has the same contract as the Class.getResource(String)'s parameter 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)ClassgetProvider()InputStreamgetResource()Deprecated.StringgetResourceId()inthashCode()booleanisAlreadyReloaded()Deprecated.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
isAlreadyReloaded
@Deprecated public boolean isAlreadyReloaded()
Deprecated.For internal use only Tmp solution until we migrate to non-static IconManager. 
- 
getResource
@Deprecated public InputStream getResource()
Deprecated. 
- 
getResourceId
public String getResourceId()
 
 - 
 
 -