JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.beans
Class DataSourceEditor

java.lang.Object
  |
  +--com.klg.jclass.chart3d.beans.DataSourceEditor
All Implemented Interfaces:
PropertyEditor

public class DataSourceEditor
extends Object
implements PropertyEditor

Bean editor for chart data source property.


Field Summary
protected  String fText
           
protected  PropertyChangeSupport support
           
protected  String target
           
protected  String xText
           
protected  String yText
           
protected  String zText
           
 
Constructor Summary
DataSourceEditor()
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener l)
           
 String getAsText()
           
 Component getCustomEditor()
           
 String getJavaInitializationString()
           
 String[] getTags()
           
 Object getValue()
           
 boolean isPaintable()
           
 void paintValue(Graphics gc, Rectangle box)
           
 void removePropertyChangeListener(PropertyChangeListener l)
           
 void setAsText(String t)
           
 void setValue(Object value)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

support

protected PropertyChangeSupport support

target

protected String target

xText

protected String xText

yText

protected String yText

zText

protected String zText

fText

protected String fText
Constructor Detail

DataSourceEditor

public DataSourceEditor()
Method Detail

setValue

public void setValue(Object value)
Specified by:
setValue in interface PropertyEditor

getValue

public Object getValue()
Specified by:
getValue in interface PropertyEditor

isPaintable

public boolean isPaintable()
Specified by:
isPaintable in interface PropertyEditor

paintValue

public void paintValue(Graphics gc,
                       Rectangle box)
Specified by:
paintValue in interface PropertyEditor

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor

setAsText

public void setAsText(String t)
Specified by:
setAsText in interface PropertyEditor

getTags

public String[] getTags()
Specified by:
getTags in interface PropertyEditor

getCustomEditor

public Component getCustomEditor()
Specified by:
getCustomEditor in interface PropertyEditor

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface PropertyEditor

getJavaInitializationString

public final String getJavaInitializationString()
Specified by:
getJavaInitializationString in interface PropertyEditor

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener l)
Specified by:
addPropertyChangeListener in interface PropertyEditor

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener l)
Specified by:
removePropertyChangeListener in interface PropertyEditor

Copyright © 2004 Quest Software Inc..
All rights reserved.