|
static final String | PREFS_NAME = "CONDIALOG_SETTINGS" |
|
static boolean com.offsetnull.bt.launcher.Launcher.isOutDated |
( |
Context |
c | ) |
|
|
static |
void com.offsetnull.bt.launcher.Launcher.onCreate |
( |
Bundle |
icicle | ) |
|
boolean com.offsetnull.bt.launcher.Launcher.onCreateOptionsMenu |
( |
Menu |
menu | ) |
|
void com.offsetnull.bt.launcher.Launcher.onDestroy |
( |
| ) |
|
boolean com.offsetnull.bt.launcher.Launcher.onOptionsItemSelected |
( |
MenuItem |
item | ) |
|
void com.offsetnull.bt.launcher.Launcher.onPause |
( |
| ) |
|
void com.offsetnull.bt.launcher.Launcher.onRequestPermissionsResult |
( |
int |
requestCode, |
|
|
String[] |
permissions, |
|
|
int[] |
grantResults |
|
) |
| |
void com.offsetnull.bt.launcher.Launcher.onResume |
( |
| ) |
|
void com.offsetnull.bt.launcher.Launcher.onStart |
( |
| ) |
|
void com.offsetnull.bt.launcher.Launcher.ready |
( |
MudConnection |
newData | ) |
|
Handler com.offsetnull.bt.launcher.Launcher.connectionModifier |
Initial value:= new Handler() {
public void handleMessage(Message msg) {
switch(msg.what) {
MudConnection todelete = (MudConnection)msg.obj;
launcher_settings.
getList().remove(todelete.getDisplayName());
buildList();
break;
MudConnection tomodify = (MudConnection)msg.obj;
NewConnectionDialog diag = new NewConnectionDialog(Launcher.this,Launcher.this,tomodify);
diag.show();
break;
default:
break;
}
}
}
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_DORECOVERY = 5 |
|
staticprotected |
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_EXPORT = 3 |
|
staticprotected |
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_IMPORT = 2 |
|
staticprotected |
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_USERNAME = 4 |
|
staticprotected |
final int com.offsetnull.bt.launcher.Launcher.MESSAGE_WHATSNEW = 1 |
|
staticprotected |
final int com.offsetnull.bt.launcher.Launcher.MSG_DELETECONNECTION = 101 |
final int com.offsetnull.bt.launcher.Launcher.MSG_MODIFYCONNECTION = 102 |
final String com.offsetnull.bt.launcher.Launcher.PREFS_NAME = "CONDIALOG_SETTINGS" |
|
static |
final int com.offsetnull.bt.launcher.Launcher.RP_EXPORT = 102 |
|
staticprotected |
final int com.offsetnull.bt.launcher.Launcher.RP_IMPORT = 103 |
|
staticprotected |
final int com.offsetnull.bt.launcher.Launcher.RP_INFO = 100 |
|
staticprotected |
final int com.offsetnull.bt.launcher.Launcher.RP_SALVAGE = 101 |
|
staticprotected |
boolean com.offsetnull.bt.launcher.Launcher.serviceConnected = false |
The documentation for this class was generated from the following file:
- /Users/render/apps/BlowTorch/BTLib/src/com/offsetnull/bt/launcher/Launcher.java