private class FXMLLoader.PropertyElement extends FXMLLoader.Element
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
boolean |
readOnly |
java.lang.Class<?> |
sourceType |
eventHandlerAttributes, instancePropertyAttributes, lineNumber, parent, staticPropertyAttributes, staticPropertyElements, value| Constructor and Description |
|---|
FXMLLoader.PropertyElement(java.lang.String name,
java.lang.Class<?> sourceType) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.Object element) |
boolean |
isCollection() |
void |
processAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String value) |
void |
processCharacters() |
void |
processEndElement() |
void |
set(java.lang.Object value) |
applyProperty, getProperties, getValueAdapter, isTyped, processEventHandlerAttributes, processInstancePropertyAttributes, processPropertyAttribute, processStartElement, updateValue, warnDeprecatedEscapeSequencepublic final java.lang.String name
public final java.lang.Class<?> sourceType
public final boolean readOnly
public FXMLLoader.PropertyElement(java.lang.String name,
java.lang.Class<?> sourceType)
throws LoadException
LoadExceptionpublic boolean isCollection()
isCollection in class FXMLLoader.Elementpublic void add(java.lang.Object element)
throws LoadException
add in class FXMLLoader.ElementLoadExceptionpublic void set(java.lang.Object value)
throws LoadException
set in class FXMLLoader.ElementLoadExceptionpublic void processAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String value)
throws java.io.IOException
processAttribute in class FXMLLoader.Elementjava.io.IOExceptionpublic void processEndElement()
throws java.io.IOException
processEndElement in class FXMLLoader.Elementjava.io.IOExceptionpublic void processCharacters()
throws java.io.IOException
processCharacters in class FXMLLoader.Elementjava.io.IOExceptionCopyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.