Uses of Interface
com.biglybt.ui.swt.twistie.ITwistieListener
-
Packages that use ITwistieListener Package Description com.biglybt.ui.swt.progress com.biglybt.ui.swt.twistie -
-
Uses of ITwistieListener in com.biglybt.ui.swt.progress
Classes in com.biglybt.ui.swt.progress that implement ITwistieListener Modifier and Type Class Description class
ProgressReporterWindow
Methods in com.biglybt.ui.swt.progress with parameters of type ITwistieListener Modifier and Type Method Description void
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 ITwistieListener Modifier and Type Method Description void
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
-