|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.graphics.Resource
This class is the abstract superclass of all graphics resource objects. Resources created by the application must be disposed.
IMPORTANT: This class is intended to be subclassed only within the SWT implementation. However, it has not been marked final to allow those outside of the SWT development team to implement patched versions of the class in order to get around specific limitations in advance of when those limitations can be addressed by the team. Any class built using subclassing to access the internals of this class will likely fail to compile or run between releases and may be strongly platform specific. Subclassing should not be attempted without an intimate and detailed understanding of the workings of the hierarchy. No support is provided for user-written classes which are implemented as subclasses of this class.
dispose()
,
isDisposed()
Constructor Summary | |
Resource()
|
Method Summary | |
abstract void |
dispose()
Disposes of the operating system resources associated with this resource. |
abstract boolean |
isDisposed()
Returns true if the resource has been disposed,
and false otherwise. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Resource()
Method Detail |
public abstract void dispose()
public abstract boolean isDisposed()
true
if the resource has been disposed,
and false
otherwise.
This method gets the dispose state for the resource. When a resource has been disposed, it is an error to invoke any other method using the resource.
true
when the resource is disposed and false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |