Skip navigation links
A B C D E G H I J O P R S U V W X Y 

A

availableRect - Variable in class ceffx.ScreenInfo
 

B

Browser - Interface in ceffx
 
BrowserView - Class in ceffx.javafx
 
BrowserView(Cef, URL) - Constructor for class ceffx.javafx.BrowserView
 

C

Cef - Interface in ceffx
 
ceffx - package ceffx
 
ceffx.javafx - package ceffx.javafx
 
ceffx.jni - package ceffx.jni
 
ceffx.process - package ceffx.process
 
ceffx.util - package ceffx.util
 
CefMessageLoopManager - Interface in ceffx.util
 
CefMessageLoopManagerFactory - Interface in ceffx.util
 
close() - Method in interface ceffx.Browser
 
close() - Method in class ceffx.javafx.BrowserView
 
colorDepth - Variable in class ceffx.ScreenInfo
 
colorDepthPerComponent - Variable in class ceffx.ScreenInfo
 
createBrowser(RenderHandler, URL) - Method in interface ceffx.Cef
Create a new browser.
createBrowser(RenderHandler, URL) - Method in class ceffx.jni.JNICef
 
createBrowser(RenderHandler, URL) - Method in class ceffx.process.ProcessCef
 
createMessageLoopManager(Cef) - Method in class ceffx.javafx.DefaultCefMessageLoopManagerFactory
 
createMessageLoopManager(Cef) - Method in class ceffx.javafx.JfxAppThreadMessageLoopManagerFactory
 
createMessageLoopManager(Cef) - Method in interface ceffx.util.CefMessageLoopManagerFactory
 
createMessageLoopManager(Cef) - Method in class ceffx.util.StandaloneMessageLoopManagerFactory
 

D

DEFAULT_MESSAGE_LOOP_FRAME_RATE - Static variable in class ceffx.javafx.JfxAppThreadMessageLoopManagerFactory
 
DefaultCefMessageLoopManagerFactory - Class in ceffx.javafx
 
DefaultCefMessageLoopManagerFactory() - Constructor for class ceffx.javafx.DefaultCefMessageLoopManagerFactory
 
deviceScaleFactor - Variable in class ceffx.ScreenInfo
 
doMessageLoopWork() - Method in interface ceffx.Cef
Perform a single iteration of CEF message loop processing.
doMessageLoopWork() - Method in class ceffx.jni.JNICef
 
doMessageLoopWork() - Method in class ceffx.process.ProcessCef
 

E

ensureExecutable(Path) - Static method in class ceffx.util.ResourceHelper
 
ensureInitialized() - Method in class ceffx.jni.JNICef
 
ensureInitialized() - Method in class ceffx.process.ProcessCef
 

G

getRootScreenRect() - Method in interface ceffx.RenderHandler
 
getScreenInfo() - Method in interface ceffx.RenderHandler
 
getScreenPoint(int, int) - Method in interface ceffx.RenderHandler
 
getType() - Static method in class ceffx.util.OperatingSystem
 
getViewRect() - Method in interface ceffx.RenderHandler
 

H

height - Variable in class ceffx.Rectangle
 

I

initialize() - Method in interface ceffx.Cef
Initialize CEF.
initialize() - Method in class ceffx.jni.JNICef
 
initialize() - Method in class ceffx.process.ProcessCef
 
isInitialized() - Method in interface ceffx.Cef
 
isInitialized() - Method in class ceffx.jni.JNICef
 
isInitialized() - Method in class ceffx.process.ProcessCef
 
isLinux() - Static method in class ceffx.util.OperatingSystem
 
isMac() - Static method in class ceffx.util.OperatingSystem
 
isMonochrome - Variable in class ceffx.ScreenInfo
 
isReady() - Method in interface ceffx.Browser
 
isWindows() - Static method in class ceffx.util.OperatingSystem
 

J

JfxAppThreadMessageLoopManagerFactory - Class in ceffx.javafx
Ensures CEF message loop (and the initialization of CEF) run on the JavaFX App Thread.
JfxAppThreadMessageLoopManagerFactory() - Constructor for class ceffx.javafx.JfxAppThreadMessageLoopManagerFactory
 
JfxAppThreadMessageLoopManagerFactory(int) - Constructor for class ceffx.javafx.JfxAppThreadMessageLoopManagerFactory
 
JNICef - Class in ceffx.jni
 
JNICef() - Constructor for class ceffx.jni.JNICef
 

O

onPaint(ByteBuffer, int, int) - Method in interface ceffx.RenderHandler
Note that the memory represented by buffer is only guaranteed to be valid for the duration of the method invocation.
OperatingSystem - Class in ceffx.util
 
OperatingSystem.OS - Enum in ceffx.util
 

P

Point - Class in ceffx
 
Point(int, int) - Constructor for class ceffx.Point
 
ProcessCef - Class in ceffx.process
 
ProcessCef() - Constructor for class ceffx.process.ProcessCef
 

R

readResourceHash(String) - Static method in class ceffx.util.ResourceHelper
 
rect - Variable in class ceffx.ScreenInfo
 
Rectangle - Class in ceffx
 
Rectangle(int, int, int, int) - Constructor for class ceffx.Rectangle
 
RenderHandler - Interface in ceffx
 
ResourceHelper - Class in ceffx.util
 

S

ScreenInfo - Class in ceffx
 
ScreenInfo(Rectangle) - Constructor for class ceffx.ScreenInfo
 
ScreenInfo(float, int, int, boolean, Rectangle, Rectangle) - Constructor for class ceffx.ScreenInfo
 
sendMouseClickEvent(int, int, boolean, int) - Method in interface ceffx.Browser
 
sendMouseMoveEvent(int, int, boolean) - Method in interface ceffx.Browser
 
sendMouseWheelEvent(int, int, int, int) - Method in interface ceffx.Browser
 
shutdown() - Method in interface ceffx.Cef
Shutdown CEF processes, should be called before the application exits.
shutdown() - Method in class ceffx.jni.JNICef
 
shutdown() - Method in class ceffx.process.ProcessCef
 
StandaloneMessageLoopManagerFactory - Class in ceffx.util
Runs the CEF message loop in a separate thread.
StandaloneMessageLoopManagerFactory() - Constructor for class ceffx.util.StandaloneMessageLoopManagerFactory
 
start() - Method in interface ceffx.Cef
Start CEF and run the automatic message loop.
start() - Method in class ceffx.jni.JNICef
 
start() - Method in class ceffx.process.ProcessCef
 
startMessageLoop() - Method in interface ceffx.util.CefMessageLoopManager
Start CEF and execution of the message loop.
stopMessageLoop() - Method in interface ceffx.util.CefMessageLoopManager
Stop execution of the message loop and shutdown CEF.

U

unpackZipResource(String) - Static method in class ceffx.util.ResourceHelper
 

V

valueOf(String) - Static method in enum ceffx.util.OperatingSystem.OS
Returns the enum constant of this type with the specified name.
values() - Static method in enum ceffx.util.OperatingSystem.OS
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasResized() - Method in interface ceffx.Browser
 
width - Variable in class ceffx.Rectangle
 

X

x - Variable in class ceffx.Point
 
x - Variable in class ceffx.Rectangle
 

Y

y - Variable in class ceffx.Point
 
y - Variable in class ceffx.Rectangle
 
A B C D E G H I J O P R S U V W X Y 
Skip navigation links