Class EventDelegateDispatcher
java.lang.Object
com.inductiveautomation.factorypmi.application.components.util.EventDelegateDispatcher
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidinitializeDispatchers(Component child, 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 handlersstatic voidinitializeDispatchers(Component child, 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
- 
Field Details- 
KEY_EVENT_MASKpublic static final int KEY_EVENT_MASK- See Also:
 
- 
MOUSE_EVENT_MASKpublic static final int MOUSE_EVENT_MASK- See Also:
 
- 
FOCUS_EVENT_MASKpublic static final int FOCUS_EVENT_MASK- See Also:
 
- 
ALL_EVENTS_MASKpublic static final int ALL_EVENTS_MASK- See Also:
 
 
- 
- 
Constructor Details- 
EventDelegateDispatcherpublic EventDelegateDispatcher()
 
- 
- 
Method Details- 
initializeDispatchersThis 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
- 
initializeDispatchersThis 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
 
-