Package | Description |
---|---|
com.sun.glass.ui | |
com.sun.glass.ui.gtk | |
com.sun.glass.ui.ios | |
com.sun.glass.ui.lens | |
com.sun.glass.ui.mac | |
com.sun.glass.ui.monocle | |
com.sun.glass.ui.swt | |
com.sun.glass.ui.win |
Modifier and Type | Field and Description |
---|---|
private static Application |
Application.application |
Modifier and Type | Method and Description |
---|---|
abstract Application |
PlatformFactory.createApplication() |
static Application |
Application.GetApplication() |
Modifier and Type | Method and Description |
---|---|
void |
Application.EventHandler.handleDidBecomeActiveAction(Application app,
long time) |
void |
Application.EventHandler.handleDidFinishLaunchingAction(Application app,
long time) |
void |
Application.EventHandler.handleDidHideAction(Application app,
long time) |
void |
Application.EventHandler.handleDidReceiveMemoryWarning(Application app,
long time) |
void |
Application.EventHandler.handleDidResignActiveAction(Application app,
long time) |
void |
Application.EventHandler.handleDidUnhideAction(Application app,
long time) |
void |
Application.EventHandler.handleOpenFilesAction(Application app,
long time,
java.lang.String[] files) |
void |
Application.EventHandler.handleQuitAction(Application app,
long time) |
void |
Application.EventHandler.handleWillBecomeActiveAction(Application app,
long time) |
void |
Application.EventHandler.handleWillFinishLaunchingAction(Application app,
long time) |
void |
Application.EventHandler.handleWillHideAction(Application app,
long time) |
void |
Application.EventHandler.handleWillResignActiveAction(Application app,
long time) |
void |
Application.EventHandler.handleWillUnhideAction(Application app,
long time) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
GtkApplication |
Modifier and Type | Method and Description |
---|---|
Application |
GtkPlatformFactory.createApplication() |
Modifier and Type | Class and Description |
---|---|
class |
IosApplication |
Modifier and Type | Method and Description |
---|---|
Application |
IosPlatformFactory.createApplication() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
LensApplication |
Modifier and Type | Method and Description |
---|---|
Application |
LensPlatformFactory.createApplication() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
MacApplication |
Modifier and Type | Method and Description |
---|---|
Application |
MacPlatformFactory.createApplication() |
Modifier and Type | Class and Description |
---|---|
class |
MonocleApplication |
Modifier and Type | Method and Description |
---|---|
Application |
MonoclePlatformFactory.createApplication() |
Modifier and Type | Class and Description |
---|---|
class |
SWTApplication |
Modifier and Type | Method and Description |
---|---|
Application |
swtPlatformFactory.createApplication() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
WinApplication |