Uses of Class
editor.GosuEditor
-
Packages that use GosuEditor Package Description editor editor.debugger -
-
Uses of GosuEditor in editor
Subclasses of GosuEditor in editor Modifier and Type Class Description classGosuFieldMethods in editor that return GosuEditor Modifier and Type Method Description GosuEditorGosuPanel. getCurrentGosuEditor()protected GosuEditorEditorBasedPopup. getEditor()GosuEditorAbstractPathCompletionHandler. getGosuEditor()GosuEditorIParseExceptionResolver. getGosuEditor()GosuEditorIPathCompletionHandler. getGosuEditor()GosuEditorSmartFixManager. getGosuEditor()Methods in editor with parameters of type GosuEditor Modifier and Type Method Description voidNavigationHistory. 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 GosuEditor Modifier and Type Method Description static 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 GosuEditor Constructor Description BeanInfoPopup(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 Modifier and Type Method Description voidBreakpointManager. runToCursor(GosuEditor editor)
-