com.l2fprod.common.beans.editor
Class ColorPropertyEditor.AsInt

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by com.l2fprod.common.beans.editor.ColorPropertyEditor
          extended by com.l2fprod.common.beans.editor.ColorPropertyEditor.AsInt
All Implemented Interfaces:
java.beans.PropertyEditor
Enclosing class:
ColorPropertyEditor

public static class ColorPropertyEditor.AsInt
extends ColorPropertyEditor


Nested Class Summary
 
Nested classes/interfaces inherited from class com.l2fprod.common.beans.editor.ColorPropertyEditor
ColorPropertyEditor.AsInt
 
Field Summary
 
Fields inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
editor
 
Constructor Summary
ColorPropertyEditor.AsInt()
           
 
Method Summary
protected  void firePropertyChange(java.lang.Object oldValue, java.lang.Object newValue)
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object arg0)
           
 
Methods inherited from class com.l2fprod.common.beans.editor.ColorPropertyEditor
selectColor, selectNull
 
Methods inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorPropertyEditor.AsInt

public ColorPropertyEditor.AsInt()
Method Detail

setValue

public void setValue(java.lang.Object arg0)
Specified by:
setValue in interface java.beans.PropertyEditor
Overrides:
setValue in class ColorPropertyEditor

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.beans.PropertyEditor
Overrides:
getValue in class ColorPropertyEditor

firePropertyChange

protected void firePropertyChange(java.lang.Object oldValue,
                                  java.lang.Object newValue)
Overrides:
firePropertyChange in class AbstractPropertyEditor