|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--superwaba.ext.ce.io.builtin.IObjects
|
+--superwaba.ext.ce.io.builtin.IContacts
represents a collection of IContacs
| Fields inherited from class superwaba.ext.ce.io.builtin.IObjects |
objects |
| Constructor Summary | |
IContacts(StringExt nativeString)
create a new instance of IContacts and fills it with newly created instances of IAppointment which are generated by reading out the native String which comes from CeIoBuiltIn.dll by calling the superclass constructor of IObjects |
|
| Method Summary | |
IContact |
iContactAt(int position)
returns the IContact at the given index |
IObject |
newObject(StringExt nativeString)
returns a new IObject which is filled with the data from the nativeString |
| Methods inherited from class superwaba.ext.ce.io.builtin.IObjects |
size |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public IContacts(StringExt nativeString)
nativeString - the native String (as StringExt) from CeIoBuiltIn.dll| Method Detail |
public IObject newObject(StringExt nativeString)
nativeString - a StringExt from a native method call of CeIoBuiltIn.dllpublic IContact iContactAt(int position)
position - the index of the IContact to be returned
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||