de.beamertool.admin.configuration.editor
Class MessagePresentationEditor

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<MessagePresentation>
              extended by de.beamertool.admin.configuration.editor.MessagePresentationEditor
All Implemented Interfaces:
PropertyEditor

public class MessagePresentationEditor
extends EnumEditor<MessagePresentation>

Wrapper to use MessagePresentation 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
MessagePresentationEditor()
          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

MessagePresentationEditor

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