pt.despodata.java.ddata.table
Class DDataColumnNameEditor

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

public class DDataColumnNameEditor
extends java.beans.PropertyEditorSupport

Title: DDataTable Description: Copyright: Copyright (c) Luis Medalhas Company: Despodata

Version:
1.0
Author:
Luis Medalhas

Constructor Summary
DDataColumnNameEditor()
           
 
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

DDataColumnNameEditor

public DDataColumnNameEditor()
Method Detail

setValue

public void setValue(java.lang.Object value)

getValue

public java.lang.Object getValue()

getAsText

public java.lang.String getAsText()

getCustomEditor

public java.awt.Component getCustomEditor()

supportsCustomEditor

public boolean supportsCustomEditor()

getJavaInitializationString

public java.lang.String getJavaInitializationString()