Uses of Class
editor.EditorHost
Packages that use EditorHost
Package
Description
-
Uses of EditorHost in editor
Subclasses of EditorHost in editorModifier and TypeClassDescriptionclassA component for editing Gosu source.classclassFields in editor declared as EditorHostModifier and TypeFieldDescriptionprivate EditorHostAbstractLineInfoManager._editorprivate EditorHostEditorHostTextPane._editorprivate EditorHostGosuPanelDocumentFilter._editorprivate final EditorHostMouseInEditorHandler._editorprivate EditorHostParserFeedbackPanel._editorprivate EditorHostScriptEditorMouseWheelHandler._editorprivate EditorHostNavigationHistory._prevTabFields in editor with type parameters of type EditorHostModifier and TypeFieldDescriptionprivate final Supplier<EditorHost>CommonMenus.CopyActionHandler._editorprivate final Supplier<EditorHost>CommonMenus.CutActionHandler._editorprivate final Supplier<EditorHost>CommonMenus.FindActionHandler._editorprivate final Supplier<EditorHost>CommonMenus.PasteActionHandler._editorprivate final Supplier<EditorHost>CommonMenus.ReplaceActionHandler._editorMethods in editor that return EditorHostModifier and TypeMethodDescriptionstatic EditorHostEditorFactory.createEditor(Path file, IScriptPartId partId) private static EditorHostEditorFactory.createEditor(Path file, IType type) private EditorHostGosuPanel.createEditor(Path file, IScriptPartId partId) private EditorHostCommonMenus.FindUsagesInFileActionHandler.findCurrentFile()private EditorHostCommonMenus.HighlightUsagesInFileActionHandler.findCurrentFile()GosuPanel.getCurrentEditor()AbstractLineInfoManager.getEditor()EditorHost.ParseTask.getEditor()EditorHostTextPane.getEditor()ILineInfoManager.getEditor()GosuPanel.getGosuEditor()NavigationHistory.getPreviousEditor()Methods in editor with parameters of type EditorHostModifier and TypeMethodDescriptionprivate voidGosuPanel.addDirtyListener(EditorHost editor) voidScriptChangeHandler.establishUndoableEditListener(EditorHost editor) booleanGosuPanel.isDirty(EditorHost editor) EditorTabHistoryHandler.makeTabContext(EditorHost tab) ITabHistoryHandler.makeTabContext(EditorHost tab) booleanEditorTabHistoryHandler.EditorTabContext.represents(EditorHost editor) booleanITabHistoryContext.represents(EditorHost editor) booleanGosuPanel.save(Path file, EditorHost editor) private voidGosuPanel.saveAndReloadType(Path file, EditorHost editor) voidGosuPanel.setDirty(EditorHost editor, boolean bDirty) voidAbstractLineInfoManager.setEditor(EditorHost gosuEditor) voidILineInfoManager.setEditor(EditorHost gosuEditor) voidParserFeedbackPanel.update(EditorHost editor) Updates this panel with current parser feedback.Method parameters in editor with type arguments of type EditorHostModifier and TypeMethodDescriptionstatic JMenuItemCommonMenus.makeCopy(Supplier<EditorHost> editor) static JMenuItemCommonMenus.makeCut(Supplier<EditorHost> editor) static JMenuItemCommonMenus.makePaste(Supplier<EditorHost> editor) static JMenuItemCommonMenus.makeShowFileInTree(Supplier<EditorHost> editor) Constructors in editor with parameters of type EditorHostModifierConstructorDescriptionEditorHostTextPane(EditorHost editor) EditorTabContext(EditorHost editor) GosuPanelDocumentFilter(EditorHost editor) MouseInEditorHandler(EditorHost editor) TabSelectionHistoryItem(NavigationHistory tabHistory, EditorHost prevTab, int prevCaretPos, EditorHost selectedTab, int caretPos) Constructor parameters in editor with type arguments of type EditorHostModifierConstructorDescriptionCopyActionHandler(Supplier<EditorHost> editor) CutActionHandler(Supplier<EditorHost> editor) FindActionHandler(Supplier<EditorHost> editor) PasteActionHandler(Supplier<EditorHost> editor) ReplaceActionHandler(Supplier<EditorHost> editor) -
Uses of EditorHost in editor.debugger
Methods in editor.debugger that return EditorHostMethods in editor.debugger with parameters of type EditorHostModifier and TypeMethodDescriptionbooleanBreakpointManager.canAddBreakpoint(EditorHost editor, int line) voidBreakpointManager.toggleLineBreakpoint(EditorHost editor, String fqn, String fqnDeclaring, int line) -
Uses of EditorHost in editor.plugin.typeloader
Methods in editor.plugin.typeloader with parameters of type EditorHostModifier and TypeMethodDescriptionITypeFactory.getIssueContainer(EditorHost editor) ITypeFactory.getTooltipMessage(int iPos, EditorHost editor) voidITypeFactory.parse(IType type, String strText, boolean forceCodeCompletion, boolean changed, EditorHost editor) -
Uses of EditorHost in editor.plugin.typeloader.java
Methods in editor.plugin.typeloader.java with parameters of type EditorHostModifier and TypeMethodDescriptionJavaTypeFactory.getIssueContainer(EditorHost editor) JavaTypeFactory.getTooltipMessage(int iPos, EditorHost editor) voidJavaTypeFactory.parse(IType type, String strText, boolean forceCodeCompletion, boolean changed, EditorHost editor) -
Uses of EditorHost in editor.plugin.typeloader.properties
Methods in editor.plugin.typeloader.properties with parameters of type EditorHostModifier and TypeMethodDescriptionPropertiesTypeFactory.getIssueContainer(EditorHost editor) PropertiesTypeFactory.getTooltipMessage(int iPos, EditorHost editor) voidPropertiesTypeFactory.parse(IType type, String strText, boolean forceCodeCompletion, boolean changed, EditorHost editor) -
Uses of EditorHost in editor.util
Fields in editor.util declared as EditorHostMethods in editor.util with parameters of type EditorHostModifier and TypeMethodDescriptionprivate StringLabStatusBar.makeCoords(EditorHost editor) private StringLabStatusBar.makeSelectionInfo(EditorHost editor) private voidLabStatusBar.updateCaret(EditorHost editor)