Inside the JBuilder OpenTools API
Chapter 17 - Key Bindings

Previous   Next   Listings

The Clippy example implements multiple buffers for cut, copy, and paste operations in the JBuilder editor. It was written by Matt Mower.

Zipped Files

Clippy.jpx   The project file for this tool
Clippy.html Project notes
classes.opentools The OpenTools manifest
Clippy.java The entry point for this tool - it creates the buffer and keybindings managers
KeyBindingsManager.java This class adds keybindings for the tool's actions
CopyToBufferAction.java An action that copies selected text into the nominated buffer
*.java Supporting code for this tool
Clippy.jar The packaged tool
Inside the JBuilder OpenTools API © 2004, Keith Wood Previous   Next   Listings