Class Ext.air.SystemTray
Package: | Ext.air |
Defined In: | SystemTray.js |
Class: | SystemTray |
Extends: | Object |
*
This class is a singleton and cannot be created directly.
Public Properties
This class has no public properties.
Public Methods
|
bounce( priority {air.NotificationType} ) : void
Bounce the OS X dock icon. Accepts a priority to notify the user
whether the event which has just occurred is informa...
Bounce the OS X dock icon. Accepts a priority to notify the user
whether the event which has just occurred is informational (single bounce)
or critcal (continual bounce).
|
SystemTray |
|
hideIcon() : void
|
SystemTray |
|
setIcon( String icon , String tooltip , Boolean initWithIcon ) : void
Sets the Icon and tooltip for the currently running application in the
SystemTray or Dock depending on the operating ...
Sets the Icon and tooltip for the currently running application in the
SystemTray or Dock depending on the operating system.
Parameters:
icon : StringIcon to load with a URLRequest tooltip : StringTooltip to use when mousing over the icon initWithIcon : BooleanBoolean to initialize with icon immediately
Returns:
|
SystemTray |
|
setMenu( Array actions ) : void
|
SystemTray |
|
showIcon() : void
|
SystemTray |
Public Events
This class has no public events.