public class ProMResourceType
extends java.lang.Object
implements org.deckfour.uitopia.api.model.ResourceType
Constructor and Description |
---|
ProMResourceType(java.lang.Class<?> aType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
org.deckfour.uitopia.api.model.Author |
getTypeAuthor() |
java.lang.Class<?> |
getTypeClass() |
java.awt.Image |
getTypeIcon() |
java.lang.String |
getTypeName() |
int |
hashCode() |
boolean |
isAssignableFrom(org.deckfour.uitopia.api.model.ResourceType type) |
public org.deckfour.uitopia.api.model.Author getTypeAuthor()
getTypeAuthor
in interface org.deckfour.uitopia.api.model.ResourceType
public java.lang.Class<?> getTypeClass()
getTypeClass
in interface org.deckfour.uitopia.api.model.ResourceType
public java.awt.Image getTypeIcon()
getTypeIcon
in interface org.deckfour.uitopia.api.model.ResourceType
public java.lang.String getTypeName()
getTypeName
in interface org.deckfour.uitopia.api.model.ResourceType
public boolean isAssignableFrom(org.deckfour.uitopia.api.model.ResourceType type)
isAssignableFrom
in interface org.deckfour.uitopia.api.model.ResourceType
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object