Spec-Zone .ru
спецификации, руководства, описания, API

JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Profile: common

Inherited Variables

Method Summary

public java.lang.Object get()

Returns the value of this KeyValue target.

Returns the value of this KeyValue target.

Returns
Object
value of the variable

Profile: common

 
public javafx.animation.KeyValueTarget.Type getType()

Returns the type of KeyValue target.

Returns the type of KeyValue target.

Returns
Type
variable type

Profile: common

 
public java.lang.Object getValue()

Returns the value of this KeyValue target (equivalent to get()).

Returns the value of this KeyValue target (equivalent to get()).

Returns
Object
value of the variable

Profile: common

 
public void set(java.lang.Object value)

Sets the value of the variable the KeyValue targets.

Sets the value of the variable the KeyValue targets.

Parameters
value
new value of the target variable

Profile: common

 
public void setValue(java.lang.Object o)

Sets the value of the variable the KeyValue targets (equivalent to set()).

Sets the value of the variable the KeyValue targets (equivalent to set()).

Parameters
o
new value of the target variable

Profile: common

 
public KeyValueTarget unwrap()

If the target of the KeyValue is another KeyValueTarget, return that target; otherwise, return this instance.

If the target of the KeyValue is another KeyValueTarget, return that target; otherwise, return this instance.

Returns
KeyValueTarget
o another KeyValueTarget if it is wrapped inside the instance's KeyValue otherwise, return this instance.

Profile: common

 

Inherited Functions