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.classclassMethods in editor that return EditorHostModifier and TypeMethodDescriptionstatic EditorHostEditorFactory.createEditor(Path file, IScriptPartId partId) GosuPanel.getCurrentEditor()AbstractLineInfoManager.getEditor()EditorHostTextPane.getEditor()ILineInfoManager.getEditor()GosuPanel.getGosuEditor()NavigationHistory.getPreviousEditor()Methods in editor with parameters of type EditorHostModifier and TypeMethodDescriptionvoidScriptChangeHandler.establishUndoableEditListener(EditorHost editor) booleanGosuPanel.isDirty(EditorHost editor) EditorTabHistoryHandler.makeTabContext(EditorHost tab) ITabHistoryHandler.makeTabContext(EditorHost tab) booleanITabHistoryContext.represents(EditorHost editor) booleanGosuPanel.save(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) GosuPanelDocumentFilter(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 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)