API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi. MidiDevice.Info View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      MidiDevice.Info
Implements
Subclasses
Description
publicstatic class MidiDevice.Info
  A MidiDevice.Info object contains assorted data about a MidiDevice, including its name, the company who created it, and descriptive text.
Constructors
protected MidiDevice.Info (String name, String vendor, String description, String version)
  Constructs a device info object.
Methods
Hide/Show inherited methods
publicfinal boolean equals (Object obj)
  Reports whether two objects are equal.
publicfinal String getDescription ()
  Obtains the description of the device.
publicfinal String getName ()
  Obtains the name of the device.
publicfinal String getVendor ()
  Obtains the name of the company who supplies the device.
publicfinal String getVersion ()
  Obtains the version of the device.
publicfinal int hashCode ()
Finalizes the hashcode method.
publicfinal String toString ()
  Provides a string representation of the device information.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar