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

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

public class PropertiesEditor
extends PropertyEditorSupport
implements TableModelListener


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

PropertiesEditor

public PropertiesEditor()
Constructor for PropertiesEditor.


PropertiesEditor

public PropertiesEditor(Object arg0)
Constructor for PropertiesEditor.

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()

getColumnNames

public List getColumnNames()
Returns the columnNames.

Returns:
List

setColumnNames

public void setColumnNames(List columnNames)
Sets the columnNames.

Parameters:
columnNames - The columnNames to set


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