BuildmLearn-Toolkit-Android
2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
|
Fragment used for loading existing projects into a list. More...
Public Member Functions | |
void | onCreate (Bundle savedInstanceState) |
View | onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) |
void | onViewCreated (View view, Bundle savedInstanceState) |
void | onItemClick (AdapterView<?> parent, View view, int position, long id) |
void | onResume () |
void | onCreateOptionsMenu (Menu menu, MenuInflater inflater) |
boolean | onOptionsItemSelected (MenuItem item) |
Private Member Functions | |
void | setAdapter (SavedProjectAdapter adapter) |
void | setEmptyText () |
void | restoreColorScheme () |
Restores the color scheme when switching from edit mode to normal mode. Edit mode is triggered, when the list item is long pressed. More... | |
void | changeColorScheme () |
Changes the color scheme when switching from normal mode to edit mode. Edit mode is triggered, when the list item is long pressed. More... | |
void | deleteItem (int selectedPosition) |
Removes selected project item. More... | |
void | restoreSelectedView () |
Removes selected color from the selected ListView item when switching from edit mode to normal mode. More... | |
Private Attributes | |
AbsListView | mListView |
boolean | showTemplateSelectedMenu |
SavedProjectAdapter | mAdapter |
ToolkitApplication | mToolkit |
Activity | activity |
ArrayList< SavedProject > | savedProjects |
View | selectedView = null |
Static Private Attributes | |
static final String | TAG = "Load Project Fragment" |
Fragment used for loading existing projects into a list.
|
private |
Changes the color scheme when switching from normal mode to edit mode. Edit mode is triggered, when the list item is long pressed.
|
private |
Removes selected project item.
void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreate | ( | Bundle | savedInstanceState | ) |
void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreateOptionsMenu | ( | Menu | menu, |
MenuInflater | inflater | ||
) |
View org.buildmlearn.toolkit.fragment.LoadProjectFragment.onCreateView | ( | LayoutInflater | inflater, |
ViewGroup | container, | ||
Bundle | savedInstanceState | ||
) |
void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onItemClick | ( | AdapterView<?> | parent, |
View | view, | ||
int | position, | ||
long | id | ||
) |
boolean org.buildmlearn.toolkit.fragment.LoadProjectFragment.onOptionsItemSelected | ( | MenuItem | item | ) |
void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onResume | ( | ) |
void org.buildmlearn.toolkit.fragment.LoadProjectFragment.onViewCreated | ( | View | view, |
Bundle | savedInstanceState | ||
) |
|
private |
Restores the color scheme when switching from edit mode to normal mode. Edit mode is triggered, when the list item is long pressed.
|
private |
Removes selected color from the selected ListView item when switching from edit mode to normal mode.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |