Serialized Form


Package gov.nist.microanalysis.EPQLibrary

Class gov.nist.microanalysis.EPQLibrary.Composition extends java.lang.Object implements Serializable

serialVersionUID: 66L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mConstituents

java.util.HashMap mConstituents

mConstituentsAtomic

java.util.HashMap mConstituentsAtomic

mNormalization

double mNormalization

mName

java.lang.String mName

mOptimalRepresentation

int mOptimalRepresentation

Class gov.nist.microanalysis.EPQLibrary.Element extends java.lang.Object implements Serializable

serialVersionUID: 167621300533139L

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Resolves the Element objects that are read from file into the static instances of Element objects. This ensures that Element.Ca is the only instance of Element with mAtomicNumber=Element.elmCa.

Throws:
java.io.ObjectStreamException
Serialized Fields

mAtomicNumber

int mAtomicNumber

Class gov.nist.microanalysis.EPQLibrary.EPQException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class gov.nist.microanalysis.EPQLibrary.EPQFatalException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class gov.nist.microanalysis.EPQLibrary.Gas extends Material implements Serializable

serialVersionUID: 67L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mPressure

double mPressure

mTemperature

double mTemperature

Class gov.nist.microanalysis.EPQLibrary.GasMixture extends Material implements Serializable

serialVersionUID: 66L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mGases

Gas[] mGases

mTemperature

double mTemperature

Class gov.nist.microanalysis.EPQLibrary.Material extends Composition implements Serializable

serialVersionUID: 66L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mDensity

double mDensity

Class gov.nist.microanalysis.EPQLibrary.SpectrumProperties extends java.lang.Object implements Serializable

serialVersionUID: 66L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject - Implements serializability

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
writeObject - Implements serializability

Throws:
java.io.IOException
Serialized Fields

mProperty

java.util.SortedMap mProperty
mProperty - Contains the list of propertry strings that have been assigned to this SpectrumProperty object.


mParent

SpectrumProperties mParent
mParent - If the property is not defined in mProperty and mParent!=null then mParent is searched for the property.


Package gov.nist.microanalysis.EPQTools

Class gov.nist.microanalysis.EPQTools.MaterialsCreator extends javax.swing.JDialog implements Serializable

serialVersionUID: 1311506281007380741L

Serialized Fields

mCurrentMaterial

Composition mCurrentMaterial

jListContent

java.util.Vector jListContent

mTotalQuantity

double mTotalQuantity

jLabel_Name

javax.swing.JLabel jLabel_Name

jTextField_Name

javax.swing.JTextField jTextField_Name

jRadioButton_Weight

javax.swing.JRadioButton jRadioButton_Weight

jRadioButton_Atomic

javax.swing.JRadioButton jRadioButton_Atomic

jLabel_Element

javax.swing.JLabel jLabel_Element

jTextField_Element

javax.swing.JTextField jTextField_Element

jLabel_Quantity

javax.swing.JLabel jLabel_Quantity

jTextField_Quantity

javax.swing.JTextField jTextField_Quantity

jButton_Add

javax.swing.JButton jButton_Add

jButton_Delete

javax.swing.JButton jButton_Delete

jButton_Clear

javax.swing.JButton jButton_Clear

jLabel_Density

javax.swing.JLabel jLabel_Density

jTextField_Density

javax.swing.JTextField jTextField_Density

jLabel_gPerCC

javax.swing.JLabel jLabel_gPerCC

jButton_Done

javax.swing.JButton jButton_Done

jButton_Cancel

javax.swing.JButton jButton_Cancel

mDefaultFmt

java.text.NumberFormat mDefaultFmt

jList_Main

javax.swing.JList jList_Main

jScrollPane_Center

javax.swing.JScrollPane jScrollPane_Center

unitsGroup

javax.swing.ButtonGroup unitsGroup

Class gov.nist.microanalysis.EPQTools.SerializableSpectrum extends BaseSpectrum implements Serializable

serialVersionUID: 66L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mChannels

double[] mChannels

mProperties

SpectrumProperties mProperties

mWidth

double mWidth

mZero

double mZero

Package gov.nist.microanalysis.Utility

Class gov.nist.microanalysis.Utility.AutoComplete extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 2367327620048698L

Serialized Fields

mComboBox

javax.swing.JComboBox mComboBox

mModel

javax.swing.ComboBoxModel mModel

mEditor

javax.swing.text.JTextComponent mEditor

mSelecting

boolean mSelecting

mHidePopupOnFocusLoss

boolean mHidePopupOnFocusLoss

mHitBackspace

boolean mHitBackspace

mHitBackspaceOnSelection

boolean mHitBackspaceOnSelection

mEditorKeyListener

java.awt.event.KeyListener mEditorKeyListener

mEditorFocusListener

java.awt.event.FocusListener mEditorFocusListener

Class gov.nist.microanalysis.Utility.ComboBoxCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 10504990401353L

Serialized Fields

mComboBox

javax.swing.JComboBox mComboBox

Class gov.nist.microanalysis.Utility.UtilException extends java.lang.Exception implements Serializable

serialVersionUID: 1L