Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.yaftp.ftp.gui
Class FtpBeanInfo  view FtpBeanInfo download FtpBeanInfo.java

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.yaftp.ftp.gui.FtpBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class FtpBeanInfo
extends java.beans.SimpleBeanInfo

FTP gui project BeanInfo just defines Customizer and will later on provide and Iconic representation

Version:
: 0.0.1

Field Summary
private static java.lang.Class _beanClass
           
private static java.lang.Class _customClass
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
FtpBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Force Introspection of the general bean info.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_beanClass

private static final java.lang.Class _beanClass

_customClass

private static final java.lang.Class _customClass
Constructor Detail

FtpBeanInfo

public FtpBeanInfo()
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Description copied from class: java.beans.SimpleBeanInfo
Force Introspection of the general bean info.