Description
Apply an Exposé effect to any JDesktopPane. JExplose was originally developed at Jayasoft and was later contributed to the jndc-incubator project.
Installation
The current version of griffon-jexplose-plugin is 0.2
To install just issue the following command
Usage
The following methods become available on View scripts upon installing this plugin
- explose(JDesktopPane d) - triggers the explose animation on a
JDesktopPane - explose(Explosable e) - triggers the explose animation on an
Explosable - registerExploseHotKey(target, key) - register a key listener than will explose the specified
target. Thetargetargument may be anExplosableor aJDesktopPane. Thekeyargument may be aKeyStroke, aStringor anint.
Example
The following example registers a hot key (meta - X) and a MouseGesture to trigger the explosion of the desktop
History
Version |
Date |
Notes |
|---|---|---|
0.2 |
02-24-11 |
release sync with Griffon 0.9.2 |
0.1 |
07-28-10 |
first release |
Labels