|
Spec-Zone .ru
спецификации, руководства, описания, API
|
private abstract class FXMLLoader.Element
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.LinkedList<FXMLLoader.Attribute> |
eventHandlerAttributes |
java.util.LinkedList<FXMLLoader.Attribute> |
instancePropertyAttributes |
FXMLLoader.Element |
parent |
java.util.LinkedList<FXMLLoader.Attribute> |
staticPropertyAttributes |
java.util.LinkedList<FXMLLoader.PropertyElement> |
staticPropertyElements |
java.lang.Object |
value |
| Constructor and Description |
|---|
FXMLLoader.Element() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyProperty(java.lang.String name,
java.lang.Class<?> sourceType,
java.lang.Object value) |
com.sun.javafx.fxml.BeanAdapter |
getBeanAdapter() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
void |
processAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String value) |
void |
processCharacters() |
void |
processEndElement() |
void |
processEventHandlerAttributes() |
void |
processPropertyAttribute(FXMLLoader.Attribute attribute) |
void |
processStartElement() |
void |
updateValue(java.lang.Object value) |
public final FXMLLoader.Element parent
public java.lang.Object value
public final java.util.LinkedList<FXMLLoader.Attribute> eventHandlerAttributes
public final java.util.LinkedList<FXMLLoader.Attribute> instancePropertyAttributes
public final java.util.LinkedList<FXMLLoader.Attribute> staticPropertyAttributes
public final java.util.LinkedList<FXMLLoader.PropertyElement> staticPropertyElements
public void updateValue(java.lang.Object value)
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public com.sun.javafx.fxml.BeanAdapter getBeanAdapter()
public void processStartElement()
throws java.io.IOException
java.io.IOExceptionpublic void processEndElement()
throws LoadException
LoadExceptionpublic void processCharacters()
throws LoadException
LoadExceptionpublic void processAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String value)
throws java.io.IOException
java.io.IOExceptionpublic void processPropertyAttribute(FXMLLoader.Attribute attribute) throws LoadException
LoadExceptionpublic void applyProperty(java.lang.String name,
java.lang.Class<?> sourceType,
java.lang.Object value)
public void processEventHandlerAttributes()
throws LoadException
LoadExceptionCopyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .