Uses of Class
editor.EditorHost
Packages that use EditorHost
Package
Description
-
Uses of EditorHost in editor
Subclasses of EditorHost in editorModifier and TypeClassDescriptionclass
A component for editing Gosu source.class
class
Fields in editor declared as EditorHostModifier and TypeFieldDescriptionprivate EditorHost
AbstractLineInfoManager._editor
private EditorHost
EditorHostTextPane._editor
private EditorHost
GosuPanelDocumentFilter._editor
private final EditorHost
MouseInEditorHandler._editor
private EditorHost
ParserFeedbackPanel._editor
private EditorHost
ScriptEditorMouseWheelHandler._editor
private EditorHost
NavigationHistory._prevTab
Fields in editor with type parameters of type EditorHostModifier and TypeFieldDescriptionprivate final Supplier<EditorHost>
CommonMenus.CopyActionHandler._editor
private final Supplier<EditorHost>
CommonMenus.CutActionHandler._editor
private final Supplier<EditorHost>
CommonMenus.FindActionHandler._editor
private final Supplier<EditorHost>
CommonMenus.PasteActionHandler._editor
private final Supplier<EditorHost>
CommonMenus.ReplaceActionHandler._editor
Methods in editor that return EditorHostModifier and TypeMethodDescriptionstatic EditorHost
EditorFactory.createEditor
(Path file, IScriptPartId partId) private static EditorHost
EditorFactory.createEditor
(Path file, IType type) private EditorHost
GosuPanel.createEditor
(Path file, IScriptPartId partId) private EditorHost
CommonMenus.FindUsagesInFileActionHandler.findCurrentFile()
private EditorHost
CommonMenus.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 void
GosuPanel.addDirtyListener
(EditorHost editor) void
ScriptChangeHandler.establishUndoableEditListener
(EditorHost editor) boolean
GosuPanel.isDirty
(EditorHost editor) EditorTabHistoryHandler.makeTabContext
(EditorHost tab) ITabHistoryHandler.makeTabContext
(EditorHost tab) boolean
EditorTabHistoryHandler.EditorTabContext.represents
(EditorHost editor) boolean
ITabHistoryContext.represents
(EditorHost editor) boolean
GosuPanel.save
(Path file, EditorHost editor) private void
GosuPanel.saveAndReloadType
(Path file, EditorHost editor) void
GosuPanel.setDirty
(EditorHost editor, boolean bDirty) void
AbstractLineInfoManager.setEditor
(EditorHost gosuEditor) void
ILineInfoManager.setEditor
(EditorHost gosuEditor) void
ParserFeedbackPanel.update
(EditorHost editor) Updates this panel with current parser feedback.Method parameters in editor with type arguments of type EditorHostModifier and TypeMethodDescriptionstatic JMenuItem
CommonMenus.makeCopy
(Supplier<EditorHost> editor) static JMenuItem
CommonMenus.makeCut
(Supplier<EditorHost> editor) static JMenuItem
CommonMenus.makePaste
(Supplier<EditorHost> editor) static JMenuItem
CommonMenus.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 TypeMethodDescriptionboolean
BreakpointManager.canAddBreakpoint
(EditorHost editor, int line) void
BreakpointManager.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) void
ITypeFactory.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) void
JavaTypeFactory.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) void
PropertiesTypeFactory.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 String
LabStatusBar.makeCoords
(EditorHost editor) private String
LabStatusBar.makeSelectionInfo
(EditorHost editor) private void
LabStatusBar.updateCaret
(EditorHost editor)