jigcell.compare.cellcycle
Class BuddingYeastScanInterface

java.lang.Object
  extended by jigcell.compare.ui.CustomizableInterface
      extended by jigcell.compare.transformui.TransformInterface
          extended by jigcell.compare.cellcycle.GenericScanInterface
              extended by jigcell.compare.cellcycle.BuddingYeastScanInterface
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.MouseListener, java.util.EventListener, ICustomizableInterface

public class BuddingYeastScanInterface
extends GenericScanInterface

Interface for a BuddingYeastScanTransform.

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

Author:
Nicholas Allen

Field Summary
protected  BuddingYeastScanTransform generator
          Generator
protected static java.lang.String LABEL_BUDTHRESHOLD
          Label for start of budding threshold
protected static java.lang.String LABEL_ESP1CHECKED
          Label for whether Esp1 concentration is checked for stage transitions
protected static java.lang.String LABEL_ESP1THRESHOLD
          Label for start of active state threshold
protected static java.lang.String LABEL_ORIHIGHTHRESHOLD
          Label for start of fired state threshold
protected static java.lang.String LABEL_ORILOWTHRESHOLD
          Label for start of licensed state threshold
protected static java.lang.String LABEL_SPNTHRESHOLD
          Label for start of aligned state threshold
 
Fields inherited from class jigcell.compare.cellcycle.GenericScanInterface
LABEL_CYCBTHRESHOLD, LABEL_MASSLIMITHIGH, LABEL_MASSLIMITLOW, LABEL_WTTRANSFORM
 
Fields inherited from class jigcell.compare.transformui.TransformInterface
constraints, layout, MENUITEM_DELETE, MENUITEM_INSERTAFTER, MENUITEM_INSERTBEFORE, oldPrevious
 
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
BuddingYeastScanInterface(IProgrammableDataGenerator generator)
          Creates a new interface for a BuddingYeastScanTransform.
 
Method Summary
protected  javax.swing.JComponent createCustomizer()
          Generates a new customizer for the generator.
 
Methods inherited from class jigcell.compare.cellcycle.GenericScanInterface
addGeneratorControl
 
Methods inherited from class jigcell.compare.transformui.TransformInterface
actionPerformed, createCustomizer, createPopup, destroyCustomizer, hasMultipleViewSupport, updateInterface
 
Methods inherited from class jigcell.compare.ui.CustomizableInterface
decorateCustomizer, getCompare, getInputDescription, getOutputDescription, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setInputDescription, setMultipleViewSupport, setOutputDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL_BUDTHRESHOLD

protected static final java.lang.String LABEL_BUDTHRESHOLD
Label for start of budding threshold

See Also:
Constant Field Values

LABEL_ESP1CHECKED

protected static final java.lang.String LABEL_ESP1CHECKED
Label for whether Esp1 concentration is checked for stage transitions

See Also:
Constant Field Values

LABEL_ESP1THRESHOLD

protected static final java.lang.String LABEL_ESP1THRESHOLD
Label for start of active state threshold

See Also:
Constant Field Values

LABEL_ORILOWTHRESHOLD

protected static final java.lang.String LABEL_ORILOWTHRESHOLD
Label for start of licensed state threshold

See Also:
Constant Field Values

LABEL_ORIHIGHTHRESHOLD

protected static final java.lang.String LABEL_ORIHIGHTHRESHOLD
Label for start of fired state threshold

See Also:
Constant Field Values

LABEL_SPNTHRESHOLD

protected static final java.lang.String LABEL_SPNTHRESHOLD
Label for start of aligned state threshold

See Also:
Constant Field Values

generator

protected BuddingYeastScanTransform generator
Generator

Constructor Detail

BuddingYeastScanInterface

public BuddingYeastScanInterface(IProgrammableDataGenerator generator)
Creates a new interface for a BuddingYeastScanTransform.

Parameters:
generator - Generator
Method Detail

createCustomizer

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

Overrides:
createCustomizer in class GenericScanInterface