pt.despodata.java.ddata.table
Class DDataColumnWidthEditor

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

public class DDataColumnWidthEditor
extends java.beans.PropertyEditorSupport

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

Version:
1.0
Author:
Luis Medalhas

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

DDataColumnWidthEditor

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