de.beamertool.admin.configuration.editor.smiley
Class SmileyTableEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by de.beamertool.admin.configuration.editor.TableEditor<Map<String,String>>
          extended by de.beamertool.admin.configuration.editor.smiley.SmileyTableEditor
All Implemented Interfaces:
PropertyEditor

public class SmileyTableEditor
extends TableEditor<Map<String,String>>

Author:
ocm-zeeman

Nested Class Summary
 
Nested classes/interfaces inherited from class de.beamertool.admin.configuration.editor.TableEditor
TableEditor.TablePicker
 
Constructor Summary
SmileyTableEditor()
           
 
Method Summary
 Map<String,String> getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class de.beamertool.admin.configuration.editor.TableEditor
getPicker, setAddActionHandler, setDelActionHandler
 
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

SmileyTableEditor

public SmileyTableEditor()
Method Detail

setValue

public void setValue(Object value)
Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class TableEditor<Map<String,String>>

getValue

public Map<String,String> getValue()
Specified by:
getValue in interface PropertyEditor
Specified by:
getValue in class TableEditor<Map<String,String>>