public class SimpleApplication extends Application
ApplicationRunner first so it can perform
initialization tasks like setting jface realm and creating a display.
Otherwise the window tries to create a model object which could be using
some jfacedatabinding observables that won't get any Realm exploding| Constructor and Description |
|---|
SimpleApplication(Class<? extends Window<?>> classOfWindow) |
| Modifier and Type | Method and Description |
|---|---|
protected Window<?> |
createMainWindow()
Este método debe ser sobreescrito por las aplicaciones concretas, para
crear la ventana principal de la aplicación.
|
static void |
start(Class<? extends Window<?>> classOfWindow) |
getDelegate, getNecesaryClassLoaderName, run, start, validateClassLoaderprotected Window<?> createMainWindow()
ApplicationcreateMainWindow in class ApplicationCopyright © 2015 Uqbar Project. All rights reserved.