public abstract class javafx.beans.property.ReadOnlyListPropertyBase<E> extends javafx.beans.property.ReadOnlyListProperty<E>
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: javafx.beans.property.ReadOnlyListPropertyBase
super_class: javafx.beans.property.ReadOnlyListProperty
{
private com.sun.javafx.binding.ListExpressionHelper<E> helper;
descriptor: Lcom/sun/javafx/binding/ListExpressionHelper;
flags: (0x0002) ACC_PRIVATE
Signature: Lcom/sun/javafx/binding/ListExpressionHelper<TE;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial javafx.beans.property.ReadOnlyListProperty.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
public void addListener(javafx.beans.InvalidationListener);
descriptor: (Ljavafx/beans/InvalidationListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
aload 0
aload 1
invokestatic com.sun.javafx.binding.ListExpressionHelper.addListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ObservableListValue;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
0 2 1 listener Ljavafx/beans/InvalidationListener;
MethodParameters:
Name Flags
listener
public void removeListener(javafx.beans.InvalidationListener);
descriptor: (Ljavafx/beans/InvalidationListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
aload 1
invokestatic com.sun.javafx.binding.ListExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
0 2 1 listener Ljavafx/beans/InvalidationListener;
MethodParameters:
Name Flags
listener
public void addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>>);
descriptor: (Ljavafx/beans/value/ChangeListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
aload 0
aload 1
invokestatic com.sun.javafx.binding.ListExpressionHelper.addListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ObservableListValue;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
0 2 1 listener Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;
Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;)V
MethodParameters:
Name Flags
listener
public void removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableList<E>>);
descriptor: (Ljavafx/beans/value/ChangeListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
aload 1
invokestatic com.sun.javafx.binding.ListExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
0 2 1 listener Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;
Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableList<TE;>;>;)V
MethodParameters:
Name Flags
listener
public void addListener(javafx.collections.ListChangeListener<? super E>);
descriptor: (Ljavafx/collections/ListChangeListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
aload 0
aload 1
invokestatic com.sun.javafx.binding.ListExpressionHelper.addListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/beans/value/ObservableListValue;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
0 2 1 listener Ljavafx/collections/ListChangeListener<-TE;>;
Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)V
MethodParameters:
Name Flags
listener
public void removeListener(javafx.collections.ListChangeListener<? super E>);
descriptor: (Ljavafx/collections/ListChangeListener;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
aload 1
invokestatic com.sun.javafx.binding.ListExpressionHelper.removeListener:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/binding/ListExpressionHelper;
putfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
0 2 1 listener Ljavafx/collections/ListChangeListener<-TE;>;
Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)V
MethodParameters:
Name Flags
listener
protected void fireValueChangedEvent();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
invokestatic com.sun.javafx.binding.ListExpressionHelper.fireValueChangedEvent:(Lcom/sun/javafx/binding/ListExpressionHelper;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
protected void fireValueChangedEvent(javafx.collections.ListChangeListener$Change<? extends E>);
descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.beans.property.ReadOnlyListPropertyBase.helper:Lcom/sun/javafx/binding/ListExpressionHelper;
aload 1
invokestatic com.sun.javafx.binding.ListExpressionHelper.fireValueChangedEvent:(Lcom/sun/javafx/binding/ListExpressionHelper;Ljavafx/collections/ListChangeListener$Change;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/beans/property/ReadOnlyListPropertyBase<TE;>;
0 2 1 change Ljavafx/collections/ListChangeListener$Change<+TE;>;
Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
MethodParameters:
Name Flags
change
}
Signature: <E:Ljava/lang/Object;>Ljavafx/beans/property/ReadOnlyListProperty<TE;>;
SourceFile: "ReadOnlyListPropertyBase.java"
InnerClasses:
public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener