public class MacroController extends Object implements com.google.gwt.event.dom.client.DoubleClickHandler, com.google.gwt.event.dom.client.KeyDownHandler
| Constructor and Description |
|---|
MacroController(MacroPlugin plugin)
Creates a new macro controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onDoubleClick(com.google.gwt.event.dom.client.DoubleClickEvent event) |
void |
onKeyDown(com.google.gwt.event.dom.client.KeyDownEvent event) |
public MacroController(MacroPlugin plugin)
plugin - the object used to access the rich text area and to perform actions on existing macrospublic void onDoubleClick(com.google.gwt.event.dom.client.DoubleClickEvent event)
onDoubleClick in interface com.google.gwt.event.dom.client.DoubleClickHandlerpublic void onKeyDown(com.google.gwt.event.dom.client.KeyDownEvent event)
onKeyDown in interface com.google.gwt.event.dom.client.KeyDownHandlerCopyright © 2004–2017 XWiki. All rights reserved.