A B C D F G H I N O P R S T V

A

AndroidLogger - Class in com.sibvisions.android.log
The AndroidLogger is the ILogger for the Android logging API.
AndroidLogger(String) - Constructor for class com.sibvisions.android.log.AndroidLogger
Creates a new instance of AndroidLogger.
AndroidLoggerFactory - Class in com.sibvisions.android.log
The AndroidLoggerFactory is the LoggerFactory implementation for the Android logging API.
AndroidLoggerFactory() - Constructor for class com.sibvisions.android.log.AndroidLoggerFactory
 

B

bindView(View, int) - Method in class com.sibvisions.android.widget.DataBookAdapter
Binds an existing view to the data pointed to by databook.
bindView(View, int[], IDataPage, int) - Method in class com.sibvisions.android.widget.TreeAdapter
Binds an existing view to the data pointed to by databook.

C

cancelEditing() - Method in class com.sibvisions.android.widget.DataBookAdapter
cancelEditing() - Method in class com.sibvisions.android.widget.TreeAdapter
com.sibvisions.android - package com.sibvisions.android
Contains classes for easy use of JVx with Android.
com.sibvisions.android.app - package com.sibvisions.android.app
High-level classes encapsulating the overall Android application model.
com.sibvisions.android.log - package com.sibvisions.android.log
Support for Android Log environment.
com.sibvisions.android.widget - package com.sibvisions.android.widget
The widget package contains (mostly visual) UI elements to use on your Application screen.
createChildView(ViewGroup) - Method in class com.sibvisions.android.widget.TreeAdapter
Creates a new child view to hold the data pointed to by databook.
createDropDownView(ViewGroup) - Method in class com.sibvisions.android.widget.DataBookAdapter
Creates a new dropdown view to hold the data pointed to by databook.
createGroupView(ViewGroup) - Method in class com.sibvisions.android.widget.TreeAdapter
Creates a new group view to hold the data pointed to by databook.
createLogger(String) - Method in class com.sibvisions.android.log.AndroidLoggerFactory
createView(ViewGroup) - Method in class com.sibvisions.android.widget.DataBookAdapter
Creates a new view to hold the data pointed to by databook.

D

DataBookAdapter - Class in com.sibvisions.android.widget
The DataBookAdapter is a BaseAdapter which gets data from an IDataBook implementation.
DataBookAdapter(Context, IDataBook, int) - Constructor for class com.sibvisions.android.widget.DataBookAdapter
Creates a new instance of DataBookAdapter for a specific context and layout.
DataBookAdapter.ValueFormatter - Interface in com.sibvisions.android.widget
The ValueFormatter allows changing the value before it will be set to a view.

F

formatValue(View, IDataBook, String, Object) - Method in interface com.sibvisions.android.widget.DataBookAdapter.ValueFormatter
Allows value formatting before the value will be set to a view.
formatValue(View, IDataRow, String, Object) - Method in interface com.sibvisions.android.widget.TreeAdapter.ValueFormatter
Allows value formatting before the value will be set to a view.

G

getChild(int, int) - Method in class com.sibvisions.android.widget.TreeAdapter
getChildColumnViewResources() - Method in class com.sibvisions.android.widget.TreeAdapter
Gets the resource ids of child views which should be filled with values from the databook.
getChildId(int, int) - Method in class com.sibvisions.android.widget.TreeAdapter
getChildrenCount(int) - Method in class com.sibvisions.android.widget.TreeAdapter
getChildView(int, int, boolean, View, ViewGroup) - Method in class com.sibvisions.android.widget.TreeAdapter
getColumnViewResources() - Method in class com.sibvisions.android.widget.DataBookAdapter
Gets the resource ids of views which should be filled with values from the databook.
getConnection() - Method in class com.sibvisions.android.app.RemoteActivity
getConnection() - Method in class com.sibvisions.android.app.RemoteApplication
getContext() - Method in class com.sibvisions.android.widget.DataBookAdapter
Gets the applications global information.
getContext() - Method in class com.sibvisions.android.widget.TreeAdapter
Gets the applications global information.
getCount() - Method in class com.sibvisions.android.widget.DataBookAdapter
getDataBook() - Method in class com.sibvisions.android.widget.DataBookAdapter
Gets the databook.
getDropDownView(int, View, ViewGroup) - Method in class com.sibvisions.android.widget.DataBookAdapter
getGroup(int) - Method in class com.sibvisions.android.widget.TreeAdapter
getGroupColumnViewResources() - Method in class com.sibvisions.android.widget.TreeAdapter
Gets the resource ids of group views which should be filled with values from the databook.
getGroupCount() - Method in class com.sibvisions.android.widget.TreeAdapter
getGroupId(int) - Method in class com.sibvisions.android.widget.TreeAdapter
getGroupView(int, boolean, View, ViewGroup) - Method in class com.sibvisions.android.widget.TreeAdapter
getItem(int) - Method in class com.sibvisions.android.widget.DataBookAdapter
getItemId(int) - Method in class com.sibvisions.android.widget.DataBookAdapter
getTranslation() - Method in class com.sibvisions.android.widget.DataBookAdapter
getTranslation() - Method in class com.sibvisions.android.widget.TreeAdapter
getValueFormatter() - Method in class com.sibvisions.android.widget.DataBookAdapter
Gets the current value formatter.
getValueFormatter() - Method in class com.sibvisions.android.widget.TreeAdapter
Gets the current value formatter.
getView(int, View, ViewGroup) - Method in class com.sibvisions.android.widget.DataBookAdapter

H

hasStableIds() - Method in class com.sibvisions.android.widget.TreeAdapter

I

init() - Method in class com.sibvisions.android.log.AndroidLoggerFactory
IPackageSetup - Interface in com.sibvisions.android
The IPackageSetup class defines package relevant version information and properties.
isChildSelectable(int, int) - Method in class com.sibvisions.android.widget.TreeAdapter
isConnected() - Method in class com.sibvisions.android.app.RemoteActivity
isConnected() - Method in class com.sibvisions.android.app.RemoteApplication

N

NAME - Static variable in interface com.sibvisions.android.IPackageSetup
Constant library name value.
notifyRepaint() - Method in class com.sibvisions.android.widget.DataBookAdapter
notifyRepaint() - Method in class com.sibvisions.android.widget.TreeAdapter

O

onCreate(Bundle) - Method in class com.sibvisions.android.app.RemoteActivity
Called when the activity is first created.
onDestroy() - Method in class com.sibvisions.android.app.RemoteActivity
onTerminate() - Method in class com.sibvisions.android.app.RemoteApplication

P

publish(LogRecord) - Method in class com.sibvisions.android.log.AndroidLogger
Prints out the record through Android log mechanism.

R

RemoteActivity - Class in com.sibvisions.android.app
The RemoteActivity is the Activity for all application activities.
RemoteActivity() - Constructor for class com.sibvisions.android.app.RemoteActivity
 
RemoteApplication - Class in com.sibvisions.android.app
The RemoteApplication is an Application with a connection to a remote server.
RemoteApplication() - Constructor for class com.sibvisions.android.app.RemoteApplication
 

S

saveEditing() - Method in class com.sibvisions.android.widget.DataBookAdapter
saveEditing() - Method in class com.sibvisions.android.widget.TreeAdapter
setChildColumnViewResources(int[]) - Method in class com.sibvisions.android.widget.TreeAdapter
Sets the resource ids of child views which should be filled with values from the databook.
setColumnViewResources(int[]) - Method in class com.sibvisions.android.widget.DataBookAdapter
Sets the resource ids of views which should be filled with values from the databook.
setConnection(AbstractConnection) - Method in class com.sibvisions.android.app.RemoteActivity
setConnection(AbstractConnection) - Method in class com.sibvisions.android.app.RemoteApplication
setDataBook(IDataBook) - Method in class com.sibvisions.android.widget.DataBookAdapter
Sets the databook and updates the dataset.
setDropDownViewResource(int) - Method in class com.sibvisions.android.widget.DataBookAdapter
Sets the layout resource of the drop down views.
setGroupColumnViewResources(int[]) - Method in class com.sibvisions.android.widget.TreeAdapter
Sets the resource ids of group views which should be filled with values from the databook.
setTranslation(TranslationMap) - Method in class com.sibvisions.android.widget.DataBookAdapter
setTranslation(TranslationMap) - Method in class com.sibvisions.android.widget.TreeAdapter
setValueFormatter(DataBookAdapter.ValueFormatter) - Method in class com.sibvisions.android.widget.DataBookAdapter
Sets the formatter to change values before they will be set to a view.
setValueFormatter(TreeAdapter.ValueFormatter) - Method in class com.sibvisions.android.widget.TreeAdapter
Sets the formatter to change values before they will be set to a view.
setViewResource(int) - Method in class com.sibvisions.android.widget.DataBookAdapter
Sets the layout resource of the item views.
showError(int, int, String) - Method in class com.sibvisions.android.app.RemoteActivity
Shows an error message in an alert dialog.

T

TreeAdapter - Class in com.sibvisions.android.widget
The TreeAdapter is a BaseExpandableListAdapter which gets data from an IDataBook implementation.
TreeAdapter(Context, IDataBook, int, int) - Constructor for class com.sibvisions.android.widget.TreeAdapter
Creates a new instance of TreeAdapter.
TreeAdapter(Context, IDataBook, IDataBook, int, int) - Constructor for class com.sibvisions.android.widget.TreeAdapter
Creates a new instance of TreeAdapter.
TreeAdapter.ValueFormatter - Interface in com.sibvisions.android.widget
The ValueFormatter allows changing the value before it will be set to a view.

V

VERSION - Static variable in interface com.sibvisions.android.IPackageSetup
Constant version value.

A B C D F G H I N O P R S T V

Copyright © 2009 SIB Visions GmbH. All Rights Reserved.