All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.BeanFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----gui.ClosableFrame
                                           |
                                           +----gui.ShortCutFrame
                                                   |
                                                   +----gui.BeanFrame

public class BeanFrame
extends gui.ShortCutFrame
implements java.beans.BeanInfo, java.awt.event.ActionListener

Constructor Index

 o BeanFrame(String)

Method Index

 o actionPerformed(ActionEvent)
 o addMenuItem(Menu, String, String)
 o addMenuItemShortCut(ComMenuItem, String)
 o checkMenuItem(ComMenuItem)
 o getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects.
 o getBeanDescriptor()
 o getDefaultEventIndex()
Deny knowledge of a default event.
 o getDefaultPropertyIndex()
Deny knowledge of a default property.
 o getEventSetDescriptors()
Deny knowledge of event sets.
 o getIcon(int)
Claim there are no icons available.
 o getMethod(Class, String)
 o getMethodDescriptors()
Deny knowledge of methods.
 o getPropertyDescriptors()
Deny knowledge of properties.
 o getShortCutString(String)
 o invokeMenuItem(ComMenuItem)
 o invokeMenuitemForString(String)
 o keyTyped(KeyEvent)

Constructors

 o BeanFrame
 public BeanFrame(java.lang.String title)

Methods

 o addMenuItem
 public java.awt.MenuItem addMenuItem(java.awt.Menu m,
                                      java.lang.String s,
                                      java.lang.String Command)
 o keyTyped
 public void keyTyped(java.awt.event.KeyEvent e)
Overrides:
keyTyped in class gui.ShortCutFrame
 o actionPerformed
 public void actionPerformed(java.awt.event.ActionEvent e)
Overrides:
actionPerformed in class gui.ShortCutFrame
 o invokeMenuItem
 public void invokeMenuItem(gui.ComMenuItem cmi)
 o getMethod
 public java.lang.reflect.Method getMethod(java.lang.Class cls,
                                           java.lang.String methodName) throws java.beans.IntrospectionException
 o addMenuItemShortCut
 public void addMenuItemShortCut(gui.ComMenuItem cmi,
                                 java.lang.String s)
 o getShortCutString
 public java.lang.String getShortCutString(java.lang.String s)
 o invokeMenuitemForString
 public void invokeMenuitemForString(java.lang.String s)
 o checkMenuItem
 public void checkMenuItem(gui.ComMenuItem cmi)
 o getBeanDescriptor
 public java.beans.BeanDescriptor getBeanDescriptor()
 o getPropertyDescriptors
 public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Deny knowledge of properties. You can override this if you wish to provide explicit property info.

 o getDefaultPropertyIndex
 public int getDefaultPropertyIndex()
Deny knowledge of a default property. You can override this if you wish to define a default property for the bean.

 o getEventSetDescriptors
 public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Deny knowledge of event sets. You can override this if you wish to provide explicit event set info.

 o getDefaultEventIndex
 public int getDefaultEventIndex()
Deny knowledge of a default event. You can override this if you wish to define a default event for the bean.

 o getMethodDescriptors
 public java.beans.MethodDescriptor[] getMethodDescriptors()
Deny knowledge of methods. You can override this if you wish to provide explicit method info.

 o getAdditionalBeanInfo
 public java.beans.BeanInfo[] getAdditionalBeanInfo()
Claim there are no other relevant BeanInfo objects. You may override this if you want to (for example) return a BeanInfo for a base class.

 o getIcon
 public java.awt.Image getIcon(int iconKind)
Claim there are no icons available. You can override this if you want to provide icons for your bean.


All Packages  Class Hierarchy  This Package  Previous  Next  Index