public abstract class SwingGeneBoxStrip extends java.lang.Object implements GeneBoxStrip, java.beans.PropertyChangeListener
| Constructor and Description | 
|---|
SwingGeneBoxStrip(AppData appData)  | 
| Modifier and Type | Method and Description | 
|---|---|
GeneBox | 
getGeneBoxForGene(Gene gene,
                 AppData appData)  | 
javax.swing.JPanel | 
getPanel()  | 
boolean | 
isGeneBoxToSide()  | 
void | 
propertyChange(java.beans.PropertyChangeEvent evt)  | 
void | 
setEngineeringMode(boolean newValue)  | 
void | 
setGeneBoxCount(int geneBoxCount)  | 
void | 
setGeneBoxToSide(boolean geneBoxToSide)  | 
void | 
setGenome(Genome newGenome)  | 
void | 
setPanel(java.lang.Object newValue)  | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisReusablepublic SwingGeneBoxStrip(AppData appData)
public boolean isGeneBoxToSide()
isGeneBoxToSide in interface GeneBoxStrippublic void setGeneBoxToSide(boolean geneBoxToSide)
setGeneBoxToSide in interface GeneBoxStrippublic javax.swing.JPanel getPanel()
getPanel in interface MorphViewWidgetpublic void setPanel(java.lang.Object newValue)
setPanel in interface MorphViewWidgetpublic GeneBox getGeneBoxForGene(Gene gene, AppData appData)
getGeneBoxForGene in interface GeneBoxStrippublic void setGeneBoxCount(int geneBoxCount)
public void setEngineeringMode(boolean newValue)
setEngineeringMode in interface GeneBoxStrippublic void setGenome(Genome newGenome)
setGenome in interface GeneBoxStrippublic void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListener