de.beamertool.admin.configuration.editor
Class MessageOrientationEditor

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

public class MessageOrientationEditor
extends EnumEditor<MessageOrientation>

Wrapper to use MessageOrientation 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
MessageOrientationEditor()
          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

MessageOrientationEditor

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