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 Link icon

  • Method Details Link icon

    • open Link icon

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

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