Klasse MainSplash
java.lang.Object
org.deidentifier.arx.gui.view.impl.MainSplash
This class implements a splash window.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMainSplash(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Monitor monitor) Creates a new instance. -
Methodenübersicht
-
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
-