|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
AbstractXObjectEditor.getSaveAction()
Returns save action for this editor. |
IAction |
TabManager.getSaveAction()
|
IAction |
IXObjectEditor.getSaveAction()
Returns save action for this editor. |
IAction |
AbstractXObjectEditor.getSaveAsAction()
Returns "save as " action for this editor. |
IAction |
TabManager.getSaveAsAction()
|
IAction |
IXObjectEditor.getSaveAsAction()
Returns "save as " action for this editor. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |