pt.despodata.java.ddata
Class DDataTableCellPropertiesEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended bypt.despodata.java.ddata.DDataTableCellPropertiesEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class DDataTableCellPropertiesEditor
extends java.beans.PropertyEditorSupport

Title:

Description:

Copyright: Copyright (c)

Company:

Version:
1.0
Author:

Constructor Summary
DDataTableCellPropertiesEditor()
           
DDataTableCellPropertiesEditor(java.lang.Object source)
           
 
Method Summary
 java.lang.String getAsText()
           
 java.awt.Component getCustomEditor()
           
 java.lang.String getJavaInitializationString()
           
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 boolean supportsCustomEditor()
           
 
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

DDataTableCellPropertiesEditor

public DDataTableCellPropertiesEditor()

DDataTableCellPropertiesEditor

public DDataTableCellPropertiesEditor(java.lang.Object source)
Method Detail

setValue

public void setValue(java.lang.Object value)

getAsText

public java.lang.String getAsText()

getValue

public java.lang.Object getValue()

getCustomEditor

public java.awt.Component getCustomEditor()

supportsCustomEditor

public boolean supportsCustomEditor()

getJavaInitializationString

public java.lang.String getJavaInitializationString()