Klasse MainSplash

java.lang.Object
org.deidentifier.arx.gui.view.impl.MainSplash

public class MainSplash extends Object
This class implements a splash window.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    MainSplash(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Monitor monitor)
    Creates a new instance.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Disposes the shell.
    boolean
    Is this shell disposed.
    void
    Shows the splash.

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • MainSplash

      public MainSplash(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Monitor monitor)
      Creates a new instance.
      Parameter:
      display -
      monitor -
  • Methodendetails

    • hide

      public void hide()
      Disposes the shell.
    • isDisposed

      public boolean isDisposed()
      Is this shell disposed.
      Gibt zurück:
    • show

      public void show()
      Shows the splash. It is automatically hidden after 2000 ms