public interface EditorPopupHandler
Modifier and Type | Field and Description |
---|---|
static EditorPopupHandler |
NONE |
Modifier and Type | Method and Description |
---|---|
boolean |
handlePopup(EditorMouseEvent event)
This method is called when a popup trigger mouse event is received by editor's main area.
|
static final EditorPopupHandler NONE
boolean handlePopup(EditorMouseEvent event)
true
if this handler has processed the event, false
if previously installed (or the default one if there are
none) handler should be invoked.