Uses of Class
wt.clients.util.ActionLoader

Packages that use ActionLoader
com.ptc.core.ca.generic.tree.common   
wt.clients.beans.graph   
wt.clients.tools.transfer   
wt.clients.workflow.manager   
 

Uses of ActionLoader in com.ptc.core.ca.generic.tree.common
 

Fields in com.ptc.core.ca.generic.tree.common declared as ActionLoader
private  ActionLoader TreeTestFrame.actionLoader
           
 

Uses of ActionLoader in wt.clients.beans.graph
 

Fields in wt.clients.beans.graph declared as ActionLoader
private  ActionLoader GraphView.actionLoader
           
private  ActionLoader GraphNodeComponent.actionLoader
           
private  ActionLoader DefaultGraphView.actionLoader
           
 

Methods in wt.clients.beans.graph that return ActionLoader
 ActionLoader GraphView.getActionLoader()
          Gets the value of the attribute: actionLoader.
 ActionLoader GraphNodeComponent.getActionLoader()
          Gets the value of the attribute: actionLoader.
 ActionLoader DefaultGraphView.getActionLoader()
          Gets the value of the attribute: actionLoader.
 

Methods in wt.clients.beans.graph with parameters of type ActionLoader
 void GraphView.setActionLoader(ActionLoader a_ActionLoader)
          Sets the value of the attribute: actionLoader.
 void GraphNodeComponent.setActionLoader(ActionLoader a_ActionLoader)
          Sets the value of the attribute: actionLoader.
 void DefaultGraphView.setActionLoader(ActionLoader a_ActionLoader)
          Sets the value of the attribute: actionLoader.
 

Uses of ActionLoader in wt.clients.tools.transfer
 

Fields in wt.clients.tools.transfer declared as ActionLoader
private  ActionLoader ExportGraphView.actionLoader
           
 

Methods in wt.clients.tools.transfer that return ActionLoader
 ActionLoader ExportGraphView.getActionLoader()
          Gets the value of the attribute: actionLoader.
 

Methods in wt.clients.tools.transfer with parameters of type ActionLoader
 void ExportGraphView.setActionLoader(ActionLoader a_ActionLoader)
          Sets the value of the attribute: actionLoader.
 

Uses of ActionLoader in wt.clients.workflow.manager
 

Fields in wt.clients.workflow.manager declared as ActionLoader
private  ActionLoader ProcessManagerPanel.actionLoader
           
 

Methods in wt.clients.workflow.manager that return ActionLoader
 ActionLoader ProcessManagerPanel.getActionLoader()
          Gets the value of the attribute: actionLoader.
 

Methods in wt.clients.workflow.manager with parameters of type ActionLoader
 void ProcessManagerPanel.setActionLoader(ActionLoader a_ActionLoader)
          Sets the value of the attribute: actionLoader.