public interface IMXMLLanguageConstants
Modifier and Type | Field and Description |
---|---|
static String |
ARRAY
The short name of the tag representing the ActionScript
Array type. |
static String |
ATTRIBUTE_BACKGROUND_COLOR
The short name of the special
backgroundColor attribute. |
static String |
ATTRIBUTE_CLASS_NAME
The short name of the special
className attribute. |
static String |
ATTRIBUTE_DESTINATION
The short name of the special
destination attribute. |
static String |
ATTRIBUTE_EXCLUDE_FROM
The short name of the special
excludeFrom attribute. |
static String |
ATTRIBUTE_FIXED
The short name of the special
fixed attribute. |
static String |
ATTRIBUTE_FORMAT
The short name of the special
format attribute. |
static String |
ATTRIBUTE_FRAME_RATE
The short name of the special
frameRate attribute. |
static String |
ATTRIBUTE_HEIGHT
The short name of the special
height attribute. |
static String |
ATTRIBUTE_ID
The short name of the special
id attribute. |
static String |
ATTRIBUTE_IMPLEMENTS
The short name of the special
implements attribute. |
static String |
ATTRIBUTE_INCLUDE_IN
The short name of the special
includeIn attribute. |
static String |
ATTRIBUTE_ITEM_CREATION_POLICY
The short name of the special
itemCreationPolicy attribute. |
static String |
ATTRIBUTE_ITEM_DESTRUCTION_POLICY
The short name of the special
itemDestructionPolicy
attribute. |
static String |
ATTRIBUTE_NAME
The short name of the special
name attribute. |
static String |
ATTRIBUTE_PAGE_TITLE
The short name of the special
pageTitle attribute. |
static String |
ATTRIBUTE_PRELOADER
The short name of the special
prelaoder attribute. |
static String |
ATTRIBUTE_RSL
The short name of the special
rsl attribute. |
static String |
ATTRIBUTE_RUNTIME_DPI_PROVIDER
The short name of the special
runtimeDPIProvider attribute. |
static String |
ATTRIBUTE_SCRIPT_RECURSION_LIMIT
The short name of the special
scriptRecursionLimit
attribute. |
static String |
ATTRIBUTE_SCRIPT_TIME_LIMIT
The short name of the special
scriptTimeLimit attribute. |
static String |
ATTRIBUTE_SOURCE
The short name of the special
source attribute. |
static String |
ATTRIBUTE_SPLASH_SCREEN_IMAGE
The short name of the special
splashScreenImage attribute. |
static String |
ATTRIBUTE_STATE_GROUPS
The short name of the special
stateGroups attribute. |
static String |
ATTRIBUTE_TARGET
The short name of the special
target attribute. |
static String |
ATTRIBUTE_THEME
The short name of the special
theme attribute. |
static String |
ATTRIBUTE_TWO_WAY
The short name of the special
twoWay attribute. |
static String |
ATTRIBUTE_TYPE
The short name of the special
type attribute. |
static String |
ATTRIBUTE_USE_DIRECT_BLIT
The short name of the special
useDirectBlit attribute. |
static String |
ATTRIBUTE_USE_GPU
The short name of the special
useGPU attribute. |
static String |
ATTRIBUTE_USE_PRELOADER
The short name of the special
usePreloader attribute. |
static String |
ATTRIBUTE_WIDTH
The short name of the special
width attribute. |
static String |
BINDING
The short name of the special
<Binding> tag. |
static String |
BOOLEAN
The short name of the tag representing the ActionScript
Boolean type. |
static String |
CLASS
The short name of the tag representing the ActionScript
Class type. |
static String |
COMPONENT
The short name of the special
<Component> tag. |
static String |
DATE
The short name of the tag representing the ActionScript
Date
type. |
static String |
DECLARATIONS
The short name of the special
<Declarations> tag. |
static String |
DEFINITION
The short name of the special
<Definition> tag. |
static String |
DESIGN_LAYER
The short name of the special
<DesignLayer> tag. |
static String |
FORMAT_E4X
One of the two allowed values for the
format attribute. |
static String |
FORMAT_XML
One of the two allowed values for the
format attribute. |
static String |
FUNCTION
The short name of the tag representing the ActionScript
Function type. |
static String |
INT
The short name of the tag representing the ActionScript
int
type. |
static String |
ITEM_CREATION_POLICY_DEFERRED
One of the two allowed values for the
itemCreationPolicy
attribute. |
static String |
ITEM_CREATION_POLICY_IMMEDIATE
One of the two allowed values for the
itemCreationPolicy
attribute. |
static String |
ITEM_DESTRUCTION_POLICY_AUTO
One of the two allowed values for the
itemDestructionPolicy
attribute. |
static String |
ITEM_DESTRUCTION_POLICY_NEVER
One of the two allowed values for the
itemDestructionPolicy
attribute. |
static String |
LIBRARY
The short name of the special
<Library> tag. |
static String |
METADATA
The short name of the special
<Metadata> tag. |
static String |
MODEL
The short name of the special
<Model> tag. |
static String |
NAMESPACE_MXML_2006
The langauge namespace for MXML 2006.
|
static String |
NAMESPACE_MXML_2009
The language namespace for MXML 2009.
|
static String |
NAMESPACE_MXML_2012
The language namespace for MXML 2012 (experimental).
|
static String |
NUMBER
The short name of the tag representing the ActionScript
Number type. |
static String |
OBJECT
The short name of the tag representing the ActionScript
Object type. |
static String |
PRIVATE
The short name of the special
<Private> tag. |
static String |
PROPERTY_OUTER_DOCUMENT
The name of the autogenerated
outerDocument property of a
<Component> class. |
static String |
REPARENT
The short name of the special
<Reparent> tag. |
static String |
REPEATER
The short name of the special
<Repeater> tag. |
static String |
SCRIPT
The short name of the special
<Script> tag. |
static String |
STATE
The short name of the special
<State> tag. |
static String |
STRING
The short name of the tag representing the ActionScript
uint
type. |
static String |
STYLE
The short name of the special
<Style> tag. |
static String |
UINT
The short name of the tag representing the ActionScript
uint
type. |
static String |
XML
The short name of the tag representing the ActionScript
XML
type. |
static String |
XML_LIST
The short name of the tag representing the ActionScript
XMLList type. |
static final String NAMESPACE_MXML_2006
static final String NAMESPACE_MXML_2009
static final String NAMESPACE_MXML_2012
static final String ARRAY
Array
type.static final String BOOLEAN
Boolean
type.static final String CLASS
Class
type.static final String DATE
Date
type.static final String FUNCTION
Function
type.static final String INT
int
type.static final String NUMBER
Number
type.static final String OBJECT
Object
type.static final String STRING
uint
type.static final String UINT
uint
type.static final String XML
XML
type.static final String XML_LIST
XMLList
type.static final String BINDING
<Binding>
tag.static final String COMPONENT
<Component>
tag.static final String DECLARATIONS
<Declarations>
tag.static final String DEFINITION
<Definition>
tag.static final String DESIGN_LAYER
<DesignLayer>
tag.static final String LIBRARY
<Library>
tag.static final String METADATA
<Metadata>
tag.static final String MODEL
<Model>
tag.static final String PRIVATE
<Private>
tag.static final String REPARENT
<Reparent>
tag.static final String REPEATER
<Repeater>
tag.static final String SCRIPT
<Script>
tag.static final String STATE
<State>
tag.static final String STYLE
<Style>
tag.static final String ATTRIBUTE_BACKGROUND_COLOR
backgroundColor
attribute.static final String ATTRIBUTE_CLASS_NAME
className
attribute.static final String ATTRIBUTE_DESTINATION
destination
attribute.static final String ATTRIBUTE_EXCLUDE_FROM
excludeFrom
attribute.static final String ATTRIBUTE_FIXED
fixed
attribute.static final String ATTRIBUTE_FORMAT
format
attribute.static final String ATTRIBUTE_FRAME_RATE
frameRate
attribute.static final String ATTRIBUTE_HEIGHT
height
attribute.static final String ATTRIBUTE_ID
id
attribute.static final String ATTRIBUTE_IMPLEMENTS
implements
attribute.static final String ATTRIBUTE_INCLUDE_IN
includeIn
attribute.static final String ATTRIBUTE_ITEM_CREATION_POLICY
itemCreationPolicy
attribute.static final String ATTRIBUTE_ITEM_DESTRUCTION_POLICY
itemDestructionPolicy
attribute.static final String ATTRIBUTE_NAME
name
attribute.static final String ATTRIBUTE_PAGE_TITLE
pageTitle
attribute.static final String ATTRIBUTE_PRELOADER
prelaoder
attribute.static final String ATTRIBUTE_RSL
rsl
attribute.static final String ATTRIBUTE_RUNTIME_DPI_PROVIDER
runtimeDPIProvider
attribute.static final String ATTRIBUTE_SCRIPT_RECURSION_LIMIT
scriptRecursionLimit
attribute.static final String ATTRIBUTE_SCRIPT_TIME_LIMIT
scriptTimeLimit
attribute.static final String ATTRIBUTE_SOURCE
source
attribute.static final String ATTRIBUTE_SPLASH_SCREEN_IMAGE
splashScreenImage
attribute.static final String ATTRIBUTE_STATE_GROUPS
stateGroups
attribute.static final String ATTRIBUTE_TARGET
target
attribute.static final String ATTRIBUTE_THEME
theme
attribute.static final String ATTRIBUTE_TWO_WAY
twoWay
attribute.static final String ATTRIBUTE_TYPE
type
attribute.static final String ATTRIBUTE_USE_DIRECT_BLIT
useDirectBlit
attribute.static final String ATTRIBUTE_USE_GPU
useGPU
attribute.static final String ATTRIBUTE_USE_PRELOADER
usePreloader
attribute.static final String ATTRIBUTE_WIDTH
width
attribute.static final String ITEM_CREATION_POLICY_IMMEDIATE
itemCreationPolicy
attribute.static final String ITEM_CREATION_POLICY_DEFERRED
itemCreationPolicy
attribute.static final String ITEM_DESTRUCTION_POLICY_AUTO
itemDestructionPolicy
attribute.static final String ITEM_DESTRUCTION_POLICY_NEVER
itemDestructionPolicy
attribute.static final String FORMAT_E4X
format
attribute.static final String FORMAT_XML
format
attribute.static final String PROPERTY_OUTER_DOCUMENT
outerDocument
property of a
<Component>
class.Copyright © 2016 The Apache Software Foundation. All rights reserved.