|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.awt.impl.AwtResource<R>
R
- encapsulated resource typepublic class AwtResource<R>
A class to encapsulate any AWT resource.
Field Summary | |
---|---|
protected R |
resource
Encapsulated resource. |
Constructor Summary | |
---|---|
protected |
AwtResource(R pResource)
Creates an encapsulated instance of AwtResource with
the specified type R. |
Method Summary | |
---|---|
boolean |
equals(Object pObject)
|
R |
getResource()
Gets the original resource corresponding with this wrapper object. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected R resource
Constructor Detail |
---|
protected AwtResource(R pResource)
AwtResource
with
the specified type R.
pResource
- base resourceMethod Detail |
---|
public boolean equals(Object pObject)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public R getResource()
getResource
in interface IResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |