Uses of Interface
editor.ILineInfoManager
Packages that use ILineInfoManager
-
Uses of ILineInfoManager in editor
Classes in editor that implement ILineInfoManagerModifier and TypeClassDescriptionclassclassclassMethods in editor that return ILineInfoManagerMethods in editor with parameters of type ILineInfoManagerModifier and TypeMethodDescriptionprotected voidGosuField.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)