Spec-Zone .ru
спецификации, руководства, описания, API
|
private final class Window.SceneModel extends ReadOnlyObjectWrapper<Scene>
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.
|
protected void |
invalidated()
The method
invalidated() can be overridden to receive
invalidation notifications. |
void |
notifySceneLost() |
addListener, addListener, fireValueChangedEvent, getReadOnlyProperty, removeListener, removeListener
bind, get, isBound, set, toString, unbind
bindBidirectional, setValue, unbindBidirectional
equals, hashCode
getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getValue
getValue
protected void invalidated()
ObjectPropertyBase
invalidated()
can be overridden to receive
invalidation notifications. This is the preferred option in
Objects
defining the property, because it requires less memory.
The default implementation is empty.invalidated
in class ObjectPropertyBase<Scene>
public java.lang.Object getBean()
SimpleObjectProperty
Object
that contains this property. If this property
is not contained in an Object
, null
is returned.getBean
in interface ReadOnlyProperty<Scene>
getBean
in class SimpleObjectProperty<Scene>
Object
or null
public java.lang.String getName()
SimpleObjectProperty
String
.getName
in interface ReadOnlyProperty<Scene>
getName
in class SimpleObjectProperty<Scene>
String
public void notifySceneLost()
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to