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

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

Profile: desktop, common

Overview

A handle/proxy for an Integer value

Profile: desktop

Inherited Variables

Constructor Summary

public FXIntegerValue(int value, javafx.reflect.FXType type)
Parameters
value
type
Returns
 

Method Summary

public java.lang.Object asObject()
Returns
Object
 
public FXType getType()
Returns
FXType
 
public java.lang.String getValueString()
Returns
String
 
public int intValue()
Returns
int
 
public boolean isNull()
Returns
boolean
 
public java.lang.String toString()
Returns
String
 

Inherited Functions