Uses of Class
weka4ws.gui.kflow.BeanInstance

Packages that use BeanInstance
weka4ws.gui.kflow   
 

Uses of BeanInstance in weka4ws.gui.kflow
 

Methods in weka4ws.gui.kflow that return BeanInstance
static BeanInstance BeanInstance.findInstance(java.awt.Point p)
          Looks for a bean (if any) whose bounds contain the supplied point
 BeanInstance BeanConnection.getSource()
          returns the source BeanInstance for this connection
 BeanInstance BeanConnection.getTarget()
          Returns the target BeanInstance for this connection
 

Methods in weka4ws.gui.kflow with parameters of type BeanInstance
 void MetaBean.shiftBeans(BeanInstance toShiftTo, boolean save)
          Move coords of all inputs and outputs of this meta bean to the coords of the supplied BeanInstance.
static void BeanConnection.removeConnections(BeanInstance instance)
          Remove all connections for a bean.
static void BeanConnection.doMetaConnection(BeanInstance source, BeanInstance target, java.beans.EventSetDescriptor esd, javax.swing.JComponent displayComponent)
           
 

Constructors in weka4ws.gui.kflow with parameters of type BeanInstance
BeanConnection(BeanInstance source, BeanInstance target, java.beans.EventSetDescriptor esd)
          Creates a new BeanConnection instance.