Uses of Interface
editor.ILineInfoManager
Packages that use ILineInfoManager
-
Uses of ILineInfoManager in editor
Classes in editor that implement ILineInfoManagerModifier and TypeClassDescriptionclass
class
class
private static class
Fields in editor declared as ILineInfoManagerMethods in editor that return ILineInfoManagerMethods in editor with parameters of type ILineInfoManagerModifier and TypeMethodDescriptionprivate void
StandardEditor.configUi
(ILineInfoManager lineInfoRenderer) (package private) void
GosuEditor.configureLayout
(ILineInfoManager lineInfoRenderer) protected void
GosuField.configureLayout
(ILineInfoManager lineInfoRenderer) Constructors in editor with parameters of type ILineInfoManagerModifierConstructorDescriptionEditorScrollPane
(ILineInfoManager lineInfoRenderer, JTextComponent editor, JComponent view) EditorScrollPane
(ILineInfoManager lineInfoMgr, JTextComponent editor, JComponent view, int iVertPolicy, int iHorzPolicy) GosuEditor
(ILineInfoManager lineInfoRenderer, AtomicUndoManager undoMgr, IScriptabilityModifier scriptabilityConstraint, IContextMenuHandler<IScriptEditor> contextMenuHandler, boolean bStatement, boolean bEmptyTextOk) GosuEditor
(ISymbolTable symTable, ILineInfoManager lineInfoRenderer, AtomicUndoManager undoMgr, IScriptabilityModifier scriptabilityConstraint, IContextMenuHandler<IScriptEditor> contextMenuHandler, boolean bStatement, boolean bEmptyTextOk) StandardEditor
(ILineInfoManager lineInfoRenderer, IType type)