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
-
BeanFrame(String)
-
-
actionPerformed(ActionEvent)
-
-
addMenuItem(Menu, String, String)
-
-
addMenuItemShortCut(ComMenuItem, String)
-
-
checkMenuItem(ComMenuItem)
-
-
getAdditionalBeanInfo()
- Claim there are no other relevant BeanInfo objects.
-
getBeanDescriptor()
-
-
getDefaultEventIndex()
- Deny knowledge of a default event.
-
getDefaultPropertyIndex()
- Deny knowledge of a default property.
-
getEventSetDescriptors()
- Deny knowledge of event sets.
-
getIcon(int)
- Claim there are no icons available.
-
getMethod(Class, String)
-
-
getMethodDescriptors()
- Deny knowledge of methods.
-
getPropertyDescriptors()
- Deny knowledge of properties.
-
getShortCutString(String)
-
-
invokeMenuItem(ComMenuItem)
-
-
invokeMenuitemForString(String)
-
-
keyTyped(KeyEvent)
-
BeanFrame
public BeanFrame(java.lang.String title)
addMenuItem
public java.awt.MenuItem addMenuItem(java.awt.Menu m,
java.lang.String s,
java.lang.String Command)
keyTyped
public void keyTyped(java.awt.event.KeyEvent e)
- Overrides:
- keyTyped in class gui.ShortCutFrame
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Overrides:
- actionPerformed in class gui.ShortCutFrame
invokeMenuItem
public void invokeMenuItem(gui.ComMenuItem cmi)
getMethod
public java.lang.reflect.Method getMethod(java.lang.Class cls,
java.lang.String methodName) throws java.beans.IntrospectionException
addMenuItemShortCut
public void addMenuItemShortCut(gui.ComMenuItem cmi,
java.lang.String s)
getShortCutString
public java.lang.String getShortCutString(java.lang.String s)
invokeMenuitemForString
public void invokeMenuitemForString(java.lang.String s)
checkMenuItem
public void checkMenuItem(gui.ComMenuItem cmi)
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Deny knowledge of properties. You can override this
if you wish to provide explicit property info.
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.
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
- Deny knowledge of event sets. You can override this
if you wish to provide explicit event set info.
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.
getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
- Deny knowledge of methods. You can override this
if you wish to provide explicit method info.
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.
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