pt.moredata.widgets
Class TableCellPropertiesEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bypt.moredata.widgets.TableCellPropertiesEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class TableCellPropertiesEditor
extends java.beans.PropertyEditorSupport

TableCellPropertiesEditor.java Implementacao do editor das propriedades das colunas do bean Table. Company MoreData

Version:
$Revision: 1.3 $ XXX : Se isto pertence a Table, porque nao esta no package widgets.table ?
Author:
pcarmo

Constructor Summary
TableCellPropertiesEditor()
          Constructor for the DataTableCellPropertiesEditor object
TableCellPropertiesEditor(java.lang.Object source)
          Constructor for the DataTableCellPropertiesEditor object
 
Method Summary
 java.lang.String getAsText()
          Gets the asText attribute of the DataTableCellPropertiesEditor object
 java.awt.Component getCustomEditor()
          Gets the customEditor attribute of the DataTableCellPropertiesEditor object
 java.lang.String getJavaInitializationString()
          Gets the javaInitializationString attribute of the DataTableCellPropertiesEditor object
 java.lang.Object getValue()
          Gets the value attribute of the DataTableCellPropertiesEditor object
 void setValue(java.lang.Object value)
          Sets the value attribute of the DataTableCellPropertiesEditor object
 boolean supportsCustomEditor()
          Description of the Method
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCellPropertiesEditor

public TableCellPropertiesEditor()
Constructor for the DataTableCellPropertiesEditor object


TableCellPropertiesEditor

public TableCellPropertiesEditor(java.lang.Object source)
Constructor for the DataTableCellPropertiesEditor object

Parameters:
source - Description of the Parameter
Method Detail

setValue

public void setValue(java.lang.Object value)
Sets the value attribute of the DataTableCellPropertiesEditor object

Parameters:
value - The new value value

getAsText

public java.lang.String getAsText()
Gets the asText attribute of the DataTableCellPropertiesEditor object

Returns:
The asText value

getValue

public java.lang.Object getValue()
Gets the value attribute of the DataTableCellPropertiesEditor object

Returns:
The value value

getCustomEditor

public java.awt.Component getCustomEditor()
Gets the customEditor attribute of the DataTableCellPropertiesEditor object

Returns:
The customEditor value

supportsCustomEditor

public boolean supportsCustomEditor()
Description of the Method

Returns:
Description of the Return Value

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Gets the javaInitializationString attribute of the DataTableCellPropertiesEditor object

Returns:
The javaInitializationString value