public class Editors extends Object
| Modifier and Type | Method and Description |
|---|---|
static PropertyEditor<?> |
createCheckEditor(PropertySheet.Item property) |
static <T> PropertyEditor<?> |
createChoiceEditor(PropertySheet.Item property,
Collection<T> choices) |
static PropertyEditor<?> |
createColorEditor(PropertySheet.Item property) |
static PropertyEditor<?> |
createDateEditor(PropertySheet.Item property) |
static PropertyEditor<?> |
createFontEditor(PropertySheet.Item property) |
static PropertyEditor<?> |
createNumericEditor(PropertySheet.Item property) |
static PropertyEditor<?> |
createTextEditor(PropertySheet.Item property) |
public static final PropertyEditor<?> createTextEditor(PropertySheet.Item property)
public static final PropertyEditor<?> createNumericEditor(PropertySheet.Item property)
public static final PropertyEditor<?> createCheckEditor(PropertySheet.Item property)
public static final <T> PropertyEditor<?> createChoiceEditor(PropertySheet.Item property, Collection<T> choices)
public static final PropertyEditor<?> createColorEditor(PropertySheet.Item property)
public static final PropertyEditor<?> createDateEditor(PropertySheet.Item property)
public static final PropertyEditor<?> createFontEditor(PropertySheet.Item property)