Uses of Interface
omix.lang.reflect.ValueChangeListener
Package | Description |
---|---|
omix.lang.reflect |
This package provides classes which allow a dynamic access of OVL code from Java.
|
omix.plugin.ovl.reflect |
This package contains interfaces to the OVL runtime environment of Omix.
|
omix.util |
This package contains utilities for OVL and Omix plugin development.
|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of ValueChangeListener in omix.lang.reflect
Methods in omix.lang.reflect with parameters of type ValueChangeListener Modifier and Type Method Description void
Field. connect(ValueChangeListener... listeners)
The method connects the sender to the submitted listeners Vice versa, a reverse connection is established by callingaddSender(ValueChangeSender)
.void
ValueChangeSender. connect(ValueChangeListener... listeners)
The method connects the sender to the submitted listeners Vice versa, a reverse connection is established by callingaddSender(ValueChangeSender)
.void
Field. disconnect(ValueChangeListener... listeners)
This method disconnects the submitted listeners from the sender By callingremoveSender(ValueChangeSender)
the reverse connection is deleted.void
ValueChangeSender. disconnect(ValueChangeListener... listeners)
This method disconnects the submitted listeners from the sender By callingremoveSender(ValueChangeSender)
the reverse connection is deleted. -
Uses of ValueChangeListener in omix.plugin.ovl.reflect
Methods in omix.plugin.ovl.reflect with parameters of type ValueChangeListener Modifier and Type Method Description void
Field. connect(ValueChangeListener... listeners)
The method connects the sender to the submitted listeners Vice versa, a reverse connection is established by callingaddSender(ValueChangeSender)
.void
Field. disconnect(ValueChangeListener... listeners)
This method disconnects the submitted listeners from the sender By callingremoveSender(ValueChangeSender)
the reverse connection is deleted. -
Uses of ValueChangeListener in omix.util
Classes in omix.util that implement ValueChangeListener Modifier and Type Class Description class
ItemPropertyChangeListener
This class implements theValueChangeListener
with aPropertyChangeListener
.class
SynchronousItemPropertyChangeListener
This class implements theValueChangeListener
in thread-safe manner.class
SynchronousValueChangeListener
This class implements theValueChangeListener
in thread-safe manner.class
ValueChangeAdapter
This class implements theValueChangeListener
. -
Uses of ValueChangeListener in omix.util.ui
Classes in omix.util.ui that implement ValueChangeListener Modifier and Type Class Description class
EventBasedItemPropertyChangeListener
This class implements theValueChangeListener
in QEventLoop.class
EventBasedValueChangeListener
This class implements theValueChangeListener
in QEventLoop.