|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
ilog.views.maps.beans.editor.IlvAlphaPropertyEditor
public class IlvAlphaPropertyEditor
A property editor to edit layer transparency. This property editor supports a custom editor, an IlvAlphaEditorPanel.
| Constructor Summary | |
|---|---|
IlvAlphaPropertyEditor()
Creates a new IlvAlphaPropertyEditor. |
|
| Method Summary | |
|---|---|
String |
getAsText()
Gets the property value as a String. |
Component |
getCustomEditor()
Retrieves the custom editor. |
String |
getJavaInitializationString()
Returns The java initialization string. |
Object |
getValue()
Retrieves the value of the property editor. |
void |
setAsText(String text)
Sets the property value as a String. |
void |
setValue(Object value)
Sets the value for this property editor. |
boolean |
supportsCustomEditor()
Tells is this property editor supports a custom editor. |
| Methods inherited from class java.beans.PropertyEditorSupport |
|---|
addPropertyChangeListener, firePropertyChange, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvAlphaPropertyEditor()
IlvAlphaPropertyEditor.
| Method Detail |
|---|
public void setValue(Object value)
Float.
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportvalue - The new Value.public Object getValue()
Float
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorgetJavaInitializationString in class PropertyEditorSupportpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupport
public void setAsText(String text)
throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupporttext - The new String value.
IllegalArgumentExceptionpublic Component getCustomEditor()
IlvAlphaEditorPanel.
getCustomEditor in interface PropertyEditorgetCustomEditor in class PropertyEditorSupportIlvAlphaEditorPanel.public boolean supportsCustomEditor()
true
supportsCustomEditor in interface PropertyEditorsupportsCustomEditor in class PropertyEditorSupporttrue
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||