Class StylesDialog

java.lang.Object
org.eclipse.swt.widgets.Dialog
com.iizigo.prop.editor.dialog.StylesDialog
All Implemented Interfaces:
EventListener

public class StylesDialog extends Dialog implements EventListener
Dialog for Styles of a UI component.
Author:
Christopher Mindus
  • Constructor Details

  • Method Details

    • open

      public boolean open()
      Open the dialog.
      Returns:
      true for OK, false for Cancel.
    • onEvent

      public void onEvent(GEvent event)
      Called to process an event.
      Specified by:
      onEvent in interface EventListener
      Parameters:
      event - The event.