org.relayirc.swingui.beans
Class ChannelBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--org.relayirc.swingui.beans.ChannelBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class ChannelBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo for org.relayirc.chatengine.Channel class. Exposes only those properties that should be displayed the channel's property dialog.

Version:
$Revision: 1.3.2.4 $

The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

Original Code:Relay IRC Chat Engine
Initial Developer: David M. Johnson
Contributor(s): No contributors to this file
Copyright (C) 1997-2000 by David M. Johnson
All Rights Reserved.
Author:
David M. Johnson

Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
ChannelBeanInfo()
          Construct BeanInfo by creating array of property descriptors.
 
Method Summary
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return array of property descriptors.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelBeanInfo

public ChannelBeanInfo()
Construct BeanInfo by creating array of property descriptors.
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return array of property descriptors.
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo