pt.moredata.widgets.table
Class ColumnWidthEditor

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

public class ColumnWidthEditor
extends java.beans.PropertyEditorSupport

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

Version:
1.0
Author:
Luis Medalhas

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

ColumnWidthEditor

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