Uses of Interface
com.tensegrity.palowebviewer.modules.widgets.client.IActionFactory

Packages that use IActionFactory
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.modules.ui.client.favoriteviews   
com.tensegrity.palowebviewer.modules.widgets.client   
com.tensegrity.palowebviewer.modules.widgets.client.treecombobox   
 

Uses of IActionFactory in com.tensegrity.palowebviewer.modules.ui.client
 

Classes in com.tensegrity.palowebviewer.modules.ui.client that implement IActionFactory
 class TreeActionFactory
           
 

Uses of IActionFactory in com.tensegrity.palowebviewer.modules.ui.client.favoriteviews
 

Classes in com.tensegrity.palowebviewer.modules.ui.client.favoriteviews that implement IActionFactory
 class FavoariteViewsActionFactory
           
 

Uses of IActionFactory in com.tensegrity.palowebviewer.modules.widgets.client
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client that return IActionFactory
 IActionFactory TreeView.getActionFactory()
           
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client with parameters of type IActionFactory
 void TreeView.setActionFactory(IActionFactory factory)
           
 

Uses of IActionFactory in com.tensegrity.palowebviewer.modules.widgets.client.treecombobox
 

Fields in com.tensegrity.palowebviewer.modules.widgets.client.treecombobox declared as IActionFactory
protected  IActionFactory TreeCombobox.treeActionFactory