|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.media.sound.AudioSynthesizerPropertyInfo
public class AudioSynthesizerPropertyInfo
Information about property used in opening AudioSynthesizer
.
Field Summary | |
---|---|
java.lang.Object[] |
choices
An array of possible values if the value for the field AudioSynthesizerPropertyInfo.value may be selected
from a particular set of values; otherwise null. |
java.lang.String |
description
A brief description of the property, which may be null. |
java.lang.String |
name
The name of the property. |
java.lang.Object |
value
The value field specifies the current value of
the property. |
java.lang.Class |
valueClass
The valueClass field specifies class
used in value field. |
Constructor Summary | |
---|---|
AudioSynthesizerPropertyInfo(java.lang.String name,
java.lang.Object value)
Constructs a AudioSynthesizerPropertyInfo object with a given
name and value. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String description
public java.lang.Object value
value
field specifies the current value of
the property.
public java.lang.Class valueClass
valueClass
field specifies class
used in value
field.
public java.lang.Object[] choices
AudioSynthesizerPropertyInfo.value
may be selected
from a particular set of values; otherwise null.
Constructor Detail |
---|
public AudioSynthesizerPropertyInfo(java.lang.String name, java.lang.Object value)
AudioSynthesizerPropertyInfo
object with a given
name and value. The description
and choices
are intialized by null
values.
name
- the name of the propertyvalue
- the current value or class used for values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |