|
| void | onCreate (Bundle icicle) |
| |
| void | dispatchLuaText (String obj) |
| |
| boolean | onPrepareOptionsMenu (Menu menu) |
| |
| boolean | onCreateOptionsMenu (Menu menu) |
| |
| boolean | onOptionsItemSelected (MenuItem item) |
| |
| void | onBackPressed () |
| |
| void | onConfigurationChanged (Configuration newconfig) |
| |
| void | cleanExit () |
| |
| void | dirtyExit () |
| |
| void | onSaveInstanceState (Bundle data) |
| |
| void | onRestoreInstanceState (Bundle data) |
| |
| void | onActivityResult (int requestCode, int resultCode, Intent data) |
| |
| void | onStart () |
| |
| void | onDestroy () |
| |
| void | onStop () |
| |
| void | onPause () |
| |
| void | onResume () |
| |
| void | onDestroy (Bundle saveInstance) |
| |
| void | doSetOrientiation (int orientation) |
| |
| void | setupEditor (boolean useExtractUI, boolean useSuggestions) |
| |
| void | initiailizeWindows () |
| |
| void | cleanupWindows () |
| |
| void | callWindowScript (String window, String callback) |
| |
| void | shutdownWindow (com.offsetnull.bt.window.Window window) |
| |
| double | getStatusBarHeight () |
| |
| boolean | isStatusBarHidden () |
| |
| double | getTitleBarHeight () |
| |
| void | onNewIntent (Intent i) |
| |
| String | getPathForPlugin (String mOwner) |
| |
| Activity | getActivity () |
| |
| boolean | isPluginInstalled (String desired) throws RemoteException |
| |
| boolean | checkWindowSupports (String desired, String function) |
| |
| void | windowCall (String desired, String function, String data) |
| |
| void | windowBroadcast (String function, String data) |
| |
| String | getPluginOption (String plugin, String value) throws RemoteException |
| |
| void | onRequestPermissionsResult (int requestCode, String[] permissions, int[] grantResults) |
| |
| void com.offsetnull.bt.window.MainWindow.callWindowScript |
( |
String |
window, |
|
|
String |
callback |
|
) |
| |
| boolean com.offsetnull.bt.window.MainWindow.checkWindowSupports |
( |
String |
desired, |
|
|
String |
function |
|
) |
| |
| void com.offsetnull.bt.window.MainWindow.cleanExit |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.cleanupWindows |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.dirtyExit |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.dispatchLuaError |
( |
String |
obj | ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.dispatchLuaText |
( |
String |
obj | ) |
|
| void com.offsetnull.bt.window.MainWindow.doExportSettings |
( |
String |
path | ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.doResetSettings |
( |
| ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.doSetOrientiation |
( |
int |
orientation | ) |
|
| Activity com.offsetnull.bt.window.MainWindow.getActivity |
( |
| ) |
|
| String com.offsetnull.bt.window.MainWindow.getPathForPlugin |
( |
String |
mOwner | ) |
|
| String com.offsetnull.bt.window.MainWindow.getPluginOption |
( |
String |
plugin, |
|
|
String |
value |
|
) |
| throws RemoteException |
| double com.offsetnull.bt.window.MainWindow.getStatusBarHeight |
( |
| ) |
|
| double com.offsetnull.bt.window.MainWindow.getTitleBarHeight |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.initiailizeWindows |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.initVitals |
( |
| ) |
|
|
protected |
| boolean com.offsetnull.bt.window.MainWindow.isPluginInstalled |
( |
String |
desired | ) |
throws RemoteException |
| boolean com.offsetnull.bt.window.MainWindow.isStatusBarHidden |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.markSettingsDirty |
( |
| ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.markWindowsDirty |
( |
| ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.onActivityResult |
( |
int |
requestCode, |
|
|
int |
resultCode, |
|
|
Intent |
data |
|
) |
| |
| void com.offsetnull.bt.window.MainWindow.onBackPressed |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.onConfigurationChanged |
( |
Configuration |
newconfig | ) |
|
| void com.offsetnull.bt.window.MainWindow.onCreate |
( |
Bundle |
icicle | ) |
|
return;
filter.addAction(Intent.ACTION_USER_PRESENT);
| boolean com.offsetnull.bt.window.MainWindow.onCreateOptionsMenu |
( |
Menu |
menu | ) |
|
| void com.offsetnull.bt.window.MainWindow.onDestroy |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.onDestroy |
( |
Bundle |
saveInstance | ) |
|
| void com.offsetnull.bt.window.MainWindow.onNewIntent |
( |
Intent |
i | ) |
|
| boolean com.offsetnull.bt.window.MainWindow.onOptionsItemSelected |
( |
MenuItem |
item | ) |
|
| void com.offsetnull.bt.window.MainWindow.onPause |
( |
| ) |
|
| boolean com.offsetnull.bt.window.MainWindow.onPrepareOptionsMenu |
( |
Menu |
menu | ) |
|
| void com.offsetnull.bt.window.MainWindow.onRequestPermissionsResult |
( |
int |
requestCode, |
|
|
String[] |
permissions, |
|
|
int[] |
grantResults |
|
) |
| |
| void com.offsetnull.bt.window.MainWindow.onRestoreInstanceState |
( |
Bundle |
data | ) |
|
| void com.offsetnull.bt.window.MainWindow.onResume |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.onSaveInstanceState |
( |
Bundle |
data | ) |
|
| void com.offsetnull.bt.window.MainWindow.onStart |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.onStop |
( |
| ) |
|
| void com.offsetnull.bt.window.MainWindow.popMenuStack |
( |
| ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.pushMenuStack |
( |
String |
obj, |
|
|
String |
callback |
|
) |
| |
|
protected |
| void com.offsetnull.bt.window.MainWindow.setKeepLast |
( |
boolean |
b | ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.setKeepScreenOn |
( |
boolean |
value | ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.setOrientation |
( |
int |
arg1 | ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.setupEditor |
( |
boolean |
useExtractUI, |
|
|
boolean |
useSuggestions |
|
) |
| |
| void com.offsetnull.bt.window.MainWindow.setUseCompatibilityMode |
( |
boolean |
value | ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.setUseFullscreenEditor |
( |
boolean |
value | ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.setUseSuggestions |
( |
boolean |
value | ) |
|
|
protected |
| void com.offsetnull.bt.window.MainWindow.windowBroadcast |
( |
String |
function, |
|
|
String |
data |
|
) |
| |
| void com.offsetnull.bt.window.MainWindow.windowCall |
( |
String |
desired, |
|
|
String |
function, |
|
|
String |
data |
|
) |
| |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_ADDBUTTON = 201 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_ADDOPTIONCALLBACK = 891 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_BELLTOAST = 876 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_BUFFINC = 112 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_BUTTONFIT = 874 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_BUTTONREQUESTINGSETCHANGE = 207 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_CHANGEBUTTONSET = 206 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_CLEARALLBUTTONS = 887 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_CLEARBUTTONSET = 868 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_CLEARINPUTWINDOW = 883 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_CLOSEINPUTWINDOW = 884 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_CLOSEOPTIONSDIALOG = 907 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_COLORDEBUG = 675 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_DELETEBUTTONSET = 867 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_DIRTYEXITNOW = 943 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_DISPLAYLUAERROR = 899 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_DODISCONNECT = 879 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_DOHAPTICFEEDBACK = 856 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_DORESETSETTINGS = 905 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_DOSCREENMODE = 877 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_EXPORTSETTINGS = 906 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_HFFLIP = 872 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_HFPRESS = 871 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_HTMLINC = 110 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_INITIALIZEWINDOWS = 890 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_KEYBOARD = 878 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_LAUNCHURL = 886 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_LOADSETTINGS = 200 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_LOCKUNDONE = 873 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_MARKSETTINGSDIRTY = 895 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_MARKWINDOWSDIRTY = 894 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_MAXVITALS = 100000 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_MODIFYBUTTON = 202 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_NEWBUTTONSET = 205 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_PLUGINSAVEERROR = 3994 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_PLUGINXCALLS = 892 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_POPMENUSTACK = 898 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_PROCESS = 102 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_PROCESSED = 104 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_PROCESSINPUTWINDOW = 107 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_PUSHMENUSTACK = 897 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_RAWINC = 111 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_RELOADBUFFER = 889 |
|
staticprotected |
below is deprecated, remove.
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_RELOADBUTTONSET = 208 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_RESETINPUTWINDOW = 106 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SAVEERROR = 3993 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SENDBUTTONDATA = 880 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SENDDATAOUT = 105 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SETKEEPLAST = 896 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SETKEEPSCREENON = 902 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SETORIENTATION = 903 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SHOWDIALOG = 870 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SHOWREGEXWARNING = 908 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SHOWTOAST = 869 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_SWITCH = 888 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_TESTLUA = 100004 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_TRIGGERSTR = 100005 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_USECOMPATIBILITYMODE = 904 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_USEFULLSCREENEDITOR = 901 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_USESUGGESTIONS = 900 |
|
staticprotected |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_WINDOWBUFFERMAXCHANGED = 893 |
|
static |
| final int com.offsetnull.bt.window.MainWindow.MESSAGE_XMLERROR = 397 |
|
staticprotected |
| String com.offsetnull.bt.window.MainWindow.NORMAL_MODE = "blowTorchNormalMode" |
|
static |
| boolean com.offsetnull.bt.window.MainWindow.settingsDialogRun = false |
|
protected |
| String com.offsetnull.bt.window.MainWindow.TEST_MODE = "blowTorchTestMode" |
|
static |
The documentation for this class was generated from the following file:
- /Users/render/apps/BlowTorch/BTLib/src/com/offsetnull/bt/window/MainWindow.java