Uses of Interface
com.tensegrity.palowebviewer.modules.widgets.client.actions.IAction

Packages that use IAction
com.tensegrity.palowebviewer.modules.ui.client   
com.tensegrity.palowebviewer.modules.ui.client.action   
com.tensegrity.palowebviewer.modules.ui.client.favoriteviews   
com.tensegrity.palowebviewer.modules.widgets.client   
com.tensegrity.palowebviewer.modules.widgets.client.actions   
 

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

Fields in com.tensegrity.palowebviewer.modules.ui.client declared as IAction
protected  IAction AbstractXObjectEditor.saveAction
          Save action object.
protected  IAction AbstractXObjectEditor.saveAsAction
          "Save As" action object.
 

Methods in com.tensegrity.palowebviewer.modules.ui.client that return IAction
 IAction TreeActionFactory.getActionFor(java.lang.Object object)
           
 IAction UIManager.getLogoutAction()
           
 IAction IXObjectEditor.getSaveAction()
          Returns save action for this editor.
 IAction AbstractXObjectEditor.getSaveAction()
          Returns save action for this editor.
 IAction TabManager.getSaveAction()
           
 IAction IXObjectEditor.getSaveAsAction()
          Returns "save as " action for this editor.
 IAction AbstractXObjectEditor.getSaveAsAction()
          Returns "save as " action for this editor.
 IAction TabManager.getSaveAsAction()
           
 IAction ShowNavigationPanelLogic.getShowAction()
           
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client with parameters of type IAction
MainFrame(IAction loginAction, IAction logoutAction, IAction reloadTreeAction, IAction saveAction, IAction saveAsAction)
           
 

Uses of IAction in com.tensegrity.palowebviewer.modules.ui.client.action
 

Classes in com.tensegrity.palowebviewer.modules.ui.client.action that implement IAction
 class XActionAdapter
           
 

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

Methods in com.tensegrity.palowebviewer.modules.ui.client.favoriteviews that return IAction
 IAction FavoariteViewsActionFactory.getActionFor(java.lang.Object object)
           
 

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

Methods in com.tensegrity.palowebviewer.modules.widgets.client that return IAction
 IAction IActionFactory.getActionFor(java.lang.Object object)
           
protected  IAction TreeView.getClickActionFor(java.lang.Object node)
           
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client with parameters of type IAction
 void ActionImage.setAction(IAction action)
           
 void ITreeViewItem.setClickAction(IAction action)
           
 void TreeView.setClickAction(IAction action)
           
 

Uses of IAction in com.tensegrity.palowebviewer.modules.widgets.client.actions
 

Classes in com.tensegrity.palowebviewer.modules.widgets.client.actions that implement IAction
 class AbstractAction
          Base implementation of methods that evry action must have.
 class ActionProxy
          A proxy for an action.
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client.actions that return IAction
 IAction ActionProxy.getAction()
           
 

Methods in com.tensegrity.palowebviewer.modules.widgets.client.actions with parameters of type IAction
 void ActionProxy.setAction(IAction action)