|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.l2fprod.common.beans.editor.AbstractPropertyEditor
de.beamertool.admin.configuration.editor.TableEditor<Collection<String>>
de.beamertool.admin.configuration.editor.StringTableEditor
public class StringTableEditor
Base class to allow access to string list properties.
A subclass is needed to supply a default constructor for BeanInfo support.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.beamertool.admin.configuration.editor.TableEditor |
|---|
TableEditor.TablePicker |
| Constructor Summary | |
|---|---|
StringTableEditor(String... tableHeaders)
Creates the StringTableEditor and the data model. |
|
| Method Summary | |
|---|---|
Collection<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 |
|---|
public StringTableEditor(String... tableHeaders)
tableHeaders - names of the table headers| Method Detail |
|---|
public Collection<String> getValue()
getValue in interface PropertyEditorgetValue in class TableEditor<Collection<String>>public void setValue(Object value)
setValue in interface PropertyEditorsetValue in class TableEditor<Collection<String>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||