class com.apple.laf.AquaTextFieldSearch$SearchFieldBorder extends com.apple.laf.AquaTextFieldBorder implements com.apple.laf.AquaUtils$JComponentPainter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.apple.laf.AquaTextFieldSearch$SearchFieldBorder
super_class: com.apple.laf.AquaTextFieldBorder
{
protected boolean reallyPaintBorder;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
protected boolean doingLayout;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=1, args_size=1
start local 0 0: aload 0
new com.apple.laf.AquaUtilControlSize$SizeDescriptor
dup
new com.apple.laf.AquaUtilControlSize$SizeVariant
dup
invokespecial com.apple.laf.AquaUtilControlSize$SizeVariant.<init>:()V
bipush 6
bipush 31
bipush 6
bipush 24
invokevirtual com.apple.laf.AquaUtilControlSize$SizeVariant.alterMargins:(IIII)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
iconst_3
iconst_3
iconst_3
iconst_3
invokevirtual com.apple.laf.AquaUtilControlSize$SizeVariant.alterInsets:(IIII)Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
invokespecial com.apple.laf.AquaUtilControlSize$SizeDescriptor.<init>:(Lcom/apple/laf/AquaUtilControlSize$SizeVariant;)V
invokespecial com.apple.laf.AquaTextFieldBorder.<init>:(Lcom/apple/laf/AquaUtilControlSize$SizeDescriptor;)V
1: aload 0
getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.painter:Lcom/apple/laf/AquaPainter;
getfield com.apple.laf.AquaPainter.state:Lapple/laf/JRSUIState;
getstatic apple.laf.JRSUIConstants$Widget.FRAME_TEXT_FIELD_ROUND:Lapple/laf/JRSUIConstants$Widget;
invokevirtual apple.laf.JRSUIState.set:(Lapple/laf/JRSUIConstants$Property;)V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
public void <init>(com.apple.laf.AquaTextFieldSearch$SearchFieldBorder);
descriptor: (Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.apple.laf.AquaTextFieldBorder.<init>:(Lcom/apple/laf/AquaTextFieldBorder;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
0 2 1 other Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
MethodParameters:
Name Flags
other final
public void paint(javax.swing.JComponent, java.awt.Graphics, int, int, int, int);
descriptor: (Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
iconst_1
putfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.reallyPaintBorder:Z
1: aload 0
aload 1
aload 2
iload 3
iload 4
iload 5
iload 6
invokevirtual com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
2: aload 0
iconst_0
putfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.reallyPaintBorder:Z
3: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
0 4 1 c Ljavax/swing/JComponent;
0 4 2 g Ljava/awt/Graphics;
0 4 3 x I
0 4 4 y I
0 4 5 w I
0 4 6 h I
MethodParameters:
Name Flags
c final
g final
x final
y final
w final
h final
public void paintBorder(java.awt.Component, java.awt.Graphics, int, int, int, int);
descriptor: (Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.reallyPaintBorder:Z
ifne 1
return
1: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
iload 3
iload 4
iload 6
iconst_2
irem
isub
iload 5
iload 6
invokespecial com.apple.laf.AquaTextFieldBorder.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V
2: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
0 3 1 c Ljava/awt/Component;
0 3 2 g Ljava/awt/Graphics;
0 3 3 x I
0 3 4 y I
0 3 5 width I
0 3 6 height I
MethodParameters:
Name Flags
c final
g final
x final
y final
width final
height final
public java.awt.Insets getBorderInsets(java.awt.Component);
descriptor: (Ljava/awt/Component;)Ljava/awt/Insets;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.doingLayout:Z
ifeq 1
new java.awt.Insets
dup
iconst_0
iconst_0
iconst_0
iconst_0
invokespecial java.awt.Insets.<init>:(IIII)V
areturn
1: StackMap locals:
StackMap stack:
aload 1
checkcast javax.swing.text.JTextComponent
invokestatic com.apple.laf.AquaTextFieldSearch.hasPopupMenu:(Ljavax/swing/text/JTextComponent;)Z
ifne 3
2: new java.awt.Insets
dup
aload 0
getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
getfield java.awt.Insets.top:I
aload 0
getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
getfield java.awt.Insets.left:I
bipush 7
isub
aload 0
getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
getfield java.awt.Insets.bottom:I
aload 0
getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
getfield java.awt.Insets.right:I
invokespecial java.awt.Insets.<init>:(IIII)V
areturn
3: StackMap locals:
StackMap stack:
aload 0
getfield com.apple.laf.AquaTextFieldSearch$SearchFieldBorder.sizeVariant:Lcom/apple/laf/AquaUtilControlSize$SizeVariant;
getfield com.apple.laf.AquaUtilControlSize$SizeVariant.margins:Ljava/awt/Insets;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
0 4 1 c Ljava/awt/Component;
MethodParameters:
Name Flags
c final
protected java.awt.LayoutManager getCustomLayout();
descriptor: ()Ljava/awt/LayoutManager;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=1, args_size=1
start local 0 0: new com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1
dup
aload 0
iconst_0
iconst_0
invokespecial com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1.<init>:(Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;II)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaTextFieldSearch$SearchFieldBorder;
}
SourceFile: "AquaTextFieldSearch.java"
NestHost: com.apple.laf.AquaTextFieldSearch
InnerClasses:
public Widget = apple.laf.JRSUIConstants$Widget of apple.laf.JRSUIConstants
SearchFieldBorder = com.apple.laf.AquaTextFieldSearch$SearchFieldBorder of com.apple.laf.AquaTextFieldSearch
com.apple.laf.AquaTextFieldSearch$SearchFieldBorder$1
public SizeDescriptor = com.apple.laf.AquaUtilControlSize$SizeDescriptor of com.apple.laf.AquaUtilControlSize
public SizeVariant = com.apple.laf.AquaUtilControlSize$SizeVariant of com.apple.laf.AquaUtilControlSize
abstract JComponentPainter = com.apple.laf.AquaUtils$JComponentPainter of com.apple.laf.AquaUtils
Property = apple.laf.JRSUIConstants$Property of apple.laf.JRSUIConstants