Package | Description |
---|---|
org.apache.flex.compiler.definitions |
This package contains interfaces for various kinds of definitions
found in AS and MXML files.
|
org.apache.flex.compiler.internal.definitions |
This package is the internal counterpart of the external
org.apache.flex.compiler.definitions package. |
org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
Modifier and Type | Method and Description |
---|---|
IStyleDefinition[] |
IClassDefinition.findStyleDefinitions(ICompilerProject project)
Finds the style definitions for styles declared on this class or any of
its superclasses.
|
IStyleDefinition |
IClassDefinition.getStyleDefinition(IWorkspace workspace,
String name)
Gets a style definition for a style declared on this class with a
particular name such as
"fontSize" . |
IStyleDefinition[] |
IClassDefinition.getStyleDefinitions(IWorkspace w)
Gets the style definitions for styles declared on this class.
|
Modifier and Type | Class and Description |
---|---|
class |
StyleDefinition
Instances of this class represent definitions of MXML styles in the symbol
table.
|
Modifier and Type | Method and Description |
---|---|
IStyleDefinition[] |
ClassDefinition.findStyleDefinitions(ICompilerProject project) |
IStyleDefinition[] |
AppliedVectorDefinition.findStyleDefinitions(ICompilerProject project) |
IStyleDefinition |
ClassDefinition.getStyleDefinition(IWorkspace workspace,
String name) |
IStyleDefinition |
AppliedVectorDefinition.getStyleDefinition(IWorkspace w,
String name) |
IStyleDefinition[] |
ClassDefinition.getStyleDefinitions(IWorkspace w) |
IStyleDefinition[] |
AppliedVectorDefinition.getStyleDefinitions(IWorkspace w) |
Modifier and Type | Method and Description |
---|---|
IStyleDefinition |
FlexProject.resolveStyle(IClassDefinition classDefinition,
String styleName)
Searches the specified class, and its superclasses, for a style
definition with the specified name.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.