Uses of Class
weka.gui.beans.BeanInstance

Packages that use BeanInstance
weka.gui.beans   
 

Uses of BeanInstance in weka.gui.beans
 

Methods in weka.gui.beans that return BeanInstance
static BeanInstance BeanInstance.findInstance(Point p, Integer... tab)
          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 weka.gui.beans with parameters of type BeanInstance
static void BeanConnection.doMetaConnection(BeanInstance source, BeanInstance target, EventSetDescriptor esd, JComponent displayComponent, int tab)
           
 boolean MetaBean.inputsContains(BeanInstance toCheck)
           
 boolean MetaBean.outputsContains(BeanInstance toCheck)
           
static void BeanConnection.removeConnections(BeanInstance instance, Integer... tab)
          Remove all connections for a bean.
 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.
 boolean MetaBean.subFlowContains(BeanInstance toCheck)
           
 

Constructors in weka.gui.beans with parameters of type BeanInstance
BeanConnection(BeanInstance source, BeanInstance target, EventSetDescriptor esd, Integer... tab)
          Creates a new BeanConnection instance.
 



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