Class EventDelegateDispatcher


  • public class EventDelegateDispatcher
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void initializeDispatchers​(java.awt.Component child, java.awt.Component parent)
      This function adds mouse, key, and focus listeners to the actual subcomponent (usually in a scrollpane) in order to dispatch them upwards to the parent, the scrollpane, so that these events can be seen by jython event handlers
      static void initializeDispatchers​(java.awt.Component child, java.awt.Component parent, int mask)
      This function adds listeners to the actual subcomponent (usually in a scrollpane) in order to dispatch them upwards to the parent, the scrollpane, so that these events can be seen by jython event handlers
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventDelegateDispatcher

        public EventDelegateDispatcher()
    • Method Detail

      • initializeDispatchers

        public static void initializeDispatchers​(java.awt.Component child,
                                                 java.awt.Component parent)
        This function adds mouse, key, and focus listeners to the actual subcomponent (usually in a scrollpane) in order to dispatch them upwards to the parent, the scrollpane, so that these events can be seen by jython event handlers
      • initializeDispatchers

        public static void initializeDispatchers​(java.awt.Component child,
                                                 java.awt.Component parent,
                                                 int mask)
        This function adds listeners to the actual subcomponent (usually in a scrollpane) in order to dispatch them upwards to the parent, the scrollpane, so that these events can be seen by jython event handlers