站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

VcsGroupSettingsBeanInfo (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.grouping
Class VcsGroupSettingsBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended byorg.netbeans.modules.vcscore.grouping.VcsGroupSettingsBeanInfo
All Implemented Interfaces:
BeanInfo

public class VcsGroupSettingsBeanInfo
extends SimpleBeanInfo

BeanInfo for VcsGroupSettings


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
VcsGroupSettingsBeanInfo()
          loads icons
 
Method Summary
 Image getIcon(int type)
           
 PropertyDescriptor[] getPropertyDescriptors()
          Descriptor of valid properties
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, 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

VcsGroupSettingsBeanInfo

public VcsGroupSettingsBeanInfo()
loads icons

Method Detail

getIcon

public Image getIcon(int type)
Returns:
the icon

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
Descriptor of valid properties

Returns:
array of properties

 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.