public class IlvLabelAttributePropertyEditor extends PropertyEditorSupport
Modifier and Type | Field and Description |
---|---|
static String |
NO_LABEL_AVAILABLE
String indicating that no labeling is available.
|
static String |
NO_LABELING
String indicating that no labeling should occur.
|
Constructor and Description |
---|
IlvLabelAttributePropertyEditor()
Constructs a
IlvLabelAttributePropertyEditor |
Modifier and Type | Method and Description |
---|---|
String |
getAsText()
Returns the selected object's value.
|
String[] |
getTags()
Returns the value of this object, which is an array of strings, as tagged values.
|
Object |
getValue()
Gets the value of the property.
|
void |
setAsText(String text)
Sets the selected value
|
void |
setTarget(Object target)
Sets the target (an
IlvMapStyle ) for this editor. |
void |
setValue(Object value)
Set (or change) the object that is to be edited.
|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
public static final String NO_LABEL_AVAILABLE
public static final String NO_LABELING
public IlvLabelAttributePropertyEditor()
IlvLabelAttributePropertyEditor
public void setTarget(Object target)
IlvMapStyle
) for this editor.target
- The style to set.public void setValue(Object value)
setValue
in interface PropertyEditor
setValue
in class PropertyEditorSupport
value
- the new object value. public Object getValue()
getValue
in interface PropertyEditor
getValue
in class PropertyEditorSupport
String[]
public String[] getTags()
getTags
in interface PropertyEditor
getTags
in class PropertyEditorSupport
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
public void setAsText(String text)
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
text
- Text to set.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.