|
JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java (public API).
|
Helper class to parse Uri's and programmatically add package names and properties to create an Uri or Intend. More...
Classes | |
| class | BaseActivityLauncher |
| class | DataSet |
| Data set to transfer from and to launch URI consisting out of: More... | |
| class | OrderedProperties |
Static Public Member Functions | |
| static final Intent | getIntent (final String action, final DataSet data) |
| static void | main (String[] args) |
Static Public Attributes | |
| static final String | LAUNCH_ACTIVITY_NORMAL = "org.jogamp.launcher.action.LAUNCH_ACTIVITY_NORMAL" |
| Default launch mode. More... | |
| static final String | LAUNCH_ACTIVITY_TRANSPARENT = "org.jogamp.launcher.action.LAUNCH_ACTIVITY_TRANSPARENT" |
| Transparent launch mode. More... | |
| static final String | LAUNCH_MAIN = "org.jogamp.launcher.action.LAUNCH_MAIN" |
| FIXME: TODO. More... | |
| static final String | LAUNCH_JUNIT = "org.jogamp.launcher.action.LAUNCH_JUNIT" |
| FIXME: TODO. More... | |
| static final String | SCHEME = "launch" |
The protocol launch More... | |
| static final String | HOST = "jogamp.org" |
The host jogamp.org More... | |
Helper class to parse Uri's and programmatically add package names and properties to create an Uri or Intend.
The order of the Uri segments (any arguments) is preserved.
Definition at line 48 of file LauncherUtil.java.
|
static |
Definition at line 392 of file LauncherUtil.java.
|
static |
|
static |
The host jogamp.org
Definition at line 66 of file LauncherUtil.java.
|
static |
Default launch mode.
Definition at line 51 of file LauncherUtil.java.
|
static |
Transparent launch mode.
Note: This seems to be required to achieve translucency, since setTheme(..) doesn't work.
Definition at line 54 of file LauncherUtil.java.
|
static |
FIXME: TODO.
Definition at line 60 of file LauncherUtil.java.
|
static |
FIXME: TODO.
Definition at line 57 of file LauncherUtil.java.
|
static |
The protocol launch
Definition at line 63 of file LauncherUtil.java.