Uses of Interface
org.eclipse.actf.model.flash.IASNode

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[] FlashPlayer.getChildren(IASNode parentNode, boolean visual, boolean debugMode)
           
 IASNode[] IASBridge.getChildren(IASNode parentNode, boolean visual, boolean debugMode)
          Get children of specified parent IASNode
 IASNode[] IASNode.getEntireChildren()
          List all entities including the internal variables based on object structure.
 IASNode FlashPlayer.getNodeAtDepthWithPath(String path, int depth)
           
 IASNode IASBridge.getNodeAtDepthWithPath(String path, int depth)
          Get IASNode at specified depth and path
 IASNode FlashPlayer.getNodeFromPath(String path)
           
 IASNode IASBridge.getNodeFromPath(String path)
          Get IASNode at specified path
 IASNode IASNode.getParent()
           
 IASNode FlashPlayer.getRootNode()
           
 IASNode IASBridge.getRootNode()
           
 IASNode[] FlashPlayer.searchSound()
           
 IASNode[] IASBridge.searchSound()
           
 IASNode[] FlashPlayer.searchVideo()
           
 IASNode[] IASBridge.searchVideo()
           
 IASNode[] FlashPlayer.translateWithPath(String path)
           
 IASNode[] IASBridge.translateWithPath(String path)
           
 

Methods in org.eclipse.actf.model.flash with parameters of type IASNode
 Object FlashPlayer.callMethod(IASNode targetNode, String method)
           
 Object IASBridge.callMethod(IASNode targetNode, String method)
          Call ActionScript method of target IASNode
 Object FlashPlayer.callMethod(IASNode targetNode, String method, Object[] args)
           
 Object IASBridge.callMethod(IASNode targetNode, String method, Object[] args)
          Call ActionScript method of target IASNode
 IASNode[] FlashPlayer.getChildren(IASNode parentNode, boolean visual, boolean debugMode)
           
 IASNode[] IASBridge.getChildren(IASNode parentNode, boolean visual, boolean debugMode)
          Get children of specified parent IASNode
 boolean FlashPlayer.hasChild(IASNode parentNode, boolean visual, boolean debugMode)
           
 boolean IASBridge.hasChild(IASNode parentNode, boolean visual, boolean debugMode)
           
 boolean FlashPlayer.setMarker(IASNode node)
           
 boolean IASBridge.setMarker(IASNode node)
          Set marker on the specified IASNode position