abbot.editor.widgets
Interface ArrayEditor.ElementEditor

All Known Implementing Classes:
ArrayEditor.TextEditor
Enclosing interface:
ArrayEditor

protected static interface ArrayEditor.ElementEditor


Method Summary
 void addActionListener(ActionListener listener)
           
 Component getEditorComponent()
           
 Object getValue()
           
 void removeActionListener(ActionListener listener)
           
 void setEnabled(boolean enabled)
           
 void setValue(Object value)
           
 

Method Detail

setValue

public void setValue(Object value)

getValue

public Object getValue()

getEditorComponent

public Component getEditorComponent()

addActionListener

public void addActionListener(ActionListener listener)

removeActionListener

public void removeActionListener(ActionListener listener)

setEnabled

public void setEnabled(boolean enabled)


Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge