Serialized Form


Package edu.asu.cri.MirkE.exceptions

Class edu.asu.cri.MirkE.exceptions.MenuException extends java.lang.Exception implements Serializable

serialVersionUID: 3258415045003260985l

Serialized Fields

causedBy

java.lang.Throwable causedBy
Caused by exception if any

Class edu.asu.cri.MirkE.exceptions.MirkEApplicationException extends java.lang.Throwable implements Serializable

serialVersionUID: 3832901057243395895l

Class edu.asu.cri.MirkE.exceptions.MirkEFileNotFoundException extends java.io.FileNotFoundException implements Serializable

serialVersionUID: 3258413949702780982l

Serialized Fields

cause

java.lang.Throwable cause

Class edu.asu.cri.MirkE.exceptions.MirkEIOException extends java.io.IOException implements Serializable

serialVersionUID: 3257567308535771186l

Serialized Fields

cause

java.lang.Throwable cause

Class edu.asu.cri.MirkE.exceptions.MirkESystemException extends java.lang.Throwable implements Serializable

Serialized Fields

_msg

java.lang.String _msg

exitIndicator

boolean exitIndicator

Class edu.asu.cri.MirkE.exceptions.MirkETransactionException extends MirkEApplicationException implements Serializable


Package edu.asu.cri.MirkE.gui

Class edu.asu.cri.MirkE.gui.MainFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

identifyingTitle

java.lang.String identifyingTitle

mirke

MirkE mirke

menuActionListener

MenuActionListener menuActionListener

Class edu.asu.cri.MirkE.gui.PlateView extends javax.swing.JPanel implements Serializable

Serialized Fields

dataSet

DataSet dataSet

mirke

MirkE mirke

listenerList

javax.swing.event.EventListenerList listenerList

plateViewEvent

PlateViewEvent plateViewEvent

selectableParameter

java.lang.String selectableParameter

numberOfRows

int numberOfRows

numberOfColumns

int numberOfColumns

Class edu.asu.cri.MirkE.gui.PlateWellPropertySelectionWidget extends javax.swing.JPanel implements Serializable

Serialized Fields

mirke

MirkE mirke

tabbedPane

javax.swing.JTabbedPane tabbedPane

selectableParameters

java.util.Vector selectableParameters

categoryLabelToTextFieldMap

java.util.Map categoryLabelToTextFieldMap

categoryLabelToPlateViewMap

java.util.Map categoryLabelToPlateViewMap

categoryLabelToRemoveButtonMap

java.util.Map categoryLabelToRemoveButtonMap

categoryLabelToAddButtonMap

java.util.Map categoryLabelToAddButtonMap

Class edu.asu.cri.MirkE.gui.WellButton extends javax.swing.JComponent implements Serializable

Serialized Fields

mirke

MirkE mirke

plateWellType

java.lang.String plateWellType

wellDataPointList

java.util.List wellDataPointList

observableToMeanValueMap

java.util.Map observableToMeanValueMap

observableToMinValueMap

java.util.Map observableToMinValueMap

observableToMaxValueMap

java.util.Map observableToMaxValueMap

selectableParameter

java.lang.String selectableParameter

selectableParameterState

boolean selectableParameterState

plateRowLabel

java.lang.String plateRowLabel

plateColumnLabel

java.lang.String plateColumnLabel


Package edu.asu.cri.MirkE.trace

Class edu.asu.cri.MirkE.trace.MirkE_ExceptionHandler extends javax.swing.JDialog implements Serializable

serialVersionUID: 3832620673154954808l

Serialized Fields

bLayout

java.awt.BorderLayout bLayout
layout manager


parent

java.awt.Component parent
the parent component that requested the instantiation of this exception handler


closeButton

javax.swing.JButton closeButton
close dialog button


detailButton

javax.swing.JButton detailButton
show the error detail button


buttonPanel

javax.swing.JPanel buttonPanel
container for the button panel


detailPanel

javax.swing.JPanel detailPanel
panel that the stack trace will be extracted into


summaryPanel

javax.swing.JPanel summaryPanel
top of message display panel


detailScrollPane

javax.swing.JScrollPane detailScrollPane
scrollpane for the stack trace information


summaryScrollPane

javax.swing.JScrollPane summaryScrollPane
scrollpane for the exception summary information


detailText

javax.swing.JTextArea detailText
shows the stack trace information


summaryText

javax.swing.JTextArea summaryText
shows the exception message


log

MirkELogger log
logging function



Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.