Package jetbrains.mps.util
Class Icon2IconResourceAdapter_Deprecated
- java.lang.Object
 - 
- jetbrains.mps.smodel.runtime.IconResource
 - 
- jetbrains.mps.util.Icon2IconResourceAdapter_Deprecated
 
 
 
- 
@Deprecated public class Icon2IconResourceAdapter_Deprecated extends IconResource
Deprecated.this class is for compatibility purposes and must not be used except internally. It will be removed after 3.4 
- 
- 
Constructor Summary
Constructors Constructor Description Icon2IconResourceAdapter_Deprecated(Icon icon)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.InputStreamgetResource()Deprecated.inthashCode()Deprecated.booleanisAlreadyReloaded()Deprecated.For internal use only Tmp solution until we migrate to non-static IconManager.- 
Methods inherited from class jetbrains.mps.smodel.runtime.IconResource
getProvider, getResourceId, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Icon2IconResourceAdapter_Deprecated
@Deprecated public Icon2IconResourceAdapter_Deprecated(Icon icon)
Deprecated. 
 - 
 
- 
Method Detail
- 
isAlreadyReloaded
public boolean isAlreadyReloaded()
Deprecated.Description copied from class:IconResourceFor internal use only Tmp solution until we migrate to non-static IconManager.- Overrides:
 isAlreadyReloadedin classIconResource
 
- 
getResource
public InputStream getResource()
Deprecated.- Overrides:
 getResourcein classIconResource
 
- 
equals
public boolean equals(Object o)
Deprecated.- Overrides:
 equalsin classIconResource
 
- 
hashCode
public int hashCode()
Deprecated.- Overrides:
 hashCodein classIconResource
 
 - 
 
 -