Skip to: Site menu | Main content

A Grails-like Rich Application Platform

Jexplose Plugin Print

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. The target argument may be an Explosable or a JDesktopPane. The key argument may be a KeyStroke, a String or an int.

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