<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.beans.SimpleBeanInfo
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.beans.html">This Package</a>  <a href="java.beans.PropertyEditorSupport.html#_top_">Previous</a>  <a href="java.beans.VetoableChangeSupport.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.beans.SimpleBeanInfo
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----java.beans.SimpleBeanInfo
</pre>
<hr>
<dl>
  <dt> public class <b>SimpleBeanInfo</b>
  <dt> extends <a href="java.lang.Object.html#_top_">Object</a>
  <dt> implements <a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>
</dl>
This is a support class to make it easier for people to provide
 BeanInfo classes.
 <p>
 It defaults to providing "noop" information, and can be selectively
 overriden to provide more explicit information on chosen topics.
 When the introspector sees the "noop" values, it will apply low
 level introspection and design patterns to automatically analyze
 the target bean.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#SimpleBeanInfo()"><b>SimpleBeanInfo</b></a>()
  <dd> 
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAdditionalBeanInfo()"><b>getAdditionalBeanInfo</b></a>()
  <dd>  Claim there are no other relevant BeanInfo objects.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getBeanDescriptor()"><b>getBeanDescriptor</b></a>()
  <dd>  Deny knowledge about the class and customizer of the bean.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getDefaultEventIndex()"><b>getDefaultEventIndex</b></a>()
  <dd>  Deny knowledge of a default event.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getDefaultPropertyIndex()"><b>getDefaultPropertyIndex</b></a>()
  <dd>  Deny knowledge of a default property.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getEventSetDescriptors()"><b>getEventSetDescriptors</b></a>()
  <dd>  Deny knowledge of event sets.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getIcon(int)"><b>getIcon</b></a>(int)
  <dd>  Claim there are no icons available.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getMethodDescriptors()"><b>getMethodDescriptors</b></a>()
  <dd>  Deny knowledge of methods.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getPropertyDescriptors()"><b>getPropertyDescriptors</b></a>()
  <dd>  Deny knowledge of properties.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#loadImage(java.lang.String)"><b>loadImage</b></a>(String)
  <dd>  This is a utility method to help in loading icon images.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="SimpleBeanInfo"></a>
<a name="SimpleBeanInfo()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>SimpleBeanInfo</b>
<pre>
 public SimpleBeanInfo()
</pre>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getBeanDescriptor()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getBeanDescriptor"><b>getBeanDescriptor</b></a>
<pre>
 public <a href="java.beans.BeanDescriptor.html#_top_">BeanDescriptor</a> getBeanDescriptor()
</pre>
<dl>
  <dd> Deny knowledge about the class and customizer of the bean.
 You can override this if you wish to provide explicit info.
<p>
</dl>
<a name="getPropertyDescriptors()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getPropertyDescriptors"><b>getPropertyDescriptors</b></a>
<pre>
 public <a href="java.beans.PropertyDescriptor.html#_top_">PropertyDescriptor</a>[] getPropertyDescriptors()
</pre>
<dl>
  <dd> Deny knowledge of properties. You can override this
 if you wish to provide explicit property info.
<p>
</dl>
<a name="getDefaultPropertyIndex()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getDefaultPropertyIndex"><b>getDefaultPropertyIndex</b></a>
<pre>
 public int getDefaultPropertyIndex()
</pre>
<dl>
  <dd> Deny knowledge of a default property. You can override this
 if you wish to define a default property for the bean.
<p>
</dl>
<a name="getEventSetDescriptors()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getEventSetDescriptors"><b>getEventSetDescriptors</b></a>
<pre>
 public <a href="java.beans.EventSetDescriptor.html#_top_">EventSetDescriptor</a>[] getEventSetDescriptors()
</pre>
<dl>
  <dd> Deny knowledge of event sets. You can override this
 if you wish to provide explicit event set info.
<p>
</dl>
<a name="getDefaultEventIndex()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getDefaultEventIndex"><b>getDefaultEventIndex</b></a>
<pre>
 public int getDefaultEventIndex()
</pre>
<dl>
  <dd> Deny knowledge of a default event. You can override this
 if you wish to define a default event for the bean.
<p>
</dl>
<a name="getMethodDescriptors()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getMethodDescriptors"><b>getMethodDescriptors</b></a>
<pre>
 public <a href="java.beans.MethodDescriptor.html#_top_">MethodDescriptor</a>[] getMethodDescriptors()
</pre>
<dl>
  <dd> Deny knowledge of methods. You can override this
 if you wish to provide explicit method info.
<p>
</dl>
<a name="getAdditionalBeanInfo()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAdditionalBeanInfo"><b>getAdditionalBeanInfo</b></a>
<pre>
 public <a href="java.beans.BeanInfo.html#_top_">BeanInfo</a>[] getAdditionalBeanInfo()
</pre>
<dl>
  <dd> Claim there are no other relevant BeanInfo objects.  You
 may override this if you want to (for example) return a
 BeanInfo for a base class.
<p>
</dl>
<a name="getIcon(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getIcon"><b>getIcon</b></a>
<pre>
 public <a href="java.awt.Image.html#_top_">Image</a> getIcon(int iconKind)
</pre>
<dl>
  <dd> Claim there are no icons available.  You can override
 this if you want to provide icons for your bean.
<p>
</dl>
<a name="loadImage(java.lang.String)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="loadImage"><b>loadImage</b></a>
<pre>
 public <a href="java.awt.Image.html#_top_">Image</a> loadImage(<a href="java.lang.String.html#_top_">String</a> resourceName)
</pre>
<dl>
  <dd> This is a utility method to help in loading icon images.
 It takes the name of a resource file associated with the
 current object's class file and loads an image object
 from that file.  Typically images will be GIFs.
 <p>
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> resourceName - A pathname relative to the directory
		holding the class file of the current class.  For example,
		"wombat.gif".
    <dt> <b>Returns:</b>
    <dd> an image object.  May be null if the load failed.
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.beans.html">This Package</a>  <a href="java.beans.PropertyEditorSupport.html#_top_">Previous</a>  <a href="java.beans.VetoableChangeSupport.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
