Package com.iizigo.prop.editor.dialog
Class BoxShadowDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.BoxShadowDialog
- All Implemented Interfaces:
EventListener
,ChangeListener
,ModifyListener
,SelectionListener
,SWTEventListener
public class BoxShadowDialog extends Dialog implements ModifyListener, ChangeListener, SelectionListener
Box shadow dialog designer. Note: In order to get box-shadow in IE9 or later, you need to set "border-collapse" to "separate". Mobile: Limited support? At least iOS.
- Author:
- Christopher Mindus
Constructor Details
BoxShadowDialog
Create the dialog.
Method Details
open
Open the dialog.- Returns:
- the text shadow string.
modifyText
Modified entries: validate.- Specified by:
modifyText
in interfaceModifyListener
stateChanged
Color changed.- Specified by:
stateChanged
in interfaceChangeListener
widgetSelected
Inset selected.- Specified by:
widgetSelected
in interfaceSelectionListener
widgetDefaultSelected
Not used.- Specified by:
widgetDefaultSelected
in interfaceSelectionListener