

Public Member Functions | |
| BetterTimerSelectionDialog (Context context, IConnectionBinder service) | |
| void | onButtonPressed (View v, int row, int index) |
| void | onButtonStateChanged (ImageButton v, int row, int index, boolean statea) |
| void | onItemDeleted (int row) |
| void | onNewPressed (View v) |
| void | onDonePressed (View v) |
| void | onHelp () |
| void | onEnableAll () |
| List< String > | getPluginList () throws RemoteException |
| void | onOptionItemClicked (int row) |
| void | willShowToolbar (LinearLayout toolbar, int row) |
| void | willHideToolbar (LinearLayout toolbar, int row) |
Public Member Functions inherited from com.offsetnull.bt.window.PluginFilterSelectionDialog | |
| PluginFilterSelectionDialog (Context context, IConnectionBinder service) | |
| void | onOptionItemClicked (int row) |
| void | onHelp () |
| void | onEnableAll () |
| List< String > | getPluginList () throws RemoteException |
Public Member Functions inherited from com.offsetnull.bt.window.BaseSelectionDialog | |
| BaseSelectionDialog (Context context) | |
| void | onCreate (Bundle b) |
| void | setNewButtonLabel (String str) |
| void | setTitle (CharSequence title) |
| void | addListItem (String name, String extra, int mini_icon, boolean enabled) |
| void | clearListItems () |
| void | clearOptionItems () |
| void | onBackPressed () |
| void | invalidateList () |
| void | setOptionItemClickListener (OptionItemClickListener listener) |
| void | setToolbarListener (UtilityToolbarListener listener) |
| void | hideOptionsMenu () |
| void | addOptionItem (String name, boolean centered) |
| void | addOptionDivider (String name, boolean centered) |
| void | setItemMiniIcon (int row, int resource) |
| void | rebuildList () |
| void | scrollToSelection (String str) |
| void | addToolbarButton (int drawable, int id) |
| void | addToolbarDeleteButton (int drawable, int id) |
| void | clearToolbarButtons () |
Additional Inherited Members | |
Public Attributes inherited from com.offsetnull.bt.window.BaseSelectionDialog | |
| ToolBarButtonKeyListener | theButtonKeyListener = new ToolBarButtonKeyListener() |
| ArrayList< UtilityButton > | mToolbarButtons |
Static Public Attributes inherited from com.offsetnull.bt.window.PluginFilterSelectionDialog | |
| static final String | MAIN_SETTINGS = "bt_main_settings" |
Protected Member Functions inherited from com.offsetnull.bt.window.PluginFilterSelectionDialog | |
| void | addPluginFilterOptions () |
Protected Attributes inherited from com.offsetnull.bt.window.PluginFilterSelectionDialog | |
| IConnectionBinder | service |
| String | currentPlugin = MAIN_SETTINGS |
| com.offsetnull.bt.timer.BetterTimerSelectionDialog.BetterTimerSelectionDialog | ( | Context | context, |
| IConnectionBinder | service | ||
| ) |

| List<String> com.offsetnull.bt.timer.BetterTimerSelectionDialog.getPluginList | ( | ) | throws RemoteException |
| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.onButtonPressed | ( | View | v, |
| int | row, | ||
| int | index | ||
| ) |
Implements com.offsetnull.bt.window.BaseSelectionDialog.UtilityToolbarListener.

| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.onButtonStateChanged | ( | ImageButton | v, |
| int | row, | ||
| int | index, | ||
| boolean | statea | ||
| ) |
| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.onDonePressed | ( | View | v | ) |
| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.onEnableAll | ( | ) |
| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.onHelp | ( | ) |
| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.onItemDeleted | ( | int | row | ) |
Implements com.offsetnull.bt.window.BaseSelectionDialog.UtilityToolbarListener.

| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.onNewPressed | ( | View | v | ) |
| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.onOptionItemClicked | ( | int | row | ) |
Implements com.offsetnull.bt.window.BaseSelectionDialog.OptionItemClickListener.

| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.willHideToolbar | ( | LinearLayout | toolbar, |
| int | row | ||
| ) |
| void com.offsetnull.bt.timer.BetterTimerSelectionDialog.willShowToolbar | ( | LinearLayout | toolbar, |
| int | row | ||
| ) |
1.8.3.1