toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
com.jetbrains.cef.remote
/
RemoteFrame
Remote
Frame
open
class
RemoteFrame
:
RemoteServerObjectLocal
,
CefFrame
Members
Constructors
Remote
Frame
Link copied to clipboard
constructor
(
server
:
RpcExecutor
,
frame
:
RObject
)
Functions
copy
Link copied to clipboard
open
fun
copy
(
)
Executes copy in this frame.
cut
Link copied to clipboard
open
fun
cut
(
)
Executes cut in this frame.
delete
Link copied to clipboard
open
fun
delete
(
)
Executes delete in this frame.
dispose
Link copied to clipboard
open
fun
dispose
(
)
Removes the native reference from an unused object.
execute
Java
Script
Link copied to clipboard
open
fun
executeJavaScript
(
code
:
String
,
url
:
String
,
line
:
Int
)
Execute a string of JavaScript code in this frame.
flush
Link copied to clipboard
open
fun
flush
(
)
get
Identifier
Link copied to clipboard
open
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
open
fun
getName
(
)
:
String
Returns the name for this frame.
get
Parent
Link copied to clipboard
open
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
open
fun
getURL
(
)
:
String
Emits the URL currently loaded in this frame.
is
Focused
Link copied to clipboard
open
fun
isFocused
(
)
:
Boolean
Returns true if this is the focused frame.
is
Main
Link copied to clipboard
open
fun
isMain
(
)
:
Boolean
Returns true if this is the main (top-level) frame.
is
Valid
Link copied to clipboard
open
fun
isValid
(
)
:
Boolean
True if this object is currently attached to a valid frame.
paste
Link copied to clipboard
open
fun
paste
(
)
Executes paste in this frame.
redo
Link copied to clipboard
open
fun
redo
(
)
Executes redo in this frame.
select
All
Link copied to clipboard
open
fun
selectAll
(
)
Executes select all in this frame.
undo
Link copied to clipboard
open
fun
undo
(
)
Executes undo in this frame.