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 classDefaultContextMenuHandlerclassExperimentTreeContextMenuclassMessageTreeContextMenuConstructors 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 classSearchTreeContextMenu -
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 voidTabContainer. setContextMenuHandler(IContextMenuHandler<JComponent> handler)voidTabPane. setContextMenuHandler(IContextMenuHandler<JComponent> handler)
-