Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia
Class DeviceConfigurationComboBoxModel.CaptureDevice

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.DeviceConfigurationComboBoxModel.CaptureDevice
Enclosing class:
DeviceConfigurationComboBoxModel

public static class DeviceConfigurationComboBoxModel.CaptureDevice
extends Object

Encapsulates CaptureDeviceInfo


Field Summary
 javax.media.CaptureDeviceInfo info
          The encapsulated info.
 
Constructor Summary
DeviceConfigurationComboBoxModel.CaptureDevice(javax.media.CaptureDeviceInfo info)
          Creates the wrapper.
 
Method Summary
static boolean equals(javax.media.CaptureDeviceInfo a, javax.media.CaptureDeviceInfo b)
          Compares two CaptureDeviceInfo
 String toString()
          Gets a human-readable String representation of this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

info

public final javax.media.CaptureDeviceInfo info
The encapsulated info.

Constructor Detail

DeviceConfigurationComboBoxModel.CaptureDevice

public DeviceConfigurationComboBoxModel.CaptureDevice(javax.media.CaptureDeviceInfo info)
Creates the wrapper.

Parameters:
info - the info object we wrap.
Method Detail

equals

public static boolean equals(javax.media.CaptureDeviceInfo a,
                             javax.media.CaptureDeviceInfo b)
Compares two CaptureDeviceInfo

Parameters:
a - first CaptureDeviceInfo to compare
b - second CaptureDeviceInfo to compare
Returns:
whether a is equal to b

toString

public String toString()
Gets a human-readable String representation of this instance.

Overrides:
toString in class Object
Returns:
a String value which is a human-readable representation of this instance

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.