Uses of Interface
com.biglybt.pif.ui.components.UIPropertyChangeListener
Packages that use UIPropertyChangeListener
Package
Description
-
Uses of UIPropertyChangeListener in com.biglybt.pif.ui.components
Methods in com.biglybt.pif.ui.components with parameters of type UIPropertyChangeListenerModifier and TypeMethodDescriptionvoid
UIComponent.addPropertyChangeListener
(UIPropertyChangeListener l) void
UIComponent.removePropertyChangeListener
(UIPropertyChangeListener l) -
Uses of UIPropertyChangeListener in com.biglybt.pifimpl.local.ui.components
Fields in com.biglybt.pifimpl.local.ui.components with type parameters of type UIPropertyChangeListenerModifier and TypeFieldDescriptionprivate CopyOnWriteList
<UIPropertyChangeListener> UIComponentImpl.property_listeners
Methods in com.biglybt.pifimpl.local.ui.components with parameters of type UIPropertyChangeListenerModifier and TypeMethodDescriptionvoid
UIComponentImpl.addPropertyChangeListener
(UIPropertyChangeListener l) void
UITextAreaImpl.addPropertyChangeListener
(UIPropertyChangeListener l) void
UIComponentImpl.removePropertyChangeListener
(UIPropertyChangeListener l) -
Uses of UIPropertyChangeListener in com.biglybt.pifimpl.local.ui.config
Methods in com.biglybt.pifimpl.local.ui.config with parameters of type UIPropertyChangeListenerModifier and TypeMethodDescriptionvoid
UITextAreaImpl.addPropertyChangeListener
(UIPropertyChangeListener l) void
UITextAreaImpl.removePropertyChangeListener
(UIPropertyChangeListener l) -
Uses of UIPropertyChangeListener in com.biglybt.ui.swt.config
Classes in com.biglybt.ui.swt.config that implement UIPropertyChangeListenerModifier and TypeClassDescriptionclass
Sorta likeStringAreaSwtParameter
, except uses StyledText and uses an UITextAreaImpl instead of a ValueProcessor -
Uses of UIPropertyChangeListener in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIPropertyChangeListener