A B C F G I L M N O P R T 

A

AboutDialogFragment - Class in com.nohkumado.teleIPX800
 
AboutDialogFragment() - Constructor for class com.nohkumado.teleIPX800.AboutDialogFragment
 
AppPreferenceFrag - Class in com.nohkumado.teleIPX800
 
AppPreferenceFrag() - Constructor for class com.nohkumado.teleIPX800.AppPreferenceFrag
 
AppPreferences - Class in com.nohkumado.teleIPX800
 
AppPreferences() - Constructor for class com.nohkumado.teleIPX800.AppPreferences
 

B

ButtonAdapter - Class in com.nohkumado.teleIPX800
ButtonAdapter a class to store the relai-infos extracted from the shared preferences, only those relais with a changed label will be taken into account Thanks Mat for the starting help
ButtonAdapter(Context) - Constructor for class com.nohkumado.teleIPX800.ButtonAdapter
CTOR
buttonArray - Variable in class com.nohkumado.teleIPX800.MainActivity
 
ButtonClickListener - Class in com.nohkumado.teleIPX800
handles clicks on a gridview of buttons
ButtonClickListener(MainActivity) - Constructor for class com.nohkumado.teleIPX800.ButtonClickListener
CTOR

C

clear() - Method in class com.nohkumado.teleIPX800.ButtonAdapter
clears the contents of the adapter
clickHandler - Variable in class com.nohkumado.teleIPX800.ButtonAdapter
 
clickHandler - Variable in class com.nohkumado.teleIPX800.MainActivity
 
com.nohkumado.teleIPX800 - package com.nohkumado.teleIPX800
 
content - Variable in class com.nohkumado.teleIPX800.ButtonAdapter
 

F

fillData(ButtonClickListener) - Method in class com.nohkumado.teleIPX800.ButtonAdapter
fillData extract from the preferences wich relais have changed labels, create a relai object and store the whole in a list

G

getCount() - Method in class com.nohkumado.teleIPX800.ButtonAdapter
getCount Total number of Relai's contained within the adapter
getIpx() - Method in class com.nohkumado.teleIPX800.MainActivity
getIpx returns the ipx object
getItem(int) - Method in class com.nohkumado.teleIPX800.ButtonAdapter
getItem returns the relai at the given position
getItemId(int) - Method in class com.nohkumado.teleIPX800.ButtonAdapter
getItemId Require for structure, not really used in my code.
getPersistedString(String) - Method in class com.nohkumado.teleIPX800.IntEditTextPreference
 
getView(int, View, ViewGroup) - Method in class com.nohkumado.teleIPX800.ButtonAdapter
getView extracts relai-info at the given position, if the button exists reuses it, otherwise creates one, initializes it with the relai-data, and returns it

I

IntEditTextPreference - Class in com.nohkumado.teleIPX800
 
IntEditTextPreference(Context) - Constructor for class com.nohkumado.teleIPX800.IntEditTextPreference
 
IntEditTextPreference(Context, AttributeSet) - Constructor for class com.nohkumado.teleIPX800.IntEditTextPreference
 
IntEditTextPreference(Context, AttributeSet, int) - Constructor for class com.nohkumado.teleIPX800.IntEditTextPreference
 
ipx - Variable in class com.nohkumado.teleIPX800.MainActivity
 

L

label - Variable in class com.nohkumado.teleIPX800.Relai
 
label() - Method in class com.nohkumado.teleIPX800.Relai
return the label for this relai

M

MainActivity - Class in com.nohkumado.teleIPX800
 
MainActivity() - Constructor for class com.nohkumado.teleIPX800.MainActivity
 
mContext - Variable in class com.nohkumado.teleIPX800.ButtonAdapter
 

N

name - Variable in class com.nohkumado.teleIPX800.Relai
 

O

onClick(View) - Method in class com.nohkumado.teleIPX800.ButtonClickListener
onClick extracts the relai that was clicked, and asks the ipx to open then close the corresponding relai
onCreate(Bundle) - Method in class com.nohkumado.teleIPX800.AppPreferenceFrag
onCreate adds the preferences from the ressourcefile
onCreate(Bundle) - Method in class com.nohkumado.teleIPX800.AppPreferences
 
onCreate(Bundle) - Method in class com.nohkumado.teleIPX800.MainActivity
onCreate creates if needed a new ButtonAdapter
onCreateDialog(Bundle) - Method in class com.nohkumado.teleIPX800.AboutDialogFragment
 
onCreateOptionsMenu(Menu) - Method in class com.nohkumado.teleIPX800.MainActivity
onCreateOptionsMenu creates the menu atm only the settings
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.nohkumado.teleIPX800.AppPreferenceFrag
onCreateView handles the special case of the serverport entry which is an int....
onCreateView(View, String, Context, AttributeSet) - Method in class com.nohkumado.teleIPX800.MainActivity
onCreateView finds the different fields, fills in the labels etc. triggers the button-grid-creation
onOptionsItemSelected(MenuItem) - Method in class com.nohkumado.teleIPX800.MainActivity
onOptionsItemSelected star the Preference activity when the settings entry is hit
onSharedPreferenceChanged(SharedPreferences, String) - Method in class com.nohkumado.teleIPX800.AppPreferenceFrag
onSharedPreferenceChanged not needed in my code, but still in case i have one listpreference, its takes the selected entry to create the summary (planned when/if i add background images to the buttons...
onSharedPreferenceChanged(SharedPreferences, String) - Method in class com.nohkumado.teleIPX800.MainActivity
onSharedPreferenceChanged force the redraw of the grid on change of settings

P

persistString(String) - Method in class com.nohkumado.teleIPX800.IntEditTextPreference
 
pos - Variable in class com.nohkumado.teleIPX800.Relai
 
pos() - Method in class com.nohkumado.teleIPX800.Relai
return the position for this relai

R

Relai - Class in com.nohkumado.teleIPX800
descriptor for one of the output relais of an IPX800
Relai(int, String, String) - Constructor for class com.nohkumado.teleIPX800.Relai
represents one relai,

T

TAG - Static variable in class com.nohkumado.teleIPX800.AppPreferenceFrag
 
TAG - Static variable in class com.nohkumado.teleIPX800.ButtonAdapter
 
TAG - Static variable in class com.nohkumado.teleIPX800.ButtonClickListener
 
TAG - Static variable in class com.nohkumado.teleIPX800.MainActivity
 
A B C F G I L M N O P R T