CefFrame

interface CefFrame

Interface representing a frame.

Inheritors

Functions

Link copied to clipboard
abstract fun copy()
Executes copy in this frame.
Link copied to clipboard
abstract fun cut()
Executes cut in this frame.
Link copied to clipboard
abstract fun delete()
Executes delete in this frame.
Link copied to clipboard
abstract fun dispose()
Removes the native reference from an unused object.
Link copied to clipboard
abstract fun executeJavaScript(code: String, url: String, line: Int)
Execute a string of JavaScript code in this frame.
Link copied to clipboard
abstract fun getIdentifier(): String
Returns the globally unique identifier for this frame or null if the underlying frame does not yet exist.
Link copied to clipboard
abstract fun getName(): String
Returns the name for this frame.
Link copied to clipboard
abstract fun getParent(): CefFrame
Returns the parent of this frame or NULL if this is the main (top-level) frame.
Link copied to clipboard
abstract fun getURL(): String
Emits the URL currently loaded in this frame.
Link copied to clipboard
abstract fun isFocused(): Boolean
Returns true if this is the focused frame.
Link copied to clipboard
abstract fun isMain(): Boolean
Returns true if this is the main (top-level) frame.
Link copied to clipboard
abstract fun isValid(): Boolean
True if this object is currently attached to a valid frame.
Link copied to clipboard
abstract fun paste()
Executes paste in this frame.
Link copied to clipboard
abstract fun redo()
Executes redo in this frame.
Link copied to clipboard
abstract fun selectAll()
Executes select all in this frame.
Link copied to clipboard
abstract fun undo()
Executes undo in this frame.