Class PatternDialog


  • public class PatternDialog
    extends org.eclipse.swt.widgets.Dialog
    The font dialog to choose the font.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      GFillPatternopen()
      Open the dialog.
      • Methods inherited from class org.eclipse.swt.widgets.Dialog

        checkSubclass, getParent, getStyle, getText, setText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PatternDialog

        public PatternDialog​(org.eclipse.swt.widgets.Shell parent,
                             ModuleModel model,
                             GFillPattern pattern)
        Create the dialog.
    • Method Detail

      • open

        public GFillPattern open()
        Open the dialog.
        Returns:
        the result, or null for cancel.