|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.util.manager.Object
qx.ui.embed.IframeManager
public class IframeManager
This singleton manages multiple instances of qx.ui.embed.Iframe.
The problem: When dragging over an iframe then all mouse events will be passed to the document of the iframe, not the main document.
The solution: In order to be able to track mouse events over iframes, this manager will block all iframes during a drag with a glasspane.
Constructor Summary | |
---|---|
IframeManager()
|
Method Summary | |
---|---|
void |
handleMouseDown(Event evt)
|
void |
handleMouseUp(Event evt)
|
Methods inherited from class qx.util.manager.Object |
---|
add, disableAll, enableAll, get, getAll, has, remove |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IframeManager()
Method Detail |
---|
public void handleMouseDown(Event evt)
public void handleMouseUp(Event evt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |