org.openide.src.nodes
Class SourceOptionsBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--org.openide.src.nodes.SourceOptionsBeanInfo
All Implemented Interfaces:
BeanInfo

public final class SourceOptionsBeanInfo
extends SimpleBeanInfo

BeanInfo for source options.


Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
SourceOptionsBeanInfo()
          Default constructor.
 
Method Summary
 BeanDescriptor getBeanDescriptor()
           
 Image getIcon(int type)
           
 PropertyDescriptor[] getPropertyDescriptors()
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceOptionsBeanInfo

public SourceOptionsBeanInfo()
Default constructor.
Method Detail

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class SimpleBeanInfo

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class SimpleBeanInfo

getIcon

public Image getIcon(int type)
Overrides:
getIcon in class SimpleBeanInfo


Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.