Top Inners Fields Constructors Methods
sun.awt.image

public abstract Class ImageWatched

extends Object
Class Inheritance
Known Direct Subclasses
sun.awt.image.ImageRepresentation
Imports
java.lang.ref.WeakReference, java.awt.Image, java.awt.image.ImageObserver, java.security.AccessControlContext, .AccessController, .PrivilegedAction

Nested and Inner Type Summary

Modifier and TypeClass and Description
pack-priv static class
public static class
public static class

Field Summary

Modifier and TypeField and Description
public static ImageWatched.Link
public ImageWatched.Link

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public synchronized void
public synchronized boolean
public boolean
public void
newInfo(Image img, int info, int x, int y, int w, int h)

protected abstract void
public void
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

watcherListback to summary
public ImageWatched.Link watcherList

Constructor Detail

ImageWatchedback to summary
public ImageWatched()

Method Detail

addWatcherback to summary
public synchronized void addWatcher(ImageObserver iw)
isWatcherback to summary
public synchronized boolean isWatcher(ImageObserver iw)
isWatcherListEmptyback to summary
public boolean isWatcherListEmpty()
newInfoback to summary
public void newInfo(Image img, int info, int x, int y, int w, int h)
notifyWatcherListEmptyback to summary
protected abstract void notifyWatcherListEmpty()
removeWatcherback to summary
public void removeWatcher(ImageObserver iw)
sun.awt.image back to summary

pack-priv Class ImageWatched.AccWeakReference<T>

extends WeakReference<T>
Class Inheritance

Field Summary

Modifier and TypeField and Description
private final AccessControlContext
acc

References Deprecated AccessControlContext is deprecated or references (maybe indirectly) at least one deprecated element.

Constructor Summary

AccessConstructor and Description
pack-priv

Field Detail

accback to summary
private final AccessControlContext acc

References Deprecated

AccessControlContext is deprecated or references (maybe indirectly) at least one deprecated element.

See corresponding docs for further information.

Annotations
@SuppressWarnings:removal

Constructor Detail

AccWeakReferenceback to summary
pack-priv AccWeakReference(T ref)
Annotations
@SuppressWarnings:removal