Uses of Interface
editor.ILineInfoManager
-
Packages that use ILineInfoManager Package Description editor -
-
Uses of ILineInfoManager in editor
Classes in editor that implement ILineInfoManager Modifier and Type Class Description class
AbstractLineInfoManager
class
GosuClassLineInfoManager
class
SimpleLineInfoManager
Methods in editor that return ILineInfoManager Modifier and Type Method Description ILineInfoManager
EditorScrollPane. getLineInfoMgr()
Methods in editor with parameters of type ILineInfoManager Modifier and Type Method Description protected void
GosuField. configureLayout(ILineInfoManager lineInfoRenderer)
Constructors in editor with parameters of type ILineInfoManager Constructor Description EditorScrollPane(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)
-