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

Quick Search    Search Deep

com.eireneh.swing
Class TextViewPanelBeanInfo  view TextViewPanelBeanInfo download TextViewPanelBeanInfo.java

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.eireneh.swing.TextViewPanelBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class TextViewPanelBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo for the TextViewer. This was mostly generate using BeansExpress.
Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The License is available on the internet here, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below.
The copyright to this program is held by it's authors.


Field Summary
protected static com.eireneh.util.Logger log
          The log stream
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
TextViewPanelBeanInfo()
           
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Get additional information from the superclass, in this case JPanel
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Info about the extra properties we provide
 
Methods inherited from class java.beans.SimpleBeanInfo
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
 

Field Detail

log

protected static com.eireneh.util.Logger log
The log stream

Constructor Detail

TextViewPanelBeanInfo

public TextViewPanelBeanInfo()
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Info about the extra properties we provide


getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Get additional information from the superclass, in this case JPanel