public class SetPropertyDecorator<E>
extends javafx.beans.property.SetProperty<E>
Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
empty |
javafx.beans.property.ReadOnlyIntegerProperty |
size |
Constructor and Description |
---|
SetPropertyDecorator(javafx.beans.property.SetProperty<E> delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E element) |
boolean |
addAll(java.util.Collection<? extends E> elements) |
void |
addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>> listener) |
void |
addListener(javafx.beans.InvalidationListener listener) |
void |
addListener(javafx.collections.SetChangeListener<? super E> listener) |
javafx.beans.binding.StringBinding |
asString() |
void |
bind(javafx.beans.value.ObservableValue<? extends javafx.collections.ObservableSet<E>> observable) |
void |
bindBidirectional(javafx.beans.property.Property<javafx.collections.ObservableSet<E>> other) |
void |
bindContent(javafx.collections.ObservableSet<E> set) |
void |
bindContentBidirectional(javafx.collections.ObservableSet<E> set) |
void |
clear() |
boolean |
contains(java.lang.Object obj) |
boolean |
containsAll(java.util.Collection<?> objects) |
javafx.beans.property.ReadOnlyBooleanProperty |
emptyProperty() |
boolean |
equals(java.lang.Object o) |
javafx.collections.ObservableSet<E> |
get() |
java.lang.Object |
getBean() |
protected javafx.beans.property.SetProperty<E> |
getDelegate() |
java.lang.String |
getName() |
int |
getSize()
Gets the value of the property size.
|
javafx.collections.ObservableSet<E> |
getValue() |
int |
hashCode() |
boolean |
isBound() |
boolean |
isEmpty()
Gets the value of the property empty.
|
javafx.beans.binding.BooleanBinding |
isEqualTo(javafx.collections.ObservableSet<?> other) |
javafx.beans.binding.BooleanBinding |
isNotEqualTo(javafx.collections.ObservableSet<?> other) |
javafx.beans.binding.BooleanBinding |
isNotNull() |
javafx.beans.binding.BooleanBinding |
isNull() |
java.util.Iterator<E> |
iterator() |
boolean |
remove(java.lang.Object obj) |
boolean |
removeAll(java.util.Collection<?> objects) |
void |
removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>> listener) |
void |
removeListener(javafx.beans.InvalidationListener listener) |
void |
removeListener(javafx.collections.SetChangeListener<? super E> listener) |
boolean |
retainAll(java.util.Collection<?> objects) |
void |
set(javafx.collections.ObservableSet<E> value) |
void |
setValue(javafx.collections.ObservableSet<E> v) |
int |
size() |
javafx.beans.property.ReadOnlyIntegerProperty |
sizeProperty() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
java.lang.String |
toString() |
void |
unbind() |
void |
unbindBidirectional(javafx.beans.property.Property<javafx.collections.ObservableSet<E>> other) |
void |
unbindContent(java.lang.Object object) |
void |
unbindContentBidirectional(java.lang.Object object) |
public SetPropertyDecorator(@Nonnull javafx.beans.property.SetProperty<E> delegate)
@Nonnull protected final javafx.beans.property.SetProperty<E> getDelegate()
public void setValue(javafx.collections.ObservableSet<E> v)
public void bindBidirectional(javafx.beans.property.Property<javafx.collections.ObservableSet<E>> other)
public void unbindBidirectional(javafx.beans.property.Property<javafx.collections.ObservableSet<E>> other)
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String toString()
toString
in class javafx.beans.property.SetProperty<E>
public void bindContentBidirectional(javafx.collections.ObservableSet<E> set)
bindContentBidirectional
in class javafx.beans.property.ReadOnlySetProperty<E>
public void unbindContentBidirectional(java.lang.Object object)
unbindContentBidirectional
in class javafx.beans.property.ReadOnlySetProperty<E>
public void bindContent(javafx.collections.ObservableSet<E> set)
bindContent
in class javafx.beans.property.ReadOnlySetProperty<E>
public void unbindContent(java.lang.Object object)
unbindContent
in class javafx.beans.property.ReadOnlySetProperty<E>
public javafx.collections.ObservableSet<E> getValue()
public int getSize()
getSize
in class javafx.beans.binding.SetExpression<E>
public javafx.beans.property.ReadOnlyIntegerProperty sizeProperty()
public javafx.beans.property.ReadOnlyBooleanProperty emptyProperty()
public javafx.beans.binding.BooleanBinding isEqualTo(javafx.collections.ObservableSet<?> other)
isEqualTo
in class javafx.beans.binding.SetExpression<E>
public javafx.beans.binding.BooleanBinding isNotEqualTo(javafx.collections.ObservableSet<?> other)
isNotEqualTo
in class javafx.beans.binding.SetExpression<E>
public javafx.beans.binding.BooleanBinding isNull()
isNull
in class javafx.beans.binding.SetExpression<E>
public javafx.beans.binding.BooleanBinding isNotNull()
isNotNull
in class javafx.beans.binding.SetExpression<E>
public javafx.beans.binding.StringBinding asString()
asString
in class javafx.beans.binding.SetExpression<E>
public int size()
public boolean isEmpty()
public boolean contains(java.lang.Object obj)
public java.util.Iterator<E> iterator()
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] array)
public boolean add(E element)
public boolean remove(java.lang.Object obj)
public boolean containsAll(java.util.Collection<?> objects)
public boolean addAll(java.util.Collection<? extends E> elements)
public boolean removeAll(java.util.Collection<?> objects)
public boolean retainAll(java.util.Collection<?> objects)
public void clear()
public javafx.collections.ObservableSet<E> get()
public void addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>> listener)
public void removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>> listener)
public void addListener(javafx.beans.InvalidationListener listener)
public void removeListener(javafx.beans.InvalidationListener listener)
public void addListener(javafx.collections.SetChangeListener<? super E> listener)
public void removeListener(javafx.collections.SetChangeListener<? super E> listener)
public java.lang.Object getBean()
public java.lang.String getName()
public void bind(javafx.beans.value.ObservableValue<? extends javafx.collections.ObservableSet<E>> observable)
public void unbind()
public boolean isBound()
public void set(javafx.collections.ObservableSet<E> value)