class sun.lwawt.macosx.CPlatformWindow$14 implements java.beans.PropertyChangeListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.lwawt.macosx.CPlatformWindow$14
super_class: java.lang.Object
{
final sun.lwawt.macosx.CPlatformWindow this$0;
descriptor: Lsun/lwawt/macosx/CPlatformWindow;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final javax.swing.JRootPane val$rootpane;
descriptor: Ljavax/swing/JRootPane;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.lwawt.macosx.CPlatformWindow, javax.swing.JRootPane);
descriptor: (Lsun/lwawt/macosx/CPlatformWindow;Ljavax/swing/JRootPane;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // sun.lwawt.macosx.CPlatformWindow$14 this
0: .line 349
aload 0 /* this */
aload 1
putfield sun.lwawt.macosx.CPlatformWindow$14.this$0:Lsun/lwawt/macosx/CPlatformWindow;
aload 0 /* this */
aload 2
putfield sun.lwawt.macosx.CPlatformWindow$14.val$rootpane:Ljavax/swing/JRootPane;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // sun.lwawt.macosx.CPlatformWindow$14 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/lwawt/macosx/CPlatformWindow$14;
MethodParameters:
Name Flags
this$0 final
val$rootpane final
public void propertyChange(java.beans.PropertyChangeEvent);
descriptor: (Ljava/beans/PropertyChangeEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // sun.lwawt.macosx.CPlatformWindow$14 this
start local 1 // java.beans.PropertyChangeEvent evt
0: .line 351
getstatic sun.lwawt.macosx.CPlatformWindow.CLIENT_PROPERTY_APPLICATOR:Lcom/apple/laf/ClientPropertyApplicator;
aload 0 /* this */
getfield sun.lwawt.macosx.CPlatformWindow$14.val$rootpane:Ljavax/swing/JRootPane;
invokevirtual com.apple.laf.ClientPropertyApplicator.attachAndApplyClientProperties:(Ljavax/swing/JComponent;)V
1: .line 352
aload 0 /* this */
getfield sun.lwawt.macosx.CPlatformWindow$14.val$rootpane:Ljavax/swing/JRootPane;
ldc "ancestor"
aload 0 /* this */
invokevirtual javax.swing.JRootPane.removePropertyChangeListener:(Ljava/lang/String;Ljava/beans/PropertyChangeListener;)V
2: .line 353
return
end local 1 // java.beans.PropertyChangeEvent evt
end local 0 // sun.lwawt.macosx.CPlatformWindow$14 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/lwawt/macosx/CPlatformWindow$14;
0 3 1 evt Ljava/beans/PropertyChangeEvent;
MethodParameters:
Name Flags
evt final
}
SourceFile: "CPlatformWindow.java"
EnclosingMethod: sun.lwawt.macosx.CPlatformWindow.initialize:(Ljava/awt/Window;Lsun/lwawt/LWWindowPeer;Lsun/lwawt/PlatformWindow;)V
NestHost: sun.lwawt.macosx.CPlatformWindow
InnerClasses:
sun.lwawt.macosx.CPlatformWindow$14