com.bankframe.fe.statemachine.ext.apploaders.bean.editors
Class ArrayListEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.bankframe.fe.statemachine.ext.apploaders.bean.editors.ArrayListEditor
- All Implemented Interfaces:
- PropertyEditor, EventListener, TableModelListener
public class ArrayListEditor
- extends PropertyEditorSupport
- implements TableModelListener
ArrayListEditor
public ArrayListEditor()
- Constructor for ArrayListEditor.
ArrayListEditor
public ArrayListEditor(Object arg0)
- Constructor for ArrayListEditor.
- Parameters:
arg0
-
getCustomEditor
public Component getCustomEditor()
- Specified by:
getCustomEditor
in interface PropertyEditor
- Overrides:
getCustomEditor
in class PropertyEditorSupport
- See Also:
PropertyEditor.getCustomEditor()
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor
in interface PropertyEditor
- Overrides:
supportsCustomEditor
in class PropertyEditorSupport
- See Also:
PropertyEditor.supportsCustomEditor()
isPaintable
public boolean isPaintable()
- Specified by:
isPaintable
in interface PropertyEditor
- Overrides:
isPaintable
in class PropertyEditorSupport
- See Also:
PropertyEditor.isPaintable()
paintValue
public void paintValue(Graphics arg0,
Rectangle arg1)
- Specified by:
paintValue
in interface PropertyEditor
- Overrides:
paintValue
in class PropertyEditorSupport
- See Also:
PropertyEditor.paintValue(Graphics, Rectangle)
setValue
public void setValue(Object value)
- Specified by:
setValue
in interface PropertyEditor
- Overrides:
setValue
in class PropertyEditorSupport
- See Also:
PropertyEditor.setValue(Object)
tableChanged
public void tableChanged(TableModelEvent evt)
- Specified by:
tableChanged
in interface TableModelListener
- See Also:
TableModelListener.tableChanged(TableModelEvent)
getValue
public Object getValue()
- Specified by:
getValue
in interface PropertyEditor
- Overrides:
getValue
in class PropertyEditorSupport
- See Also:
PropertyEditor.getValue()
Copyright © 2005, 2007, Oracle. All rights reserved.