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 classDefaultContextMenuHandlerclassExperimentTreeContextMenuclassMessageTreeContextMenuFields in editor declared as IContextMenuHandler Modifier and Type Field Description private IContextMenuHandler<IScriptEditor>GosuEditor. _contextMenuHandlerprivate IContextMenuHandler<E>PopupHandler. _contextMenuHandlerConstructors 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
Classes in editor.tabpane that implement IContextMenuHandler Modifier and Type Class Description private classTabPane.DefaultContextMenuHandlerFields in editor.tabpane declared as IContextMenuHandler Modifier and Type Field Description private IContextMenuHandler<javax.swing.JComponent>TabContainer. _contextMenuHandlerMethods in editor.tabpane that return IContextMenuHandler Modifier and Type Method Description IContextMenuHandler<javax.swing.JComponent>TabContainer. getContextMenuHandler()IContextMenuHandler<javax.swing.JComponent>TabPane. getContextMenuHandler()Methods in editor.tabpane with parameters of type IContextMenuHandler Modifier and Type Method Description voidTabContainer. setContextMenuHandler(IContextMenuHandler<javax.swing.JComponent> handler)voidTabPane. setContextMenuHandler(IContextMenuHandler<javax.swing.JComponent> handler)
-