Uses of Package
weka.gui.beans

Packages that use weka.gui.beans
weka.gui   
weka.gui.beans   
 

Classes in weka.gui.beans used by weka.gui
StartUpListener
          Interface to something that can be notified of a successful startup
 

Classes in weka.gui.beans used by weka.gui.beans
AbstractDataSink
          Abstract class for objects that store instances to some destination.
AbstractDataSinkBeanInfo
          Bean info class for the AbstractDataSink
AbstractDataSource
          Abstract class for objects that can provide instances from some source
AbstractDataSourceBeanInfo
          Bean info class for AbstractDataSource.
AbstractEvaluator
          Abstract class for objects that can provide some kind of evaluation for classifier, clusterers etc.
AbstractOffscreenChartRenderer
          Abstract base class for offscreen chart renderers.
AbstractTestSetProducer
          Abstract class for TestSetProducers that contains default implementations of add/remove listener methods and defualt visual representation.
AbstractTestSetProducerBeanInfo
          BeanInfo class for AbstractTestSetProducer
AbstractTrainAndTestSetProducer
          Abstract base class for TrainAndTestSetProducers that contains default implementations of add/remove listener methods and defualt visual representation.
AbstractTrainAndTestSetProducerBeanInfo
          Bean info class for AbstractTrainAndTestSetProducers
AbstractTrainingSetProducer
          Abstract class for TrainingSetProducers that contains default implementations of add/remove listener methods and default visual representation
AbstractTrainingSetProducerBeanInfo
          BeanInfo class for AbstractTrainingSetProducer
BatchAssociationRulesEvent
          Class encapsulating a set of association rules.
BatchAssociationRulesListener
          Interface to something that can process a BatchAssociationRulesEvent.
BatchClassifierEvent
          Class encapsulating a built classifier and a batch of instances to test on.
BatchClassifierListener
          Interface to something that can process a BatchClassifierEvent
BatchClustererEvent
          Class encapsulating a built clusterer and a batch of instances to test on.
BatchClustererListener
          Interface to something that can process a BatchClustererEvent
BeanCommon
          Interface specifying routines that all weka beans should implement in order to allow the bean environment to exercise some control over the bean and also to allow the bean to exercise some control over connections.
BeanCustomizer
          Extends java.beans.Customizer and provides a method to register a listener interested in notification about whether the customizer has modified the object that it is customizing.
BeanCustomizer.ModifyListener
          Interface for something that is interested in the modified status of a source object (typically a BeanCustomizer that is editing an object)
BeanInstance
          Class that manages a set of beans.
BeanVisual
          BeanVisual encapsulates icons and label for a given bean.
ChartEvent
          Event encapsulating info for plotting a data point on the StripChart
ChartListener
          Interface to something that can process a ChartEvent
ConfigurationEvent
          Matching event for ConfigurationListener.
ConfigurationListener
          Matching listener for ConfigurationEvent.
ConfigurationProducer
          Marker interface for components that can share their configuration.
CustomizerCloseRequester
          Customizers who want to be able to close the customizer window themselves can implement this window.
CustomizerClosingListener
           
DataFormatListener
          Listener interface that customizer classes that are interested in data format changes can implement.
DataSetEvent
          Event encapsulating a data set
DataSink
          Indicator interface to something that can store instances to some destination
DataSource
          Interface to something that is capable of being a source for data - either batch or incremental data
DataSourceListener
          Interface to something that can accept DataSetEvents
DataVisualizer
          Bean that encapsulates weka.gui.visualize.VisualizePanel
EnvironmentField
          Widget that displays a label and a combo box for selecting environment variables.
EventConstraints
          Interface for objects that want to be able to specify at any given time whether their current configuration allows a particular event to be generated.
GraphEvent
          Event for graphs
GraphListener
          Describe interface TextListener here.
HeadlessEventCollector
          Interface for Knowledge Flow components that (typically) provide an interactive graphical visualization to implement.
ImageEvent
          Event that encapsulates an Image
ImageListener
          Interface to something that can process an ImageEvent
IncrementalClassifierEvent
          Class encapsulating an incrementally built classifier and current instance
IncrementalClassifierListener
          Interface to something that can process a IncrementalClassifierEvent
InstanceEvent
          Event that encapsulates a single instance or header information only
InstanceListener
          Interface to something that can accept instance events
KFStep
          Optional annotation for plugin beans in the Knowledge Flow.
KnowledgeFlowApp
          Main GUI class for the KnowledgeFlow.
KnowledgeFlowApp.KFPerspective
          Interface for perspectives.
KnowledgeFlowApp.MainKFPerspective
          Main Knowledge Flow perspective
OffscreenChartRenderer
          Interface to something that can render certain types of charts in headless mode.
Startable
          Interface to something that is a start point for a flow and can be launched programatically.
StartUpListener
          Interface to something that can be notified of a successful startup
StructureProducer
          Interface for something that can describe the structure of what is encapsulated in a named event type as an empty set of Instances (i.e.
TestSetEvent
          Event encapsulating a test set
TestSetListener
          Interface to something that can accpet test set events
TestSetProducer
          Interface to something that can produce test sets
TextEvent
          Event that encapsulates some textual information
TextListener
          Interface to something that can process a TextEvent
ThresholdDataEvent
          Event encapsulating classifier performance data based on varying a threshold over the classifier's predicted probabilities
ThresholdDataListener
          Interface to something that can accept ThresholdDataEvents
TrainingSetEvent
          Event encapsulating a training set
TrainingSetListener
          Interface to something that can accept and process training set events
TrainingSetProducer
          Interface to something that can produce a training set
UserRequestAcceptor
          Interface to something that can accept requests from a user to perform some action
Visible
          Interface to something that has a visible (via BeanVisual) reprentation
VisualizableErrorEvent
          Event encapsulating error information for a learning scheme that can be visualized in the DataVisualizer
VisualizableErrorListener
          Interface to something that can accept VisualizableErrorEvents
WekaWrapper
          Interface to something that can wrap around a class of Weka algorithms (classifiers, filters etc).
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.