IStandaloneCodeEditor

wvlet.airframe.rx.html.widget.editor.monaco.editor.IStandaloneCodeEditor

Attributes

Graph
Supertypes
trait IEditor
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addCommand(keybinding: Double, handler: ICommandHandler, context: String): String | Null
def createContextKey[T](key: String, defaultValue: T): IContextKey[T]

Inherited methods

def addContentWidget(widget: IContentWidget): Unit

Attributes

Inherited from:
ICodeEditor
def addOverlayWidget(widget: IOverlayWidget): Unit

Attributes

Inherited from:
ICodeEditor
def applyFontInfo(target: HTMLElement): Unit

Attributes

Inherited from:
ICodeEditor
def changeViewZones(callback: Function1[IViewZoneChangeAccessor, Unit]): Unit

Attributes

Inherited from:
ICodeEditor
def deltaDecorations(oldDecorations: Array[String], newDecorations: Array[IModelDeltaDecoration]): Array[String]

Attributes

Inherited from:
ICodeEditor
def dispose(): Unit

Attributes

Inherited from:
IEditor
def executeCommand(source: String, command: ICommand): Unit

Attributes

Inherited from:
ICodeEditor
def executeCommands(source: String, commands: Array[ICommand | Null]): Unit

Attributes

Inherited from:
ICodeEditor
def executeEdits(source: String, edits: Array[IIdentifiedSingleEditOperation], endCursorState: ICursorStateComputer | Array[Selection]): Boolean

Attributes

Inherited from:
ICodeEditor
def focus(): Unit

Attributes

Inherited from:
IEditor
def getAction(id: String): IEditorAction

Attributes

Inherited from:
ICodeEditor
def getContainerDomNode(): HTMLElement

Attributes

Inherited from:
ICodeEditor
def getContentHeight(): Double

Attributes

Inherited from:
ICodeEditor
def getContentWidth(): Double

Attributes

Inherited from:
ICodeEditor
def getContribution[T <: IEditorContribution](id: String): T

Attributes

Inherited from:
ICodeEditor
def getDomNode(): HTMLElement | Null

Attributes

Inherited from:
ICodeEditor
def getEditorType(): String

Attributes

Inherited from:
IEditor
def getId(): String

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
ICodeEditor
def getLineDecorations(lineNumber: Double): Array[IModelDecoration] | Null

Attributes

Inherited from:
ICodeEditor
override def getModel(): IEditorModel | Null

Attributes

Definition Classes
Inherited from:
ICodeEditor
def getOffsetForColumn(lineNumber: Double, column: Double): Double

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor
def getPosition(): Position | Null

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
ICodeEditor
def getScrollHeight(): Double

Attributes

Inherited from:
ICodeEditor
def getScrollLeft(): Double

Attributes

Inherited from:
ICodeEditor
def getScrollTop(): Double

Attributes

Inherited from:
ICodeEditor
def getScrollWidth(): Double

Attributes

Inherited from:
ICodeEditor
def getScrolledVisiblePosition(position: IPosition): Any | Null

Attributes

Inherited from:
ICodeEditor
def getSelection(): Selection | Null

Attributes

Inherited from:
IEditor
def getSelections(): Array[Selection] | Null

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
IEditor
def getTargetAtClientPoint(clientX: Double, clientY: Double): IMouseTarget | Null

Attributes

Inherited from:
ICodeEditor
def getTopForLineNumber(lineNumber: Double): Double

Attributes

Inherited from:
ICodeEditor
def getTopForPosition(lineNumber: Double, column: Double): Double

Attributes

Inherited from:
ICodeEditor
def getValue(options: Any): String

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
IEditor
def getVisibleRanges(): Array[Range]

Attributes

Inherited from:
ICodeEditor
def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def hasTextFocus(): Boolean

Attributes

Inherited from:
IEditor
def hasWidgetFocus(): Boolean

Attributes

Inherited from:
ICodeEditor
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def layout(dimension: IDimension): Unit

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor
def onContextMenu(listener: Function1[IEditorMouseEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onDidBlurEditorText(listener: Function0[Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onDidBlurEditorWidget(listener: Function0[Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor
def onDidChangeModel(listener: Function1[IModelChangedEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor
def onDidCompositionEnd(listener: Function0[Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onDidCompositionStart(listener: Function0[Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor
def onDidDispose(listener: Function0[Unit]): IDisposable

Attributes

Inherited from:
IEditor
def onDidFocusEditorText(listener: Function0[Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onDidFocusEditorWidget(listener: Function0[Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onDidLayoutChange(listener: Function1[EditorLayoutInfo, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onDidPaste(listener: Function1[IPasteEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onDidScrollChange(listener: Function1[IScrollEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onKeyDown(listener: Function1[IKeyboardEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onKeyUp(listener: Function1[IKeyboardEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onMouseDown(listener: Function1[IEditorMouseEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onMouseLeave(listener: Function1[IPartialEditorMouseEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onMouseMove(listener: Function1[IEditorMouseEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def onMouseUp(listener: Function1[IEditorMouseEvent, Unit]): IDisposable

Attributes

Inherited from:
ICodeEditor
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def pushUndoStop(): Boolean

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor
def render(forceRedraw: Boolean): Unit

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
IEditor
def revealLine(lineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLineInCenter(lineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLineInCenterIfOutsideViewport(lineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLines(startLineNumber: Double, endLineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLinesInCenter(lineNumber: Double, endLineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealLinesInCenterIfOutsideViewport(lineNumber: Double, endLineNumber: Double, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealPosition(position: IPosition, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealPositionInCenter(position: IPosition, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
IEditor
def revealRange(range: IRange, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealRangeAtTop(range: IRange, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor
def revealRangeInCenter(range: IRange, scrollType: ScrollType): Unit

Attributes

Inherited from:
IEditor

Attributes

Inherited from:
IEditor
override def saveViewState(): IEditorViewState | Null

Attributes

Definition Classes
Inherited from:
ICodeEditor
def setModel(model: IEditorModel | Null): Unit

Attributes

Inherited from:
IEditor
def setPosition(position: IPosition): Unit

Attributes

Inherited from:
IEditor
def setScrollLeft(newScrollLeft: Double): Unit

Attributes

Inherited from:
ICodeEditor

Attributes

Inherited from:
ICodeEditor
def setScrollTop(newScrollTop: Double): Unit

Attributes

Inherited from:
ICodeEditor
def setSelection(selection: Selection): Unit

Attributes

Inherited from:
IEditor
def setSelection(selection: ISelection): Unit

Attributes

Inherited from:
IEditor
def setSelection(selection: Range): Unit

Attributes

Inherited from:
IEditor
def setSelection(selection: IRange): Unit

Attributes

Inherited from:
IEditor
def setValue(newValue: String): Unit

Attributes

Inherited from:
ICodeEditor
def toLocaleString(): String

Attributes

Inherited from:
Object
def trigger(source: String, handlerId: String, payload: Any): Unit

Attributes

Inherited from:
IEditor
def updateOptions(newOptions: IEditorOptions): Unit

Attributes

Inherited from:
IEditor
def valueOf(): Any

Attributes

Inherited from:
Object