public class JRexManager
extends java.lang.Object
implements org.mozilla.jrex.event.window.WindowListener
| Modifier and Type | Field and Description |
|---|---|
(package private) static JRexManager |
staticManager
For the singleton.
|
| Constructor and Description |
|---|
JRexManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireCanvas(JRexBrowser browser) |
static JRexManager |
getReference()
Gets the singleton.
|
java.awt.Window |
getWindow() |
org.mozilla.jrex.window.JRexWindowManager |
getWindowManager() |
void |
windowCreated(int jrexPeerID) |
void |
windowDisposing(int jrexPeerID) |
static JRexManager staticManager
public static JRexManager getReference()
public org.mozilla.jrex.window.JRexWindowManager getWindowManager()
public java.awt.Window getWindow()
public void windowDisposing(int jrexPeerID)
windowDisposing in interface org.mozilla.jrex.event.window.WindowListenerpublic void windowCreated(int jrexPeerID)
windowCreated in interface org.mozilla.jrex.event.window.WindowListenerpublic void acquireCanvas(JRexBrowser browser)