static class |
Main.AbstractOptionHandler |
This abstract implementation of the OptionHandler interface
throws an exception if the number of arguments passed to the
handleOption method does not match the number of expected
optionValues.
|
static class |
Main.ColorOptionHandler |
Base class for options which expect a Color optionValue.
|
static class |
Main.FloatOptionHandler |
Base class for options which expect the single optionValue to
be a float.
|
static class |
Main.NoValueOptionHandler |
Base class for options with no option value (i.e., the presence
of the option means something in itself.
|
static class |
Main.RectangleOptionHandler |
Base class for options which expect a Rectangle optionValue.
|
static class |
Main.SingleValueOptionHandler |
Base class for options with a single option value.
|
static class |
Main.TimeOptionHandler |
Base class for options which expect the single optionValue to
be a time value.
|