|
Spec-Zone .ru
спецификации, руководства, описания, API
|
private abstract class FXMLLoader.Element
extends java.lang.Object
| Модификатор и Тип | Поле и Описание |
|---|---|
java.util.LinkedList<FXMLLoader.Attribute> |
eventHandlerAttributes |
java.util.LinkedList<FXMLLoader.Attribute> |
instancePropertyAttributes |
int |
lineNumber |
FXMLLoader. Элемент |
родитель |
java.util.LinkedList<FXMLLoader.Attribute> |
staticPropertyAttributes |
java.util.LinkedList<FXMLLoader.PropertyElement> |
staticPropertyElements |
java.lang.Object |
значение |
| Конструктор и Описание |
|---|
FXMLLoader.Element() |
| Модификатор и Тип | Метод и Описание |
|---|---|
void |
add(java.lang.Object element) |
void |
applyProperty(java.lang.String name, java.lang.Class<?> sourceType, java.lang.Object value) |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
com.sun.javafx.fxml.BeanAdapter |
getValueAdapter() |
boolean |
isCollection() |
boolean |
isTyped() |
void |
processAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String value) |
void |
processCharacters() |
void |
processEndElement() |
void |
processEventHandlerAttributes() |
void |
processInstancePropertyAttributes() |
void |
processPropertyAttribute(FXMLLoader.Attribute attribute) |
void |
processStartElement() |
void |
set(java.lang.Object value) |
void |
updateValue(java.lang.Object value) |
void |
warnDeprecatedEscapeSequence(java.lang.String prefix) |
public final FXMLLoader.Element parent
public final int lineNumber
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 boolean isCollection()
public void add(java.lang.Object element)
throws LoadException
LoadExceptionpublic void set(java.lang.Object value)
throws LoadException
LoadExceptionpublic void updateValue(java.lang.Object value)
public boolean isTyped()
public com.sun.javafx.fxml.BeanAdapter getValueAdapter()
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public void processStartElement()
throws java.io.IOException
java.io.IOExceptionpublic void processEndElement()
throws java.io.IOException
java.io.IOExceptionpublic void processCharacters()
throws java.io.IOException
java.io.IOExceptionpublic void processInstancePropertyAttributes()
throws java.io.IOException
java.io.IOExceptionpublic 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 java.io.IOException
java.io.IOExceptionpublic void warnDeprecatedEscapeSequence(java.lang.String prefix)
public void applyProperty(java.lang.String name,
java.lang.Class<?> sourceType,
java.lang.Object value)
public void processEventHandlerAttributes()
throws LoadException
LoadExceptionCopyright (c) 2008, 2012, Oracle и/или его филиалы. Все права защищены. Использование подвергается .