public class sun.tools.jconsole.PlotterPanel extends sun.tools.jconsole.BorderedComponent
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.tools.jconsole.PlotterPanel
super_class: sun.tools.jconsole.BorderedComponent
{
sun.tools.jconsole.Plotter plotter;
descriptor: Lsun/tools/jconsole/Plotter;
flags: (0x0000)
public void <init>(java.lang.String, sun.tools.jconsole.Plotter$Unit, boolean);
descriptor: (Ljava/lang/String;Lsun/tools/jconsole/Plotter$Unit;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
new sun.tools.jconsole.Plotter
dup
aload 2
invokespecial sun.tools.jconsole.Plotter.<init>:(Lsun/tools/jconsole/Plotter$Unit;)V
iload 3
invokespecial sun.tools.jconsole.BorderedComponent.<init>:(Ljava/lang/String;Ljavax/swing/JComponent;Z)V
1: aload 0
aload 0
getfield sun.tools.jconsole.PlotterPanel.comp:Ljavax/swing/JComponent;
checkcast sun.tools.jconsole.Plotter
putfield sun.tools.jconsole.PlotterPanel.plotter:Lsun/tools/jconsole/Plotter;
2: aload 0
invokevirtual sun.tools.jconsole.PlotterPanel.init:()V
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/tools/jconsole/PlotterPanel;
0 4 1 labelStr Ljava/lang/String;
0 4 2 unit Lsun/tools/jconsole/Plotter$Unit;
0 4 3 collapsible Z
MethodParameters:
Name Flags
labelStr
unit
collapsible
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokespecial sun.tools.jconsole.BorderedComponent.<init>:(Ljava/lang/String;Ljavax/swing/JComponent;)V
1: aload 0
invokevirtual sun.tools.jconsole.PlotterPanel.init:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/tools/jconsole/PlotterPanel;
0 3 1 labelStr Ljava/lang/String;
MethodParameters:
Name Flags
labelStr
public sun.tools.jconsole.Plotter getPlotter();
descriptor: ()Lsun/tools/jconsole/Plotter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.jconsole.PlotterPanel.plotter:Lsun/tools/jconsole/Plotter;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/tools/jconsole/PlotterPanel;
public void setPlotter(sun.tools.jconsole.Plotter);
descriptor: (Lsun/tools/jconsole/Plotter;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield sun.tools.jconsole.PlotterPanel.plotter:Lsun/tools/jconsole/Plotter;
1: aload 0
aload 1
invokevirtual sun.tools.jconsole.PlotterPanel.setComponent:(Ljavax/swing/JComponent;)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/tools/jconsole/PlotterPanel;
0 3 1 plotter Lsun/tools/jconsole/Plotter;
MethodParameters:
Name Flags
plotter
private void init();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
invokevirtual sun.tools.jconsole.PlotterPanel.setFocusable:(Z)V
1: aload 0
new sun.tools.jconsole.PlotterPanel$1
dup
aload 0
invokespecial sun.tools.jconsole.PlotterPanel$1.<init>:(Lsun/tools/jconsole/PlotterPanel;)V
invokevirtual sun.tools.jconsole.PlotterPanel.addMouseListener:(Ljava/awt/event/MouseListener;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/tools/jconsole/PlotterPanel;
public javax.swing.JPopupMenu ();
descriptor: ()Ljavax/swing/JPopupMenu;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.tools.jconsole.PlotterPanel.getPlotter:()Lsun/tools/jconsole/Plotter;
ifnull 1
aload 0
invokevirtual sun.tools.jconsole.PlotterPanel.getPlotter:()Lsun/tools/jconsole/Plotter;
invokevirtual sun.tools.jconsole.Plotter.getComponentPopupMenu:()Ljavax/swing/JPopupMenu;
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: javax.swing.JPopupMenu
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/tools/jconsole/PlotterPanel;
public javax.accessibility.AccessibleContext getAccessibleContext();
descriptor: ()Ljavax/accessibility/AccessibleContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.tools.jconsole.PlotterPanel.accessibleContext:Ljavax/accessibility/AccessibleContext;
ifnonnull 2
1: aload 0
new sun.tools.jconsole.PlotterPanel$AccessiblePlotterPanel
dup
aload 0
invokespecial sun.tools.jconsole.PlotterPanel$AccessiblePlotterPanel.<init>:(Lsun/tools/jconsole/PlotterPanel;)V
putfield sun.tools.jconsole.PlotterPanel.accessibleContext:Ljavax/accessibility/AccessibleContext;
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.tools.jconsole.PlotterPanel.accessibleContext:Ljavax/accessibility/AccessibleContext;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/tools/jconsole/PlotterPanel;
}
SourceFile: "PlotterPanel.java"
NestMembers:
sun.tools.jconsole.PlotterPanel$1 sun.tools.jconsole.PlotterPanel$AccessiblePlotterPanel
InnerClasses:
public final Unit = sun.tools.jconsole.Plotter$Unit of sun.tools.jconsole.Plotter
sun.tools.jconsole.PlotterPanel$1
protected AccessiblePlotterPanel = sun.tools.jconsole.PlotterPanel$AccessiblePlotterPanel of sun.tools.jconsole.PlotterPanel