|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Convertable | |
---|---|
dsto.dfc.swing.controls | Miscellaneous UI components and support classes. |
dsto.dfc.swing.text.selection | Support for pattern matching text (eg using regular expressions or numeric comparisons). |
Uses of Convertable in dsto.dfc.swing.controls |
---|
Classes in dsto.dfc.swing.controls that implement Convertable | |
---|---|
class |
Insets2D
Represents insets in a floating point space. |
Uses of Convertable in dsto.dfc.swing.text.selection |
---|
Subinterfaces of Convertable in dsto.dfc.swing.text.selection | |
---|---|
interface |
PatternSelector
Selects values based on a pattern. |
Classes in dsto.dfc.swing.text.selection that implement Convertable | |
---|---|
class |
BooleanSelector
Selector that matches booleans. |
class |
DateSelector
A basic selector for java.util.Date objects. |
class |
NumberSelector
Uses patterns such as "[0:1],10,>=12,(13:*],<200" to match numbers (int, float and double). |
static class |
PatternSelector.SelectAllSelector
|
class |
RegexSelector
Selector that uses Perl 5 compatible regular expressions. |
class |
StringContainsSelector
Simple selector matches values string-wise using toString () and contains (). |
class |
StringSelector
Simple selector matches values string-wise using toString () and equals (). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |