Class FillDialog


  • public class FillDialog
    extends org.eclipse.swt.widgets.Dialog
    The fill dialog to choose an ARGB color and the stroke. THIS CODE IS CURRENTLY NOT USED!!!!! THIS CODE IS CURRENTLY NOT USED!!!!! THIS CODE IS CURRENTLY NOT USED!!!!! THIS CODE IS CURRENTLY NOT USED!!!!! THIS CODE IS CURRENTLY NOT USED!!!!! THIS CODE IS CURRENTLY NOT USED!!!!! THIS CODE IS CURRENTLY NOT USED!!!!! THIS CODE IS CURRENTLY NOT USED!!!!! THIS CODE IS CURRENTLY NOT USED!!!!!
    Author:
    Christopher Mindus
    • Constructor Summary

      Constructors 
      ConstructorDescription
      FillDialog​(org.eclipse.swt.widgets.Shell parent, GFill fill)
      Create the dialog.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      GFillopen()
      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

      • FillDialog

        public FillDialog​(org.eclipse.swt.widgets.Shell parent,
                          GFill fill)
        Create the dialog.
    • Method Detail

      • open

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