A C E G I M P R S 

A

addPropertyChangeListener(PropertyChangeListener) - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 

C

com.github.stefanbirkner.editors - package com.github.stefanbirkner.editors
 
com.github.stefanbirkner.editors.mapper - package com.github.stefanbirkner.editors.mapper
 
CompositeMapper<T> - Class in com.github.stefanbirkner.editors.mapper
A CompositeMapper allows you to modify the input and output of a arbitrary Mapper.
CompositeMapper(Mapper<T>, Mapper<String>) - Constructor for class com.github.stefanbirkner.editors.mapper.CompositeMapper
 

E

EmptyStringToNullEditor - Class in com.github.stefanbirkner.editors
An EmptyStringToNullEditor is a wrapper for building PropertyEditors that handle setAsText("") like setAsText(null).
EmptyStringToNullEditor(PropertyEditor) - Constructor for class com.github.stefanbirkner.editors.EmptyStringToNullEditor
 
EmptyStringToNullMapper - Class in com.github.stefanbirkner.editors.mapper
An EmptyStringToNullMapper maps between Strings.
EmptyStringToNullMapper() - Constructor for class com.github.stefanbirkner.editors.mapper.EmptyStringToNullMapper
 
EnumEditor<E extends Enum<E>> - Class in com.github.stefanbirkner.editors
This EnumEditor is a replacement for Java's built-in enum editor.
EnumEditor(Class<E>) - Constructor for class com.github.stefanbirkner.editors.EnumEditor
 
EnumMapper<E extends Enum<E>> - Class in com.github.stefanbirkner.editors.mapper
An EnumMapper maps between enums to text and vice versa by using their names.
EnumMapper(Class<E>) - Constructor for class com.github.stefanbirkner.editors.mapper.EnumMapper
 

G

getAsText() - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
getAsText() - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
getCustomEditor() - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
getCustomEditor() - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
getJavaInitializationString() - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
getJavaInitializationString() - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
getTags() - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
getTags() - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
getTextForValue(T) - Method in class com.github.stefanbirkner.editors.mapper.CompositeMapper
 
getTextForValue(String) - Method in class com.github.stefanbirkner.editors.mapper.EmptyStringToNullMapper
 
getTextForValue(E) - Method in class com.github.stefanbirkner.editors.mapper.EnumMapper
 
getTextForValue(T) - Method in interface com.github.stefanbirkner.editors.mapper.Mapper
 
getValue() - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
getValue() - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
getValueForText(String) - Method in class com.github.stefanbirkner.editors.mapper.CompositeMapper
 
getValueForText(String) - Method in class com.github.stefanbirkner.editors.mapper.EmptyStringToNullMapper
 
getValueForText(String) - Method in class com.github.stefanbirkner.editors.mapper.EnumMapper
 
getValueForText(String) - Method in interface com.github.stefanbirkner.editors.mapper.Mapper
 

I

isPaintable() - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
isPaintable() - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 

M

Mapper<T> - Interface in com.github.stefanbirkner.editors.mapper
A Mapper maps between Strings and objects.

P

paintValue(Graphics, Rectangle) - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
paintValue(Graphics, Rectangle) - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
PropertyEditorWithMapper - Class in com.github.stefanbirkner.editors
An PropertyEditorWithMapper modifies the text input and output of another PropertyEditor.
PropertyEditorWithMapper(PropertyEditor, Mapper<String>) - Constructor for class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 

R

removePropertyChangeListener(PropertyChangeListener) - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 

S

setAsText(String) - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
setAsText(String) - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
setValue(Object) - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
setValue(Object) - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
SfbEnumEditor<E extends Enum<E>> - Class in com.github.stefanbirkner.editors
A SfbEnumEditor is a property editor for enums.
SfbEnumEditor(Class<? extends Enum<E>>) - Constructor for class com.github.stefanbirkner.editors.SfbEnumEditor
 
SfbPropertyEditorSupport<T> - Class in com.github.stefanbirkner.editors
SfbPropertEditorSupport is a PropertyEditor with proper listener support.
SfbPropertyEditorSupport(Class<T>, Mapper<T>) - Constructor for class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
supportsCustomEditor() - Method in class com.github.stefanbirkner.editors.PropertyEditorWithMapper
 
supportsCustomEditor() - Method in class com.github.stefanbirkner.editors.SfbPropertyEditorSupport
 
A C E G I M P R S 

Copyright © 2012-2013. All Rights Reserved.