Package com.biglybt.ui.swt.skin
Class SWTSkinImageChanger
java.lang.Object
com.biglybt.ui.swt.skin.SWTSkinImageChanger
- All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSWTSkinImageChanger
(String suffix, int eventOn, int eventOff, int button) Default Constructor -
Method Summary
-
Field Details
-
DEBUG
private static final boolean DEBUG- See Also:
-
suffix
-
eventOn
private final int eventOn -
button
private final int button -
lastControl
private org.eclipse.swt.widgets.Control lastControl
-
-
Constructor Details
-
SWTSkinImageChanger
Default Constructor- Parameters:
suffix
-eventOff
-eventOn
-
-
-
Method Details
-
handleEvent
public void handleEvent(org.eclipse.swt.widgets.Event event) - Specified by:
handleEvent
in interfaceorg.eclipse.swt.widgets.Listener
-