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

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

expand all

Profile: desktop, common

Overview

A run-time represention of a JavaFX member of a class. Corresponds to java.lang.reflect.Member, and com.sun.jdi.TypeComponent, respectively.

Profile: desktop

Inherited Variables

Method Summary

public FXClassType getDeclaringClass()
Returns
FXClassType
 
public java.lang.String getName()
Returns
String
 
public boolean isPackage()

The member was specified to have package access.

The member was specified to have package access. For a member of a Java class, returns true if the member has default (blank) access.

Returns
boolean
 
public boolean isProtected()

The member was specified to have protected access.

The member was specified to have protected access.

Returns
boolean
 
public boolean isPublic()

The member was specified to have public access.

The member was specified to have public access.

Returns
boolean
 
public boolean isStatic()
Returns
boolean
 

Inherited Functions