Uses of Class
weka.gui.beans.BeanInstance
Packages that use BeanInstance
-
Uses of BeanInstance in weka.gui.beans
Methods in weka.gui.beans that return BeanInstanceModifier and TypeMethodDescriptionstatic BeanInstance
BeanInstance.findInstance
(Point p, Integer... tab) Looks for a bean (if any) whose bounds contain the supplied pointstatic BeanInstance
BeanInstance.findInstance
(String beanName, Integer... tab) Search for a named bean in the indexed flowBeanConnection.getSource()
returns the source BeanInstance for this connectionBeanConnection.getTarget()
Returns the target BeanInstance for this connectionMethods in weka.gui.beans that return types with arguments of type BeanInstanceModifier and TypeMethodDescriptionstatic List<BeanInstance>
BeanInstance.getStartPoints
(Integer... tab) Returns a list of start points (if any) in the indexed flowMetaBean.getSuitableTargets
(EventSetDescriptor esd) Return a list of input beans capable of receiving the supplied eventMethods in weka.gui.beans with parameters of type BeanInstanceModifier and TypeMethodDescriptionstatic 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 BeanInstanceModifierConstructorDescriptionBeanConnection
(BeanInstance source, BeanInstance target, EventSetDescriptor esd, Integer... tab) Creates a newBeanConnection
instance.