Uses of Class
editor.GosuEditor
Packages that use GosuEditor
-
Uses of GosuEditor in editor
Subclasses of GosuEditor in editorMethods in editor that return GosuEditorModifier and TypeMethodDescriptionGosuPanel.getCurrentGosuEditor()protected GosuEditorEditorBasedPopup.getEditor()AbstractPathCompletionHandler.getGosuEditor()IParseExceptionResolver.getGosuEditor()IPathCompletionHandler.getGosuEditor()SmartFixManager.getGosuEditor()Methods in editor with parameters of type GosuEditorModifier and TypeMethodDescriptionvoidNavigationHistory.addNavigationHistory(GosuEditor editor, int prevCaretPos, int currentCaretPos) voidPathCompletionIntellisense.complete(GosuEditor gsEditor, ISymbolTable transientSymTable) static ParameterInfoPopupParameterInfoPopup.invoke(GosuEditor gsEditor, int iPosition) voidAbstractPathCompletionHandler.setGosuEditor(GosuEditor gsEditor) voidIParseExceptionResolver.setGosuEditor(GosuEditor gsEditor) voidIPathCompletionHandler.setGosuEditor(GosuEditor gsEditor) voidSmartFixManager.setGosuEditor(GosuEditor gosuEditor) voidExtractVariablePopup.showNow(GosuEditor gosuEditor) Method parameters in editor with type arguments of type GosuEditorModifier and TypeMethodDescriptionstatic JMenuItemCommonMenus.makeCodeComplete(Supplier<GosuEditor> editor) static JMenuItemCommonMenus.makeExpressionType(Supplier<GosuEditor> editor) static JMenuItemCommonMenus.makeGotoDeclaration(Supplier<GosuEditor> editor) static JMenuItemCommonMenus.makeParameterInfo(Supplier<GosuEditor> editor) static JMenuItemCommonMenus.makePasteJavaAsGosu(Supplier<GosuEditor> editor) static JMenuItemCommonMenus.makeQuickDocumentation(Supplier<GosuEditor> editor) Constructors in editor with parameters of type GosuEditorModifierConstructorDescriptionBeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter) BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion) BeanInfoPopup(IType classBean, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor, IFeatureFilter filter, boolean bExpansion, boolean bForFeatureLiteral) BeanInfoPopup(IType classBean, String strMemberPath, GosuEditor editor) CodeRefactorManager(GosuEditor gsEditor) DynamicSelectionManager(GosuEditor parent) EditorBasedPopup(GosuEditor editor) JavadocPopup(String strHelpText, GosuEditor editor) MetaInfoPopup(PackageType type, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor) MetaInfoPopup(IMetaType type, String strMemberPath, boolean bConstrainByLastPathElement, GosuEditor editor) ParameterInfoPopup(GosuEditor editor) ScopeHighlighter(GosuEditor gosuEditor) SmartFixManager(GosuEditor gosuEditor) SymbolPopup(ISymbol[] symbols, String strPrefix, GosuEditor editor, IType expectedType) TypePopup(String strPrefix, GosuEditor editor, boolean annotationsOnly) -
Uses of GosuEditor in editor.debugger
Methods in editor.debugger with parameters of type GosuEditor