Uses of Interface
com.biglybt.pif.ui.components.UIPropertyChangeListener
-
-
Uses of UIPropertyChangeListener in com.biglybt.pif.ui.components
Methods in com.biglybt.pif.ui.components with parameters of type UIPropertyChangeListener Modifier and Type Method Description void
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 UIPropertyChangeListener Modifier and Type Field Description protected CopyOnWriteList<UIPropertyChangeListener>
UIComponentImpl. listeners
Methods in com.biglybt.pifimpl.local.ui.components with parameters of type UIPropertyChangeListener Modifier and Type Method Description void
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 UIPropertyChangeListener Modifier and Type Method Description void
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 UIPropertyChangeListener Modifier and Type Class Description class
TextAreaSwtParameter
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 Modifier and Type Class Description class
BasicPluginViewImpl
-