org.eclipse.ui.internal.cheatsheets.handlers |
|
Java Source File Name | Type | Comment |
DialogIntegerValueConverter.java | Class | A command parameter value converter to convert between Integers and their
String representations for use in the open dialog commands. |
OpenCheatSheetHandler.java | Class | Opens the cheatsheet identified by the parameter, or if no parameter is given
opens the dialog that allows the user to choose a cheatsheet. |
OpenCheatSheetURLHandler.java | Class | Opens a cheatsheet given an id, name and a URL to a cheat sheet content file. |
OpenInputDialogHandler.java | Class | A command handler to open an InputDialog and return the
result. |
OpenMessageDialogHandler.java | Class | A command handler to open a MessageDialog and return the
result. |