|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectandroid.support.v4.app.Fragment
org.android.activityminer.app.evaluation.EvaluationContextFragment
public class EvaluationContextFragment
The fragment for the second tab of the evaluation result browser. It does display the configuration for all the evaluation runs and the class statistic for the used activies.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.support.v4.app.Fragment |
|---|
android.support.v4.app.Fragment.InstantiationException, android.support.v4.app.Fragment.SavedState |
| Field Summary | |
|---|---|
private ParameterValuePairAdapter |
adapterConfigurationListView
The list adapter for the view with configuration entries. |
private DBSampleStatisticAdapter |
adapterSampleStatisticListView
The list adapter for DB sample statistics. |
private ListView |
configurationListView
The configuration list view |
private EvaluationResultCollection |
evalResult
The evaluation result collection. |
private ListView |
sampleStatisticListView
The sample statistic list view. |
| Constructor Summary | |
|---|---|
EvaluationContextFragment()
|
|
| Method Summary | |
|---|---|
List<ParameterValuePair> |
createParameterValuePairsFromConfiguration(Context context)
Does create a list with the parameter value pairs of interest from the current configuration. |
void |
onActivityCreated(Bundle savedInstanceState)
|
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
|
void |
setEvaluationResult(EvaluationResultCollection evalResults)
Setter for the evaluation result collection |
protected void |
updateView()
The view update method |
| Methods inherited from class android.support.v4.app.Fragment |
|---|
dump, equals, getActivity, getArguments, getChildFragmentManager, getFragmentManager, getId, getLayoutInflater, getLoaderManager, getParentFragment, getResources, getRetainInstance, getString, getString, getTag, getTargetFragment, getTargetRequestCode, getText, getUserVisibleHint, getView, hashCode, hasOptionsMenu, instantiate, instantiate, isAdded, isDetached, isHidden, isInLayout, isMenuVisible, isRemoving, isResumed, isVisible, onActivityResult, onAttach, onConfigurationChanged, onContextItemSelected, onCreate, onCreateAnimation, onCreateContextMenu, onCreateOptionsMenu, onDestroy, onDestroyOptionsMenu, onDestroyView, onDetach, onHiddenChanged, onInflate, onLowMemory, onOptionsItemSelected, onOptionsMenuClosed, onPause, onPrepareOptionsMenu, onResume, onSaveInstanceState, onStart, onStop, onViewCreated, onViewStateRestored, registerForContextMenu, setArguments, setHasOptionsMenu, setInitialSavedState, setMenuVisibility, setRetainInstance, setTargetFragment, setUserVisibleHint, startActivity, startActivityForResult, toString, unregisterForContextMenu |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private DBSampleStatisticAdapter adapterSampleStatisticListView
private ListView sampleStatisticListView
private ParameterValuePairAdapter adapterConfigurationListView
private ListView configurationListView
private EvaluationResultCollection evalResult
| Constructor Detail |
|---|
public EvaluationContextFragment()
| Method Detail |
|---|
public void onActivityCreated(Bundle savedInstanceState)
onActivityCreated in class android.support.v4.app.Fragment
public View onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
onCreateView in class android.support.v4.app.Fragmentpublic List<ParameterValuePair> createParameterValuePairsFromConfiguration(Context context)
context - the context
public final void setEvaluationResult(EvaluationResultCollection evalResults)
IEvaluationResultFragment
setEvaluationResult in interface IEvaluationResultFragmentevalResults - the evaluation result collectionprotected void updateView()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||