public class ApplicationManager
extends java.lang.Object
Application
.Modifier and Type | Field and Description |
---|---|
protected static Application |
ourApplication |
Constructor and Description |
---|
ApplicationManager() |
Modifier and Type | Method and Description |
---|---|
static Application |
getApplication() |
static void |
setApplication(Application instance,
Disposable parent) |
static void |
setApplication(Application instance,
Getter<FileTypeRegistry> fileTypeRegistryGetter,
Disposable parent) |
protected static Application ourApplication
public static Application getApplication()
public static void setApplication(Application instance, Disposable parent)
public static void setApplication(Application instance, Getter<FileTypeRegistry> fileTypeRegistryGetter, Disposable parent)