Class TextShadowDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.TextShadowDialog
All Implemented Interfaces:
EventListener, ChangeListener, org.eclipse.swt.events.ModifyListener, org.eclipse.swt.internal.SWTEventListener

public class TextShadowDialog extends org.eclipse.swt.widgets.Dialog implements org.eclipse.swt.events.ModifyListener, ChangeListener
Text shadow dialog designer.
Author:
Christopher Mindus
  • Constructor Details

    • TextShadowDialog

      public TextShadowDialog(org.eclipse.swt.widgets.Shell parent, String textShadow)
      Create the dialog.
  • Method Details

    • open

      public String open()
      Open the dialog.
      Returns:
      the text shadow string.
    • modifyText

      public void modifyText(org.eclipse.swt.events.ModifyEvent e)
      Modified entries: validate.
      Specified by:
      modifyText in interface org.eclipse.swt.events.ModifyListener
    • stateChanged

      public void stateChanged(ChangeEvent e)
      Color changed.
      Specified by:
      stateChanged in interface ChangeListener