public static class Control.Type extends Object
Type class represents the type of the control. Static instances are provided for the common types.
| Modifier | Constructor and Description |
|---|---|
protected |
Type(String
Constructs a new control type with the name specified.
|
protected Type(Stringname)
name - the name of the new control type.
public final boolean equals(Objectobj)
equals in class
Object
obj - the reference object with which to compare.
true if this object is the same as the obj argument;
false otherwise.
Object.hashCode() ,
HashMap
public final int hashCode()
hashCode in class
Object
Object.equals(java.lang.Object) ,
System.identityHashCode(java.lang.Object)