|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.model.device.SimpleFoundDevicesList
public class SimpleFoundDevicesList
Simple implementation of the IFoundDevicesList interface. This implementation collects the devices, but does nothing else with that information.
| Constructor Summary | |
|---|---|
SimpleFoundDevicesList()
Construct a new device list. |
|
| Method Summary | |
|---|---|
void |
addDevices(IDevice[] devices)
Add the specified devices to the list of found devices. |
void |
clear()
Clear the previous results from this list. |
IDevice[] |
getDevices()
Return all devices added to the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleFoundDevicesList()
| Method Detail |
|---|
public void addDevices(IDevice[] devices)
IFoundDevicesList
addDevices in interface IFoundDevicesListIFoundDevicesList.addDevices(org.eclipse.mtj.core.model.device.IDevice[])public void clear()
public IDevice[] getDevices()
IFoundDevicesList
getDevices in interface IFoundDevicesListIFoundDevicesList.getDevices()
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||