public static class ControlledString.Control extends Object
| Modifier and Type | Field and Description |
|---|---|
String[] |
args
The arguments to the control.
|
String |
name
The name of the control.
|
| Constructor and Description |
|---|
Control()
Create a new blank control.
|
Control(String nam)
Create a new argless control.
|
Control(String nam,
String... ars)
Create a new control.
|
| Modifier and Type | Method and Description |
|---|---|
static ControlledString.Control |
C(String nam,
String... ars)
Convenient static constructor for static imports.
|
int |
count()
Get the count of arguments this control has.
|
boolean |
equals(Object obj) |
String |
get(int i)
Get an argument from the control.
|
int |
hashCode() |
String |
toString() |
public String name
public String[] args
public Control()
public Control(String nam)
nam - The name of the control.public int count()
public String get(int i)
i - The index of the argument to get.public static ControlledString.Control C(String nam, String... ars)
nam - The name of the control.ars - The arguments to the control.Copyright © 2019. All rights reserved.