Uses of Interface
com.biglybt.ui.swt.twistie.ITwistieListener
Packages that use ITwistieListener
-
Uses of ITwistieListener in com.biglybt.ui.swt.progress
Classes in com.biglybt.ui.swt.progress that implement ITwistieListenerMethods in com.biglybt.ui.swt.progress with parameters of type ITwistieListenerModifier and TypeMethodDescriptionvoid
ProgressReporterPanel.addTwistieListener
(ITwistieListener listener) void
ProgressReporterPanel.removeTwistieListener
(ITwistieListener listener) -
Uses of ITwistieListener in com.biglybt.ui.swt.twistie
Methods in com.biglybt.ui.swt.twistie with parameters of type ITwistieListenerModifier and TypeMethodDescriptionvoid
TwistieLabel.addTwistieListener
(ITwistieListener listener) Add a listener to be notified whenever this control is collapsed or expanded; listeners can check the collapsed/expanded state on the control and perform layout changes if need be.void
TwistieSection.addTwistieListener
(ITwistieListener listener) Delegating to theTwistieLabel
void
TwistieLabel.removeTwistieListener
(ITwistieListener listener) void
TwistieSection.removeTwistieListener
(ITwistieListener listener) Delegating to theTwistieLabel