public class
ParameterDescriptor
extends FeatureDescriptor
Public Constructor Summary
Inherited Method Summary
From class
java.beans.FeatureDescriptor
| Enumeration<String> |
attributeNames()
Enumerates the attribute names. |
| String |
getDisplayName()
Gets the display name or |
| String |
getName()
Gets the name. |
| String |
getShortDescription()
Gets the short description or |
| Object | |
| boolean |
isExpert()
Indicates if this feature is an expert feature. |
| boolean |
isHidden()
Indicates if this feature is hidden. |
| boolean |
isPreferred()
Indicates if this feature is preferred. |
| void | |
| void |
setExpert(boolean expert)
Sets the expert indicator. |
| void |
setHidden(boolean hidden)
Sets the hidden indicator. |
| void | |
| void |
setPreferred(boolean preferred)
Sets the preferred indicator. |
| void | |
| void |
From class
java.lang.Object
| Object |
clone()
Creates and returns a copy of this
Object. |
| boolean | |
| void |
finalize()
Invoked when the garbage collector has detected that this instance is no longer reachable.
|
| final Class<?> | |
| int |
hashCode()
Returns an integer hash code for this object.
|
| final void |
notify()
Causes a thread which is waiting on this object's monitor (by means of
calling one of the
wait() methods) to be woken up. |
| final void |
notifyAll()
Causes all threads which are waiting on this object's monitor (by means
of calling one of the
wait() methods) to be woken up. |
| String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
| final void |
wait(long timeout, int nanos)
Causes the calling thread to wait until another thread calls the
notify() or notifyAll() method of this object or until the
specified timeout expires. |
| final void |
wait(long timeout)
Causes the calling thread to wait until another thread calls the
notify() or notifyAll() method of this object or until the
specified timeout expires. |
| final void |
wait()
Causes the calling thread to wait until another thread calls the
notify() or notifyAll() method of this object. |