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

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bycom.bankframe.fe.statemachine.ext.apploaders.bean.editors.PropertiesEditor
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyEditor, javax.swing.event.TableModelListener

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


Nested Class Summary
 class PropertiesEditor.PropertiesTableModel
           
 
Constructor Summary
PropertiesEditor()
          Constructor for PropertiesEditor.
PropertiesEditor(java.lang.Object arg0)
          Constructor for PropertiesEditor.
 
Method Summary
 java.util.List getColumnNames()
          Returns the columnNames.
 java.awt.Component getCustomEditor()
           
 java.lang.Object getValue()
           
 boolean isPaintable()
           
 void paintValue(java.awt.Graphics arg0, java.awt.Rectangle arg1)
           
 void setColumnNames(java.util.List columnNames)
          Sets the columnNames.
 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

PropertiesEditor

public PropertiesEditor()
Constructor for PropertiesEditor.


PropertiesEditor

public PropertiesEditor(java.lang.Object arg0)
Constructor for PropertiesEditor.

Parameters:
arg0 -
Method Detail

getCustomEditor

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

supportsCustomEditor

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

isPaintable

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

paintValue

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

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface java.beans.PropertyEditor
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
See Also:
PropertyEditor.getValue()

getColumnNames

public java.util.List getColumnNames()
Returns the columnNames.

Returns:
List

setColumnNames

public void setColumnNames(java.util.List columnNames)
Sets the columnNames.

Parameters:
columnNames - The columnNames to set


Copyright © 2005, 2007, Oracle. All rights reserved.