|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.beans.binding.Binding.Parameter<T>
public static class Binding.Parameter<T>
Parameter is used to provide additional information to configure a
specific binding. See SwingBindingSupport
for examples of this.
Binding.setValue(javax.beans.binding.Binding.Parameter, T) ,
Binding.getValue(javax.beans.binding.Binding.Parameter, T) | Constructor Summary | |
|---|---|
Binding.Parameter(java.lang.Class<T> valueClass,
java.lang.String description)
Creates a Parameter with the specified value Class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns a description of this parameter. |
java.lang.Class<T> |
getValueClass()
Returns the expected type for values associated with this key. |
java.lang.String |
toString()
Returns a string representing the state of this Parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Binding.Parameter(java.lang.Class<T> valueClass,
java.lang.String description)
Parameter with the specified value Class.
valueClass - the expected type for values with this keydescription - a description of this Parameter, used only
for debugging
java.lang.IllegalArgumentException - if valueClass or
description null| Method Detail |
|---|
public final java.lang.Class<T> getValueClass()
public final java.lang.String getDescription()
public java.lang.String toString()
Parameter.
This method is intended to be used only for debugging purposes, and
the content and format of the returned string may vary between
implementations. The returned string may be empty but may not
be null.
toString in class java.lang.ObjectParameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||