|
||||||||||
| 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<T>
public abstract class TableEditor<T>
| Nested Class Summary | |
|---|---|
class |
TableEditor.TablePicker
Dialog window to allow table value editing. |
| Constructor Summary | |
|---|---|
TableEditor()
|
|
| Method Summary | |
|---|---|
TableEditor.TablePicker |
getPicker()
This method initializes picker |
abstract T |
getValue()
|
void |
setAddActionHandler(ActionListener al)
Add the action handler for the "Add"-Button |
void |
setDelActionHandler(ActionListener al)
Add the action handler for the "Del"-Button |
void |
setValue(Object value)
|
| 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 TableEditor()
| Method Detail |
|---|
public abstract T getValue()
getValue in interface PropertyEditorgetValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditorpublic void setValue(Object value)
setValue in interface PropertyEditorsetValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditorpublic TableEditor.TablePicker getPicker()
public void setAddActionHandler(ActionListener al)
al - new ActionListener to add to btnAddpublic void setDelActionHandler(ActionListener al)
al - new ActionListener to add to btnDel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||