Beans.java: Explicitely import classes not packages.

2003-03-17  Michael Koch  <konqueror@gmx.de>

	* java/beans/Beans.java:
	Explicitely import classes not packages.
	* java/beans/FeatureDescriptor.java
	(preferred): New member variable.
	(isPreferred): New method.
	(setPreferred): New method.
	* java/beans/PropertyEditorManager.java:
	Explicitely import used classes.
	* java/beans/beancontext/BeanContextChild.java:
	Added line wrapping.
	* java/beans/beancontext/BeanContextChildSupport.java:
	Reindented.
	* java/beans/beancontext/BeanContextEvent.java:
	Reindented.

From-SVN: r64486
This commit is contained in:
Michael Koch 2003-03-17 15:21:45 +00:00 committed by Michael Koch
parent 2ff04cc63a
commit 6d04746832
7 changed files with 103 additions and 48 deletions

View file

@ -43,7 +43,8 @@ import java.beans.VetoableChangeListener;
import java.beans.PropertyVetoException;
/**
* Beans implement this to get information about the execution environment and its services and to be placed in the hierarchy.
* Beans implement this to get information about the execution environment and
* its services and to be placed in the hierarchy.
* <P>
*
* The difference between a <code>BeanContext</code> and a