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 class
GosuEditor
A component for editing Gosu source.class
GosuField
class
StandardEditor
Methods in editor that return EditorHost Modifier and Type Method Description static EditorHost
EditorFactory. createEditor(Path file, IScriptPartId partId)
EditorHost
GosuPanel. findTab(Path file)
EditorHost
GosuPanel. getCurrentEditor()
EditorHost
AbstractLineInfoManager. getEditor()
EditorHost
EditorHostTextPane. getEditor()
EditorHost
ILineInfoManager. getEditor()
EditorHost
GosuPanel. getGosuEditor()
EditorHost
NavigationHistory. getPreviousEditor()
Methods in editor with parameters of type EditorHost Modifier and Type Method Description void
ScriptChangeHandler. establishUndoableEditListener(EditorHost editor)
boolean
GosuPanel. isDirty(EditorHost editor)
ITabHistoryContext
EditorTabHistoryHandler. makeTabContext(EditorHost tab)
ITabHistoryContext
ITabHistoryHandler. makeTabContext(EditorHost tab)
boolean
ITabHistoryContext. represents(EditorHost editor)
boolean
GosuPanel. save(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 EditorHost Modifier and Type Method Description static 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 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 boolean
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 EditorHost Modifier and Type Method Description IIssueContainer
ITypeFactory. getIssueContainer(EditorHost editor)
String
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 EditorHost Modifier and Type Method Description IIssueContainer
JavaTypeFactory. getIssueContainer(EditorHost editor)
String
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 EditorHost Modifier and Type Method Description IIssueContainer
PropertiesTypeFactory. getIssueContainer(EditorHost editor)
String
PropertiesTypeFactory. getTooltipMessage(int iPos, EditorHost editor)
void
PropertiesTypeFactory. parse(IType type, String strText, boolean forceCodeCompletion, boolean changed, EditorHost editor)
-