Searched refs:GUI_DISPOSED (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DAppContext.java191 public static final String GUI_DISPOSED = "guidisposed"; field in class:AppContext
443 changeSupport.firePropertyChange(GUI_DISPOSED, false, true);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWWindowPeer.java73 * The object is a listener for the AppContext.GUI_DISPOSED property.
742 appContext.addPropertyChangeListener(AppContext.GUI_DISPOSED, guiDisposedListener);
751 * The GuiDisposedListener class listens for the AppContext.GUI_DISPOSED property,
760 log.fine(" Assertion (newValue != true) failed for AppContext.GUI_DISPOSED ");
766 appContext.removePropertyChangeListener(AppContext.GUI_DISPOSED, this);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicLookAndFeel.java176 AppContext.GUI_DISPOSED,
210 context.removePropertyChangeListener(AppContext.GUI_DISPOSED,

Completed in 62 milliseconds