Uses of Interface
editor.IContextMenuHandler
-
Packages that use IContextMenuHandler Package Description editor editor.search editor.tabpane -
-
Uses of IContextMenuHandler in editor
Classes in editor that implement IContextMenuHandler Modifier and Type Class Description class
DefaultContextMenuHandler
class
ExperimentTreeContextMenu
class
MessageTreeContextMenu
Constructors in editor with parameters of type IContextMenuHandler Constructor Description GosuEditor(ILineInfoManager lineInfoRenderer, AtomicUndoManager undoMgr, IScriptabilityModifier scriptabilityConstraint, IContextMenuHandler<IScriptEditor> contextMenuHandler, boolean bStatement, boolean bEmptyTextOk)
GosuEditor(ISymbolTable symTable, ILineInfoManager lineInfoRenderer, AtomicUndoManager undoMgr, IScriptabilityModifier scriptabilityConstraint, IContextMenuHandler<IScriptEditor> contextMenuHandler, boolean bStatement, boolean bEmptyTextOk)
GosuField(ISymbolTable symTable, AtomicUndoManager undoMgr, IScriptabilityModifier scriptabilityConstraint, IContextMenuHandler<IScriptEditor> contextMenuHandler, boolean bStatement, boolean bEmptyTextOk, boolean bAccessAll)
PopupHandler(E owner, IContextMenuHandler<E> contextMenuHandler)
ScriptEditorPopupHandler(IScriptEditor scriptEditor, IContextMenuHandler<IScriptEditor> contextMenuHandler)
-
Uses of IContextMenuHandler in editor.search
Classes in editor.search that implement IContextMenuHandler Modifier and Type Class Description class
SearchTreeContextMenu
-
Uses of IContextMenuHandler in editor.tabpane
Methods in editor.tabpane that return IContextMenuHandler Modifier and Type Method Description IContextMenuHandler<JComponent>
TabContainer. getContextMenuHandler()
IContextMenuHandler<JComponent>
TabPane. getContextMenuHandler()
Methods in editor.tabpane with parameters of type IContextMenuHandler Modifier and Type Method Description void
TabContainer. setContextMenuHandler(IContextMenuHandler<JComponent> handler)
void
TabPane. setContextMenuHandler(IContextMenuHandler<JComponent> handler)
-