public abstract class Control extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Control.Type
This describes a single control.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Control(Control.Type type)
Create a new Control given its Type.
|
| Modifier and Type | Method and Description |
|---|---|
Control.Type |
getType()
Return the Type of this Control.
|
String |
toString()
Return a String descrsibing this control.
|
protected Control(Control.Type type)
type - the typepublic Control.Type getType()
public String toString()
toString in class ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)