[X] checked item [ ] unchecked item
public abstract class A7_CheckedItems extends Object
Collection of TA_CheckedItem for ASCII characters.
| Constructor and Description |
|---|
A7_CheckedItems() |
| Modifier and Type | Method and Description |
|---|---|
static TA_CheckedItem |
brx()
A checked item using
(x) and ( ). |
static TA_CheckedItem |
brX()
A checked item using
(X) and ( ). |
static TA_CheckedItem |
cbrx()
A checked item using
{x} and { }. |
static TA_CheckedItem |
cbrX()
A checked item using
{X} and { }. |
static TA_CheckedItem |
gtltx()
A checked item using
<x> and < >. |
static TA_CheckedItem |
gtltX()
A checked item using
<X> and < >. |
static TA_CheckedItem |
sbrx()
A checked item using
[x] and [ ]. |
static TA_CheckedItem |
sbrX()
A checked item using
[X] and [ ]. |
public static TA_CheckedItem sbrX()
A checked item using [X] and [ ].
[X] checked item [ ] unchecked item
public static TA_CheckedItem sbrx()
A checked item using [x] and [ ].
[x] checked item [ ] unchecked item
public static TA_CheckedItem cbrX()
A checked item using {X} and { }.
{X} checked item
{ } unchecked item
public static TA_CheckedItem cbrx()
A checked item using {x} and { }.
{x} checked item
{ } unchecked item
public static TA_CheckedItem brX()
A checked item using (X) and ( ).
(X) checked item ( ) unchecked item
public static TA_CheckedItem brx()
A checked item using (x) and ( ).
(x) checked item ( ) unchecked item
public static TA_CheckedItem gtltX()
A checked item using <X> and < >.
<X> checked item < > unchecked item
public static TA_CheckedItem gtltx()
A checked item using <x> and < >.
<x> checked item < > unchecked item
Copyright © 2016–2017. All rights reserved.