Package weka.gui.beans
Class GraphViewerBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- weka.gui.beans.GraphViewerBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class GraphViewerBeanInfo extends java.beans.SimpleBeanInfo
Bean info class for the graph viewer- Version:
- $Revision: 1.2 $
- Author:
- Mark Hall
-
-
Constructor Summary
Constructors Constructor Description GraphViewerBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.EventSetDescriptor[]
getEventSetDescriptors()
Get the event set descriptors for this bean
-
-
-
Method Detail
-
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Get the event set descriptors for this bean- Specified by:
getEventSetDescriptors
in interfacejava.beans.BeanInfo
- Overrides:
getEventSetDescriptors
in classjava.beans.SimpleBeanInfo
- Returns:
- an
EventSetDescriptor[]
value
-
-