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 |
int |
lineNumber |
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 |
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
LoadException
public void set(java.lang.Object value) throws LoadException
LoadException
public 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.IOException
public void processEndElement() throws java.io.IOException
java.io.IOException
public void processCharacters() throws java.io.IOException
java.io.IOException
public void processInstancePropertyAttributes() throws java.io.IOException
java.io.IOException
public void processAttribute(java.lang.String prefix, java.lang.String localName, java.lang.String value) throws java.io.IOException
java.io.IOException
public void processPropertyAttribute(FXMLLoader.Attribute attribute) throws java.io.IOException
java.io.IOException
public 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
LoadException
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to