Uses of Interface
editor.ILineInfoManager
Packages that use ILineInfoManager
-
Uses of ILineInfoManager in editor
Classes in editor that implement ILineInfoManagerModifier and TypeClassDescriptionclassclassclassprivate static classFields in editor declared as ILineInfoManagerMethods in editor that return ILineInfoManagerMethods in editor with parameters of type ILineInfoManagerModifier and TypeMethodDescriptionprivate voidStandardEditor.configUi(ILineInfoManager lineInfoRenderer) (package private) voidGosuEditor.configureLayout(ILineInfoManager lineInfoRenderer) protected 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)