com.l2fprod.common.beans.editor
Class ComboBoxPropertyEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by com.l2fprod.common.beans.editor.ComboBoxPropertyEditor
All Implemented Interfaces:
java.beans.PropertyEditor
Direct Known Subclasses:
BooleanPropertyEditor, PropertySheetPage.SeasonEditor

public class ComboBoxPropertyEditor
extends AbstractPropertyEditor

ComboBoxPropertyEditor.


Nested Class Summary
 class ComboBoxPropertyEditor.Renderer
           
static class ComboBoxPropertyEditor.Value
           
 
Field Summary
 
Fields inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
editor
 
Constructor Summary
ComboBoxPropertyEditor()
           
 
Method Summary
 java.lang.Object getValue()
           
 void setAvailableIcons(javax.swing.Icon[] icons)
           
 void setAvailableValues(java.lang.Object[] values)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
addPropertyChangeListener, firePropertyChange, 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

ComboBoxPropertyEditor

public ComboBoxPropertyEditor()
Method Detail

getValue

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

setValue

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

setAvailableValues

public void setAvailableValues(java.lang.Object[] values)

setAvailableIcons

public void setAvailableIcons(javax.swing.Icon[] icons)