Searched defs:WeakPCL (Results 1 - 4 of 4) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DDesktopProperty.java257 private static class WeakPCL extends WeakReference<DesktopProperty> class in class:DesktopProperty
262 WeakPCL(DesktopProperty target, String key, LookAndFeel laf) { method in class:DesktopProperty.WeakPCL
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKLookAndFeel.java1462 static class WeakPCL extends WeakReference<GTKLookAndFeel> implements class in class:GTKLookAndFeel
1467 WeakPCL(GTKLookAndFeel target, Toolkit kit, String key) { method in class:GTKLookAndFeel.WeakPCL
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DJFileChooser.java1785 private static class WeakPCL implements PropertyChangeListener { class in class:JFileChooser
1788 public WeakPCL(JFileChooser jfc) { method in class:JFileChooser.WeakPCL
/openjdk9/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DProxyClient.java899 private class WeakPCL extends WeakReference<PropertyChangeListener> class in class:ProxyClient
901 WeakPCL(PropertyChangeListener referent) { method in class:ProxyClient.WeakPCL

Completed in 121 milliseconds