Package org.eclipse.nebula.cwt.v
Class VButtonPainter
java.lang.Object
org.eclipse.nebula.cwt.v.VControlPainter
org.eclipse.nebula.cwt.v.VButtonPainter
- All Implemented Interfaces:
IControlPainter
public class VButtonPainter extends VControlPainter
Class to paint a button.
-
Constructor Summary
Constructors Constructor Description VButtonPainter() -
Method Summary
Modifier and Type Method Description voidpaintBackground(VControl control, org.eclipse.swt.widgets.Event e)Methods inherited from class org.eclipse.nebula.cwt.v.VControlPainter
dispose, paintBorders, paintContent
-
Constructor Details
-
VButtonPainter
public VButtonPainter()
-
-
Method Details
-
paintBackground
- Specified by:
paintBackgroundin interfaceIControlPainter- Overrides:
paintBackgroundin classVControlPainter
-