Package com.iizigo.vs

Class ActionActorDialog

  • All Implemented Interfaces:
    EventListener, java.lang.Runnable

    public class ActionActorDialog
    extends org.eclipse.swt.widgets.Dialog
    implements java.lang.Runnable, EventListener
    New or Edit Action Actor dialog box.
    Author:
    Christopher Mindus
    • Method Summary

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

      • run

        public void run()
        Enables refresh.
        Specified by:
        run in interface java.lang.Runnable
      • onEvent

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