Class StylesDialog

  • All Implemented Interfaces:
    EventListener

    public class StylesDialog
    extends org.eclipse.swt.widgets.Dialog
    implements EventListener
    Dialog for Styles of a UI component.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidonEvent​(GEvent event)
      Called to process an event.
      booleanopen()
      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
    • Method Detail

      • 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.