Uses of Interface
editor.IContextMenuHandler
Packages that use IContextMenuHandler
-
Uses of IContextMenuHandler in editor
Classes in editor that implement IContextMenuHandlerModifier and TypeClassDescriptionclassclassclassFields in editor declared as IContextMenuHandlerModifier and TypeFieldDescriptionprivate IContextMenuHandler<IScriptEditor>GosuEditor._contextMenuHandlerprivate IContextMenuHandler<E>PopupHandler._contextMenuHandlerConstructors 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._contextMenuHandlerMethods in editor.tabpane that return IContextMenuHandlerModifier and TypeMethodDescriptionTabContainer.getContextMenuHandler()TabPane.getContextMenuHandler()Methods in editor.tabpane with parameters of type IContextMenuHandlerModifier and TypeMethodDescriptionvoidTabContainer.setContextMenuHandler(IContextMenuHandler<JComponent> handler) voidTabPane.setContextMenuHandler(IContextMenuHandler<JComponent> handler)