Package | Description |
---|---|
org.apache.flex.compiler.fxg |
This package and its subpackages contains classes and interfaces
for compiling FXG.
|
org.apache.flex.compiler.internal.fxg.dom | |
org.apache.flex.compiler.internal.fxg.sax |
Modifier and Type | Field and Description |
---|---|
static FXGVersion |
FXGVersion.v1_0 |
static FXGVersion |
FXGVersion.v2_0 |
Modifier and Type | Method and Description |
---|---|
static FXGVersion |
FXGVersion.newInstance(double version)
Returns a FXGVersion object representing 'version' or null if 'version'
is not a properly formatted version string.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FXGVersion.equalTo(FXGVersion version)
Compares whether this FXGVersion's value is equal to the value of the
version parameter.
|
boolean |
FXGVersion.greaterThan(FXGVersion version)
Compares whether this FXGVersion's value is greater than the value of the
version parameter.
|
Modifier and Type | Method and Description |
---|---|
FXGVersion |
AbstractFXGNode.getFileVersion() |
FXGVersion |
GraphicNode.getVersion() |
Modifier and Type | Field and Description |
---|---|
static FXGVersion |
FXGVersionHandlerRegistry.defaultVersion |
protected FXGVersion |
AbstractFXGVersionHandler.handlerVersion |
Modifier and Type | Method and Description |
---|---|
FXGVersion |
IFXGVersionHandler.getVersion() |
FXGVersion |
AbstractFXGVersionHandler.getVersion() |
Modifier and Type | Method and Description |
---|---|
protected static Set<FXGVersion> |
FXGVersionHandlerRegistry.getVersionsForRegisteredHandlers()
Returns a Set of FXGVersions that correspond to the registered
FXGVersionHandlers
|
Modifier and Type | Method and Description |
---|---|
protected static IFXGVersionHandler |
FXGVersionHandlerRegistry.getVersionHandler(FXGVersion fxgVersion)
Returns the IFXGVersionHandler for the FXGVersion specified.
|
protected static void |
FXGVersionHandlerRegistry.registerHandler(FXGVersion version,
IFXGVersionHandler obj)
Register new IFXGVersionHandler that can overwrite existing
IFXGVersionHandler if one already exists for that FXG version.
|
protected static void |
FXGVersionHandlerRegistry.unregisterHandler(FXGVersion version)
Unregister handler for the specified FXGVersion
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.