com.bankframe.fe.statemachine.ext.apploaders.bean.editors
Class ArrayListEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by com.bankframe.fe.statemachine.ext.apploaders.bean.editors.ArrayListEditor
All Implemented Interfaces:
PropertyEditor, EventListener, TableModelListener

public class ArrayListEditor
extends PropertyEditorSupport
implements TableModelListener


Nested Class Summary
 class ArrayListEditor.ArrayListTableModel
           
 
Constructor Summary
ArrayListEditor()
          Constructor for ArrayListEditor.
ArrayListEditor(Object arg0)
          Constructor for ArrayListEditor.
 
Method Summary
 Component getCustomEditor()
           
 Object getValue()
           
 boolean isPaintable()
           
 void paintValue(Graphics arg0, Rectangle arg1)
           
 void setValue(Object value)
           
 boolean supportsCustomEditor()
           
 void tableChanged(TableModelEvent evt)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, removePropertyChangeListener, setAsText, setSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayListEditor

public ArrayListEditor()
Constructor for ArrayListEditor.


ArrayListEditor

public ArrayListEditor(Object arg0)
Constructor for ArrayListEditor.

Parameters:
arg0 -
Method Detail

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.