de.beamertool.admin.configuration.editor
Class MobileTypeEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by com.l2fprod.common.beans.editor.ComboBoxPropertyEditor
          extended by de.beamertool.admin.configuration.editor.EnumEditor<MobileType>
              extended by de.beamertool.admin.configuration.editor.MobileTypeEditor
All Implemented Interfaces:
PropertyEditor

public class MobileTypeEditor
extends EnumEditor<MobileType>

Wrapper to use MobileType enumeration.

Author:
ocm-zeeman

Nested Class Summary
 
Nested classes/interfaces inherited from class com.l2fprod.common.beans.editor.ComboBoxPropertyEditor
com.l2fprod.common.beans.editor.ComboBoxPropertyEditor.Renderer, com.l2fprod.common.beans.editor.ComboBoxPropertyEditor.Value
 
Constructor Summary
MobileTypeEditor()
          Simple constructor to add the complete enumeration to the list.
 
Method Summary
 
Methods inherited from class com.l2fprod.common.beans.editor.ComboBoxPropertyEditor
getValue, setAvailableIcons, setAvailableValues, setValue
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileTypeEditor

public MobileTypeEditor()
Simple constructor to add the complete enumeration to the list.