de.unijena.bioinf.labelingdetector.ui
Class MoleculeSettingsPanel

java.lang.Object
  extended by de.randgestalten.bean.AbstractBean
      extended by de.unijena.bioinf.labelingdetector.ui.MoleculeSettingsPanel

public class MoleculeSettingsPanel
extends de.randgestalten.bean.AbstractBean

Date: 28-Jun-2010

Author:
Thasso Griebel (thasso.griebel@gmail.com)

Nested Class Summary
static class MoleculeSettingsPanel.CarbonRatio
           
static class MoleculeSettingsPanel.Labeling
           
 
Field Summary
 
Fields inherited from class de.randgestalten.bean.AbstractBean
change
 
Constructor Summary
MoleculeSettingsPanel()
           
 
Method Summary
 MoleculeSettingsPanel.CarbonRatio getCarbonRatio()
           
 int getCharge()
           
 javax.swing.JComponent getComponent()
           
 de.unijena.bioinf.labelingdetector.Molecule getConvertedMolecule()
           
 MoleculeSettingsPanel.Labeling getLabeling()
           
 java.lang.String getModification()
           
 java.lang.String getSumformula()
           
static void main(java.lang.String[] args)
           
 void setCarbonRatio(MoleculeSettingsPanel.CarbonRatio carbonRatio)
           
 void setCharge(int charge)
           
 void setLabeling(MoleculeSettingsPanel.Labeling labeling)
           
 void setModification(java.lang.String modification)
           
 void setSumformula(java.lang.String sumformula)
           
 
Methods inherited from class de.randgestalten.bean.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoleculeSettingsPanel

public MoleculeSettingsPanel()
Method Detail

getLabeling

public MoleculeSettingsPanel.Labeling getLabeling()

setLabeling

public void setLabeling(MoleculeSettingsPanel.Labeling labeling)

getCarbonRatio

public MoleculeSettingsPanel.CarbonRatio getCarbonRatio()

setCarbonRatio

public void setCarbonRatio(MoleculeSettingsPanel.CarbonRatio carbonRatio)

getCharge

public int getCharge()

setCharge

public void setCharge(int charge)

getSumformula

public java.lang.String getSumformula()

setSumformula

public void setSumformula(java.lang.String sumformula)

getModification

public java.lang.String getModification()

setModification

public void setModification(java.lang.String modification)

getComponent

public javax.swing.JComponent getComponent()

main

public static void main(java.lang.String[] args)

getConvertedMolecule

public de.unijena.bioinf.labelingdetector.Molecule getConvertedMolecule()


Copyright © 2011. All Rights Reserved.