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:
java.util.EventListener, java.beans.PropertyEditor, javax.swing.event.TableModelListener

public class ArrayListEditor
extends java.beans.PropertyEditorSupport
implements javax.swing.event.TableModelListener


Nested Class Summary
 class ArrayListEditor.ArrayListTableModel
           
 
Constructor Summary
ArrayListEditor()
          Constructor for ArrayListEditor.
ArrayListEditor(java.lang.Object arg0)
          Constructor for ArrayListEditor.
 
Method Summary
 java.awt.Component getCustomEditor()
           
 java.lang.Object getValue()
           
 boolean isPaintable()
           
 void paintValue(java.awt.Graphics arg0, java.awt.Rectangle arg1)
           
 void setValue(java.lang.Object value)
           
 boolean supportsCustomEditor()
           
 void tableChanged(javax.swing.event.TableModelEvent evt)
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getTags, removePropertyChangeListener, setAsText
 
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(java.lang.Object arg0)
Constructor for ArrayListEditor.

Parameters:
arg0 -
Method Detail

getCustomEditor

public java.awt.Component getCustomEditor()
Specified by:
getCustomEditor in interface java.beans.PropertyEditor
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport
See Also:
PropertyEditor.getCustomEditor()

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport
See Also:
PropertyEditor.supportsCustomEditor()

isPaintable

public boolean isPaintable()
Specified by:
isPaintable in interface java.beans.PropertyEditor
Overrides:
isPaintable in class java.beans.PropertyEditorSupport
See Also:
PropertyEditor.isPaintable()

paintValue

public void paintValue(java.awt.Graphics arg0,
                       java.awt.Rectangle arg1)
Specified by:
paintValue in interface java.beans.PropertyEditor
Overrides:
paintValue in class java.beans.PropertyEditorSupport
See Also:
PropertyEditor.paintValue(Graphics, Rectangle)

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface java.beans.PropertyEditor
Overrides:
setValue in class java.beans.PropertyEditorSupport
See Also:
PropertyEditor.setValue(Object)

tableChanged

public void tableChanged(javax.swing.event.TableModelEvent evt)
Specified by:
tableChanged in interface javax.swing.event.TableModelListener
See Also:
TableModelListener.tableChanged(TableModelEvent)

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.beans.PropertyEditor
Overrides:
getValue in class java.beans.PropertyEditorSupport
See Also:
PropertyEditor.getValue()


Copyright © 2005 Siebel Systems, Inc. All rights reserved.