public class DataObjectFiles extends ComInterface implements IVBDataObjectFiles
DragDropHelperparentincludeUnannotatedMethods, LOGGER, methodTable, propertyTable| Modifier | Constructor and Description |
|---|---|
private |
DataObjectFiles(GenericWidget parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(character fileName)
Add file name to dropped files collection.
|
void |
add(character fileName,
integer index)
Add file name to dropped files collection at specified index.
|
void |
add(character fileName,
java.lang.Integer index)
Add file name to dropped files collection at specified index.
|
void |
add(java.lang.String fileName)
Add file name to dropped files collection.
|
void |
add(java.lang.String fileName,
integer index)
Add file name to dropped files collection at specified index.
|
void |
add(java.lang.String fileName,
java.lang.Integer index)
Add file name to dropped files collection at specified index.
|
void |
clear()
Remove all dropped file names.
|
integer |
count()
Get total number of dropped files.
|
character |
item(integer index)
Get dropped file name at specified index.
|
character |
item(java.lang.Integer index)
Get dropped file name at specified index.
|
static comhandle |
newInstance(GenericWidget parent)
Factory method.
|
void |
remove(integer index)
Remove dropped file name at specified index.
|
void |
remove(java.lang.Integer index)
Remove dropped file name at specified index.
|
delete, getActivexName, getName, validcall, chainCall, checkParameters, deref, destroy, getComObjectClass, getComObjectInstance, getParentControlFrame, getParentProcedure, getProperty, id, id, init, marshal, ref, setName, setParentControlFrame, setProperty, unknown, unmarshal, unmarshalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowDeleteprivate DataObjectFiles(GenericWidget parent)
parent - Parent widget.public static comhandle newInstance(GenericWidget parent)
parent - Parent widget.public void clear()
clear in interface IVBDataObjectFilespublic integer count()
count in interface IVBDataObjectFilespublic character item(integer index)
item in interface IVBDataObjectFilesindex - Index number.public character item(java.lang.Integer index)
item in interface IVBDataObjectFilesindex - Index number.public void add(character fileName)
add in interface IVBDataObjectFilesfileName - File namepublic void add(java.lang.String fileName)
add in interface IVBDataObjectFilesfileName - File namepublic void add(character fileName, integer index)
add in interface IVBDataObjectFilesfileName - File nameindex - positionpublic void add(java.lang.String fileName,
integer index)
add in interface IVBDataObjectFilesfileName - File nameindex - positionpublic void add(character fileName, java.lang.Integer index)
add in interface IVBDataObjectFilesfileName - File nameindex - positionpublic void add(java.lang.String fileName,
java.lang.Integer index)
IVBDataObjectFilesadd in interface IVBDataObjectFilesfileName - File nameindex - positionpublic void remove(integer index)
remove in interface IVBDataObjectFilesindex - positionpublic void remove(java.lang.Integer index)
IVBDataObjectFilesremove in interface IVBDataObjectFilesindex - position