| Package | Description |
|---|---|
| org.apache.royale.swc |
| Modifier and Type | Method and Description |
|---|---|
ISWCScript |
ISWCComponent.getScript()
Get the the script where the component is defined.
|
ISWCScript |
ISWCLibrary.getScript(String name)
Get script by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<ISWCScript> |
ISWCLibrary.getScripts()
Get all the
IScript objects in this library. |
| Modifier and Type | Method and Description |
|---|---|
void |
ISWCLibrary.addScript(ISWCScript script)
Add an
ISWCScript to the library. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.