Uses of Interface
editor.IContextMenuHandler
Packages that use IContextMenuHandler
-
Uses of IContextMenuHandler in editor
Classes in editor that implement IContextMenuHandlerModifier and TypeClassDescriptionclass
class
class
Fields in editor declared as IContextMenuHandlerModifier and TypeFieldDescriptionprivate IContextMenuHandler<IScriptEditor>
GosuEditor._contextMenuHandler
private IContextMenuHandler<E>
PopupHandler._contextMenuHandler
Constructors in editor with parameters of type IContextMenuHandlerModifierConstructorDescriptionGosuEditor
(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 -
Uses of IContextMenuHandler in editor.tabpane
Classes in editor.tabpane that implement IContextMenuHandlerFields in editor.tabpane declared as IContextMenuHandlerModifier and TypeFieldDescriptionprivate IContextMenuHandler<JComponent>
TabContainer._contextMenuHandler
Methods in editor.tabpane that return IContextMenuHandlerModifier and TypeMethodDescriptionTabContainer.getContextMenuHandler()
TabPane.getContextMenuHandler()
Methods in editor.tabpane with parameters of type IContextMenuHandlerModifier and TypeMethodDescriptionvoid
TabContainer.setContextMenuHandler
(IContextMenuHandler<JComponent> handler) void
TabPane.setContextMenuHandler
(IContextMenuHandler<JComponent> handler)