|
Spec-Zone .ru
спецификации, руководства, описания, API
|
private abstract class FXMLLoader.ValueElement extends FXMLLoader.Element
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id |
eventHandlerAttributes, instancePropertyAttributes, parent, staticPropertyAttributes, staticPropertyElements, value| Modifier and Type | Method and Description |
|---|---|
abstract void |
constructValue() |
void |
processAttribute(java.lang.String prefix,
java.lang.String localName,
java.lang.String value) |
void |
processCharacters() |
void |
processEndElement() |
void |
processStartElement() |
applyProperty, getBeanAdapter, getProperties, processEventHandlerAttributes, processPropertyAttribute, updateValuepublic void processStartElement()
throws java.io.IOException
processStartElement in class FXMLLoader.Elementjava.io.IOExceptionpublic void processEndElement()
throws LoadException
processEndElement in class FXMLLoader.ElementLoadExceptionpublic void processCharacters()
throws LoadException
processCharacters 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 abstract void constructValue()
throws java.io.IOException
java.io.IOExceptionCopyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .