javax.swing.beaninfo
public class: SwingFileEditor [javadoc |
source]
java.lang.Object
java.beans.PropertyEditorSupport
javax.swing.beaninfo.SwingEditorSupport
javax.swing.beaninfo.SwingURLEditor
javax.swing.beaninfo.SwingFileEditor
All Implemented Interfaces:
PropertyEditor
Created by IntelliJ IDEA.
User: UHLIG
Date: 12 mai 2003
Time: 15:43:41
To change this template use Options | File Templates.
Method from javax.swing.beaninfo.SwingFileEditor Summary: |
---|
setTheValue |
Methods from java.beans.PropertyEditorSupport: |
---|
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource, setValue, supportsCustomEditor |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.swing.beaninfo.SwingFileEditor Detail: |
protected void setTheValue() {
setValue( chooser.getSelectedFile() );
}
|