|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itmill.toolkit.terminal.ThemeResource
public class ThemeResource
ThemeResource is a named theme dependant resource provided and
managed by a theme. The actual resource contents are dynamically resolved to
comply with the used theme by the terminal adapter. This is commonly used to
provide static images, flash, java-applets, etc for the terminals.
| Constructor Summary | |
|---|---|
ThemeResource(String resourceId)
Creates a resource. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Tests if the given object equals this Resource. |
String |
getMIMEType()
Gets the MIME type of the resource. |
String |
getResourceId()
Gets the resource id. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ThemeResource(String resourceId)
resourceId - the Id of the resource.| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectobj - the object to be tested for equality.
true if the given object equals this Icon,
false if not.Object.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()public String getResourceId()
public String getMIMEType()
Resource
getMIMEType in interface ResourceResource.getMIMEType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||