Class BridgeEventSupport

    • Field Detail

      • TEXT_COMPOUND_ID

        public static final java.text.AttributedCharacterIterator.Attribute TEXT_COMPOUND_ID
    • Constructor Detail

      • BridgeEventSupport

        protected BridgeEventSupport()
    • Method Detail

      • addGVTListener

        public static void addGVTListener​(BridgeContext ctx,
                                          org.w3c.dom.Document doc)
        Is called only for the root element in order to dispatch GVT events to the DOM.
      • storeEventListener

        protected static void storeEventListener​(BridgeContext ctx,
                                                 org.w3c.dom.events.EventTarget e,
                                                 java.lang.String t,
                                                 org.w3c.dom.events.EventListener l,
                                                 boolean c)
        Calls storeEventListener on the given BridgeContext.
      • storeEventListenerNS

        protected static void storeEventListenerNS​(BridgeContext ctx,
                                                   org.w3c.dom.events.EventTarget e,
                                                   java.lang.String n,
                                                   java.lang.String t,
                                                   org.w3c.dom.events.EventListener l,
                                                   boolean c)
        Calls storeEventListenerNS on the given BridgeContext.