|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IASNode | |
---|---|
org.eclipse.actf.model.flash | This package contains interfaces to access Flash player and content from Java. |
Uses of IASNode in org.eclipse.actf.model.flash |
---|
Methods in org.eclipse.actf.model.flash that return IASNode | |
---|---|
IASNode[] |
IASNode.getChildren(boolean visual)
|
IASNode[] |
IASBridge.getChildren(IASNode parentNode,
boolean visual,
boolean debugMode)
Get children of specified parent IASNode |
IASNode[] |
FlashPlayer.getChildren(IASNode parentNode,
boolean visual,
boolean debugMode)
|
IASNode[] |
IASNode.getEntireChildren()
List all entities including the internal variables based on object structure. |
IASNode |
IASBridge.getNodeAtDepthWithPath(String path,
int depth)
Get IASNode at specified depth and path |
IASNode |
FlashPlayer.getNodeAtDepthWithPath(String path,
int depth)
|
IASNode |
IASBridge.getNodeFromPath(String path)
Get IASNode at specified path |
IASNode |
FlashPlayer.getNodeFromPath(String path)
|
IASNode |
IASNode.getParent()
|
IASNode |
IASBridge.getRootNode()
|
IASNode |
FlashPlayer.getRootNode()
|
IASNode[] |
IASBridge.searchSound()
|
IASNode[] |
FlashPlayer.searchSound()
|
IASNode[] |
IASBridge.searchVideo()
|
IASNode[] |
FlashPlayer.searchVideo()
|
IASNode[] |
IASBridge.translateWithPath(String path)
|
IASNode[] |
FlashPlayer.translateWithPath(String path)
|
Methods in org.eclipse.actf.model.flash with parameters of type IASNode | |
---|---|
Object |
IASBridge.callMethod(IASNode targetNode,
String method)
Call ActionScript method of target IASNode |
Object |
FlashPlayer.callMethod(IASNode targetNode,
String method)
|
Object |
IASBridge.callMethod(IASNode targetNode,
String method,
Object[] args)
Call ActionScript method of target IASNode |
Object |
FlashPlayer.callMethod(IASNode targetNode,
String method,
Object[] args)
|
IASNode[] |
IASBridge.getChildren(IASNode parentNode,
boolean visual,
boolean debugMode)
Get children of specified parent IASNode |
IASNode[] |
FlashPlayer.getChildren(IASNode parentNode,
boolean visual,
boolean debugMode)
|
boolean |
IASBridge.hasChild(IASNode parentNode,
boolean visual,
boolean debugMode)
|
boolean |
FlashPlayer.hasChild(IASNode parentNode,
boolean visual,
boolean debugMode)
|
boolean |
IASBridge.setMarker(IASNode node)
Set marker on the specified IASNode position |
boolean |
FlashPlayer.setMarker(IASNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |