Spec-Zone .ru
спецификации, руководства, описания, API
|
E
- the type of the Set
elementspublic class SimpleSetProperty<E> extends SetPropertyBase<E>
Property
wrapping an
ObservableSet
.SetPropertyBase
empty, size
Constructor and Description |
---|
SimpleSetProperty()
The constructor of
SimpleSetProperty |
SimpleSetProperty(java.lang.Object bean,
java.lang.String name)
The constructor of
SimpleSetProperty |
SimpleSetProperty(java.lang.Object bean,
java.lang.String name,
ObservableSet<E> initialValue)
The constructor of
SimpleSetProperty |
SimpleSetProperty(ObservableSet<E> initialValue)
The constructor of
SimpleSetProperty |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getBean()
Returns the
Object that contains this property. |
java.lang.String |
getName()
Returns the name of this property.
|
addListener, addListener, addListener, bind, emptyProperty, fireValueChangedEvent, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, removeListener, set, sizeProperty, toString, unbind
bindBidirectional, setValue, unbindBidirectional
bindContent, bindContentBidirectional, equals, hashCode, unbindContent, unbindContentBidirectional
add, addAll, asString, clear, contains, containsAll, getSize, getValue, isEmpty, isEqualTo, isNotEqualTo, isNotNull, isNull, iterator, remove, removeAll, retainAll, setExpression, size, toArray, toArray
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getValue
getValue
public SimpleSetProperty()
SimpleSetProperty
public SimpleSetProperty(ObservableSet<E> initialValue)
SimpleSetProperty
initialValue
- the initial value of the wrapped valuepublic SimpleSetProperty(java.lang.Object bean, java.lang.String name)
SimpleSetProperty
bean
- the bean of this SetProperty
name
- the name of this SetProperty
public SimpleSetProperty(java.lang.Object bean, java.lang.String name, ObservableSet<E> initialValue)
SimpleSetProperty
bean
- the bean of this SetProperty
name
- the name of this SetProperty
initialValue
- the initial value of the wrapped valuepublic java.lang.Object getBean()
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.Object
or null
public java.lang.String getName()
String
.String
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to