public class ListImageEditor extends PropertyEditorSupport implements ExPropertyEditor
Modifier and Type | Field and Description |
---|---|
static String |
PROP_DESCRIPTIONS |
static String |
PROP_IMAGES |
static String |
PROP_VALUES |
PROP_VALUE_VALID, PROPERTY_HELP_ID
Constructor and Description |
---|
ListImageEditor()
Creates new ListEditor
|
Modifier and Type | Method and Description |
---|---|
void |
attachEnv(PropertyEnv env) |
String |
getAsText() |
String |
getJavaInitializationString() |
String[] |
getTags() |
boolean |
isEditable() |
boolean |
isPaintable() |
void |
paintValue(Graphics g,
Rectangle rectangle) |
void |
setAsText(String str) |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getCustomEditor, getValue, removePropertyChangeListener, setValue, supportsCustomEditor
public static final String PROP_IMAGES
public static final String PROP_VALUES
public static final String PROP_DESCRIPTIONS
public void attachEnv(PropertyEnv env)
attachEnv
in interface ExPropertyEditor
public boolean isEditable()
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
public void setAsText(String str) throws IllegalArgumentException
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
IllegalArgumentException
public String[] getTags()
getTags
in interface PropertyEditor
getTags
in class PropertyEditorSupport
public boolean isPaintable()
isPaintable
in interface PropertyEditor
isPaintable
in class PropertyEditorSupport
public void paintValue(Graphics g, Rectangle rectangle)
paintValue
in interface PropertyEditor
paintValue
in class PropertyEditorSupport
public String getJavaInitializationString()
getJavaInitializationString
in interface PropertyEditor
getJavaInitializationString
in class PropertyEditorSupport