Uses of Class
editor.EditorHost
-
Packages that use EditorHost Package Description editor editor.debugger editor.plugin.typeloader editor.plugin.typeloader.java editor.plugin.typeloader.properties -
-
Uses of EditorHost in editor
Subclasses of EditorHost in editor Modifier and Type Class Description classGosuEditorA component for editing Gosu source.classGosuFieldclassStandardEditorMethods in editor that return EditorHost Modifier and Type Method Description static EditorHostEditorFactory. createEditor(Path file, IScriptPartId partId)EditorHostGosuPanel. findTab(Path file)EditorHostGosuPanel. getCurrentEditor()EditorHostAbstractLineInfoManager. getEditor()EditorHostEditorHostTextPane. getEditor()EditorHostILineInfoManager. getEditor()EditorHostGosuPanel. getGosuEditor()EditorHostNavigationHistory. getPreviousEditor()Methods in editor with parameters of type EditorHost Modifier and Type Method Description voidScriptChangeHandler. establishUndoableEditListener(EditorHost editor)booleanGosuPanel. isDirty(EditorHost editor)ITabHistoryContextEditorTabHistoryHandler. makeTabContext(EditorHost tab)ITabHistoryContextITabHistoryHandler. 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 EditorHost Modifier and Type Method Description static 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 EditorHost Constructor Description EditorHostTextPane(EditorHost editor)GosuPanelDocumentFilter(EditorHost editor)ScriptEditorMouseWheelHandler(EditorHost editor)TabSelectionHistoryItem(NavigationHistory tabHistory, EditorHost prevTab, int prevCaretPos, EditorHost selectedTab, int caretPos)Constructor parameters in editor with type arguments of type EditorHost Constructor Description CopyActionHandler(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 EditorHost Modifier and Type Method Description booleanBreakpointManager. 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 EditorHost Modifier and Type Method Description IIssueContainerITypeFactory. getIssueContainer(EditorHost editor)StringITypeFactory. 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 EditorHost Modifier and Type Method Description IIssueContainerJavaTypeFactory. getIssueContainer(EditorHost editor)StringJavaTypeFactory. 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 EditorHost Modifier and Type Method Description IIssueContainerPropertiesTypeFactory. getIssueContainer(EditorHost editor)StringPropertiesTypeFactory. getTooltipMessage(int iPos, EditorHost editor)voidPropertiesTypeFactory. parse(IType type, String strText, boolean forceCodeCompletion, boolean changed, EditorHost editor)
-