Class Index | File Index

Classes


Class orion.util

This class contains static utility methods.
Defined in: </shared/eclipse/e4/orion/I201311271322/plugins/org.eclipse.orion.client.git/web/orion/git/util.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
This class contains static utility methods.
Method Summary
Method Attributes Method Name and Description
 
followLink(href)
Opens a link in response to some event.
 
Determines if the path represents the workspace root
 
Returns whether the given event should cause a reference to open in a new window or not.
Class Detail
orion.util()
This class contains static utility methods. It is not intended to be instantiated.
Method Detail
followLink(href)
Opens a link in response to some event. Whether the link is opened in the same window or a new window depends on the event
Defined in: </shared/eclipse/e4/orion/I201311271322/plugins/org.eclipse.orion.client.ui/web/orion/uiUtils.js>.
Parameters:
{String} href
The link location

isAtRoot()
Determines if the path represents the workspace root
Defined in: </shared/eclipse/e4/orion/I201311271322/plugins/org.eclipse.orion.client.core/web/orion/fileUtils.js>.

openInNewWindow(event)
Returns whether the given event should cause a reference to open in a new window or not.
Defined in: </shared/eclipse/e4/orion/I201311271322/plugins/org.eclipse.orion.client.ui/web/orion/uiUtils.js>.
Parameters:
{Object} event
The key event

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 27 2013 13:26:05 GMT-0500 (EST)