jigcell.compare.cellcycle
Class BuddingYeastPhenotypeInterface

java.lang.Object
  extended by jigcell.compare.ui.CustomizableInterface
      extended by jigcell.compare.objectiveui.ObjectiveInterface
          extended by jigcell.compare.cellcycle.GenericPhenotypeInterface
              extended by jigcell.compare.cellcycle.BuddingYeastPhenotypeInterface
All Implemented Interfaces:
java.awt.event.MouseListener, java.util.EventListener, ICustomizableInterface

public class BuddingYeastPhenotypeInterface
extends GenericPhenotypeInterface

Interface for a BuddingYeastPhenotypeObjective.

This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.

Author:
Nicholas Allen

Field Summary
protected  BuddingYeastPhenotypeObjective generator
          Generator
 
Fields inherited from class jigcell.compare.cellcycle.GenericPhenotypeInterface
LABEL_SCALECYCLE, LABEL_SCALEG1, LABEL_SCALEMASS, LABEL_SCALESUBCYCLE, LABEL_WEIGHTCYCLE, LABEL_WEIGHTG1, LABEL_WEIGHTMASS, LABEL_WEIGHTSTAGE, LABEL_WEIGHTSUBCYCLE, LABEL_WEIGHTTYPE, LABEL_WEIGHTVIABILITY
 
Fields inherited from class jigcell.compare.ui.CustomizableInterface
customizers, DESCRIPTION_INPUT, DESCRIPTION_OUTPUT, LOCK_CUSTOMIZERS, manager, menuManager, multipleViewSupport, PATH_DESCRIPTION_INPUT, PATH_DESCRIPTION_OUTPUT, PATH_HELP, popup, POPUP_DEFAULT, PROPERTY_CUSTOMIZERNAME
 
Fields inherited from interface jigcell.compare.ICustomizableInterface
DIMENSION_HELP, OPTION_INPUTDESCRIPTION, OPTION_OUTPUTDESCRIPTION
 
Constructor Summary
BuddingYeastPhenotypeInterface(IProgrammableDataGenerator generator)
          Creates a new interface for a BuddingYeastPhenotypeObjective.
 
Method Summary
protected  javax.swing.JComponent createCustomizer()
          Generates a new customizer for the generator.
 
Methods inherited from class jigcell.compare.cellcycle.GenericPhenotypeInterface
addGeneratorControl
 
Methods inherited from class jigcell.compare.objectiveui.ObjectiveInterface
createCustomizer, destroyCustomizer
 
Methods inherited from class jigcell.compare.ui.CustomizableInterface
createPopup, decorateCustomizer, getCompare, getInputDescription, getOutputDescription, hasMultipleViewSupport, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setInputDescription, setMultipleViewSupport, setOutputDescription, updateInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generator

protected BuddingYeastPhenotypeObjective generator
Generator

Constructor Detail

BuddingYeastPhenotypeInterface

public BuddingYeastPhenotypeInterface(IProgrammableDataGenerator generator)
Creates a new interface for a BuddingYeastPhenotypeObjective.

Parameters:
generator - Generator
Method Detail

createCustomizer

protected javax.swing.JComponent createCustomizer()
Generates a new customizer for the generator.

Overrides:
createCustomizer in class GenericPhenotypeInterface