toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
org.cef.browser
/
CefFrame
Cef
Frame
interface
CefFrame
Interface representing a frame.
Inheritors
RemoteFrame
Members
Functions
copy
Link copied to clipboard
abstract
fun
copy
(
)
Executes copy in this frame.
cut
Link copied to clipboard
abstract
fun
cut
(
)
Executes cut in this frame.
delete
Link copied to clipboard
abstract
fun
delete
(
)
Executes delete in this frame.
dispose
Link copied to clipboard
abstract
fun
dispose
(
)
Removes the native reference from an unused object.
execute
Java
Script
Link copied to clipboard
abstract
fun
executeJavaScript
(
code
:
String
,
url
:
String
,
line
:
Int
)
Execute a string of JavaScript code in this frame.
get
Identifier
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.
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
Returns the name for this frame.
get
Parent
Link copied to clipboard
abstract
fun
getParent
(
)
:
CefFrame
Returns the parent of this frame or NULL if this is the main (top-level) frame.
get
URL
Link copied to clipboard
abstract
fun
getURL
(
)
:
String
Emits the URL currently loaded in this frame.
is
Focused
Link copied to clipboard
abstract
fun
isFocused
(
)
:
Boolean
Returns true if this is the focused frame.
is
Main
Link copied to clipboard
abstract
fun
isMain
(
)
:
Boolean
Returns true if this is the main (top-level) frame.
is
Valid
Link copied to clipboard
abstract
fun
isValid
(
)
:
Boolean
True if this object is currently attached to a valid frame.
paste
Link copied to clipboard
abstract
fun
paste
(
)
Executes paste in this frame.
redo
Link copied to clipboard
abstract
fun
redo
(
)
Executes redo in this frame.
select
All
Link copied to clipboard
abstract
fun
selectAll
(
)
Executes select all in this frame.
undo
Link copied to clipboard
abstract
fun
undo
(
)
Executes undo in this frame.