CESE 1.4.7

Serialized Form


Package com.simulogic.cese

Class com.simulogic.cese.CESE extends javax.swing.JFrame implements Serializable

Serialized Fields

createFrameAction

CreateFrameAction createFrameAction

lockRecAction

LockRecAction lockRecAction

manager

ModelManager manager

desktop

DataDesktop desktop

fileMenu

javax.swing.JMenu fileMenu

modelMenu

javax.swing.JMenu modelMenu

recordMenu

javax.swing.JMenu recordMenu

analysisMenu

javax.swing.JMenu analysisMenu

windowMenu

javax.swing.JMenu windowMenu

helpMenu

javax.swing.JMenu helpMenu

mainHS

javax.help.HelpSet mainHS

mainHB

javax.help.HelpBroker mainHB

Class com.simulogic.cese.IntroWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

browserPane

javax.swing.JEditorPane browserPane

startURL

java.lang.String startURL

goURL

java.lang.String goURL

introPreferences

java.util.prefs.Preferences introPreferences
A reference to Preferences object


ver

java.lang.String ver

Class com.simulogic.cese.ModelManager extends javax.swing.JPanel implements Serializable

Serialized Fields

home

UserHome home

options

SimulationOptions options

worker

SwingWorker worker

builder

RecordBuilder builder

time

long time

recentParameters

RecentFileMenu recentParameters

modelInfo

ModelInfo modelInfo

exportPane

ExportPane exportPane

propertyPane

PropertyPane propertyPane

experimentType

com.simulogic.cese.ModelManager.ExperimentTypeChanger experimentType

paramsTabs

javax.swing.JTabbedPane paramsTabs

modelSelector

javax.swing.JComboBox modelSelector

modelSplitPane

javax.swing.JSplitPane modelSplitPane

paramsPanel

javax.swing.JPanel paramsPanel

statusBar

javax.swing.JTextField statusBar

iteration

java.lang.String iteration

Class com.simulogic.cese.ModelOptions extends javax.swing.JDialog implements Serializable

Serialized Fields

dir

java.io.File dir

file

java.io.File file

manager

ModelManager manager

listPanel

javax.swing.JPanel listPanel

buttonPanel

javax.swing.JPanel buttonPanel

modelList

javax.swing.JList modelList

modelPanel

javax.swing.JPanel modelPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

installButton

javax.swing.JButton installButton

selectionPanel

javax.swing.JPanel selectionPanel

upButton

javax.swing.JButton upButton

downButton

javax.swing.JButton downButton

listScrollPane

javax.swing.JScrollPane listScrollPane

removeButton

javax.swing.JButton removeButton

returnStatus

int returnStatus

Class com.simulogic.cese.RecordBuilder extends javax.swing.JPanel implements Serializable

Serialized Fields

model

com.javable.cese.templates.AbstractAPModel model

setters

java.lang.reflect.Method[] setters

command

DataChannel command

record

java.util.Vector<E> record

stepsize

double stepsize

size

int size

maxsize

int maxsize

recid

int recid

count

int count

nParser

TYParse nParser

recParser

org.apache.xerces.parsers.SAXParser recParser

sigParser

org.apache.xerces.parsers.SAXParser sigParser

recNumberField

IntegerField recNumberField

recentRecords

RecentFileMenu recentRecords

recFile

java.io.File recFile

Class com.simulogic.cese.SimulationHistory extends javax.swing.JComponent implements Serializable

Serialized Fields

simHistory

java.util.Vector<E> simHistory

history

int history

parameters

java.io.File parameters

treeSelection

javax.swing.tree.TreePath[] treeSelection

info

ModelInfo info

Class com.simulogic.cese.SimulationOptions extends javax.swing.JDialog implements Serializable

Serialized Fields

simulationPreferences

java.util.prefs.Preferences simulationPreferences
A reference to Preferences object


iterations

int iterations

priority

int priority

single

boolean single

infinite

boolean infinite

beep

boolean beep

history

boolean history

highlight

boolean highlight

buttonPanel

javax.swing.JPanel buttonPanel

threadPanel

javax.swing.JPanel threadPanel

itrPanel

javax.swing.JPanel itrPanel

numberPanel

javax.swing.JPanel numberPanel

resPanel

javax.swing.JPanel resPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

singleRadioButton

javax.swing.JRadioButton singleRadioButton

iterationLabel

javax.swing.JLabel iterationLabel

simPanel

javax.swing.JPanel simPanel

threadSlider

javax.swing.JSlider threadSlider

infiniteCheckBox

javax.swing.JCheckBox infiniteCheckBox

iterationField

IntegerField iterationField

continuousRadioButton

javax.swing.JRadioButton continuousRadioButton

beepCheckBox

javax.swing.JCheckBox beepCheckBox

historyCheckBox

javax.swing.JCheckBox historyCheckBox

highlightCheckBox

javax.swing.JCheckBox highlightCheckBox

radioPanel

javax.swing.JPanel radioPanel

optPanel

javax.swing.JPanel optPanel

returnStatus

int returnStatus

Package com.simulogic.cese.actions

Class com.simulogic.cese.actions.AboutAction extends ActionSupport implements Serializable

Serialized Fields

aboutBox

javax.swing.JDialog aboutBox

okButton

javax.swing.JButton okButton

readmePanel

javax.swing.JEditorPane readmePanel

Class com.simulogic.cese.actions.ExitAction extends ActionSupport implements Serializable

Class com.simulogic.cese.actions.LockRecAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

button

javax.swing.JToggleButton button

item

javax.swing.JCheckBoxMenuItem item

state

boolean state

Class com.simulogic.cese.actions.ModManagerAction extends ActionSupport implements Serializable

Serialized Fields

options

ModelOptions options

manager

ModelManager manager

Class com.simulogic.cese.actions.NewParamsAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.NextHistoryAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.NextRecAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.OpenParamsAction extends ActionSupport implements Serializable

Serialized Fields

dir

java.io.File dir

file

java.io.File file

manager

ModelManager manager

Class com.simulogic.cese.actions.OpenRecAction extends ActionSupport implements Serializable

Serialized Fields

dir

java.io.File dir

file

java.io.File file

manager

ModelManager manager

Class com.simulogic.cese.actions.OpenRecentParamsAction extends ActionSupport implements Serializable

Serialized Fields

file

java.io.File file

manager

ModelManager manager

Class com.simulogic.cese.actions.OpenRecentRecAction extends ActionSupport implements Serializable

Serialized Fields

file

java.io.File file

manager

ModelManager manager

Class com.simulogic.cese.actions.PrevHistoryAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.PrevRecAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.RecEditAction extends ActionSupport implements Serializable

Serialized Fields

editor

ch.cern.lhcb.xmleditor.Editor editor

manager

ModelManager manager

Class com.simulogic.cese.actions.RecTestAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.ReportBugAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.SaveParamsAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.SaveParamsAsAction extends ActionSupport implements Serializable

Serialized Fields

dir

java.io.File dir

file

java.io.File file

manager

ModelManager manager

Class com.simulogic.cese.actions.SimOptionsAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.StartSimAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.StopSimAction extends ActionSupport implements Serializable

Serialized Fields

manager

ModelManager manager

Class com.simulogic.cese.actions.UpdateAction extends ActionSupport implements Serializable

Serialized Fields

options

UpdateOptions options

manager

ModelManager manager

Package com.simulogic.cese.properties

Class com.simulogic.cese.properties.ExportPane extends javax.swing.JPanel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

treeModel

ExportTreeModel treeModel

Class com.simulogic.cese.properties.ExportTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

groups

java.util.Vector<E> groups

descriptors

ModelPropertyDescriptor[] descriptors

info

ModelInfo info

Class com.simulogic.cese.properties.ExportTreeRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class com.simulogic.cese.properties.PropertyClampEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

clamp

ClampAttribute clamp

chb

javax.swing.JCheckBox chb

Class com.simulogic.cese.properties.PropertyColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Class com.simulogic.cese.properties.PropertyPane extends javax.swing.JPanel implements Serializable

Serialized Fields

table

javax.swing.JTable table

columnModel

PropertyColumnModel columnModel

tableModel

PropertyTableModel tableModel

viewBar

javax.swing.JToolBar viewBar

viewCombo

javax.swing.JComboBox viewCombo

Class com.simulogic.cese.properties.PropertyTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

descriptors

ModelPropertyDescriptor[] descriptors

info

ModelInfo info

propEditors

java.util.Hashtable<K,V> propEditors

Class com.simulogic.cese.properties.PropertyValueEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

editor

java.beans.PropertyEditor editor

cellEditor

javax.swing.DefaultCellEditor cellEditor

type

java.lang.Class<T> type

editors

java.util.Hashtable<K,V> editors

Package com.simulogic.cese.updates

Class com.simulogic.cese.updates.UpdateOptions extends javax.swing.JDialog implements Serializable

Serialized Fields

fetcher

UpdateFetcher fetcher

title

java.lang.String title

link

java.lang.String link

pubdate

java.lang.String pubdate

listPanel

javax.swing.JPanel listPanel

buttonPanel

javax.swing.JPanel buttonPanel

updateList

javax.swing.JList updateList

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

listScrollPane

javax.swing.JScrollPane listScrollPane

changelogPanel

javax.swing.JEditorPane changelogPanel

returnStatus

int returnStatus

Package com.simulogic.dataview

Class com.simulogic.dataview.AxisProperties extends javax.swing.JDialog implements Serializable

Serialized Fields

axis

DataAxis axis

marksColorLabel

javax.swing.JLabel marksColorLabel

fontPanel

javax.swing.JPanel fontPanel

xmaxPanel

javax.swing.JPanel xmaxPanel

ymaxField

DoubleField ymaxField

ticksPanel

javax.swing.JPanel ticksPanel

okButton

javax.swing.JButton okButton

scalePanel

javax.swing.JPanel scalePanel

xminPanel

javax.swing.JPanel xminPanel

baseColorPanel

javax.swing.JPanel baseColorPanel

yminField

DoubleField yminField

ticksColorPanel

javax.swing.JPanel ticksColorPanel

fontLabel

javax.swing.JLabel fontLabel

xmaxLabel

javax.swing.JLabel xmaxLabel

buttonPanel

javax.swing.JPanel buttonPanel

viewPanel

javax.swing.JTabbedPane viewPanel

axisBaseColorEditor

javax.swing.beaninfo.SwingColorEditor axisBaseColorEditor

axisTicksColorEditor

javax.swing.beaninfo.SwingColorEditor axisTicksColorEditor

axisFontEditor

javax.swing.beaninfo.SwingFontEditor axisFontEditor

ymaxPanel

javax.swing.JPanel ymaxPanel

xminLabel

javax.swing.JLabel xminLabel

baseColorLabel

javax.swing.JLabel baseColorLabel

ticksColorLabel

javax.swing.JLabel ticksColorLabel

yminPanel

javax.swing.JPanel yminPanel

axisMarksColorEditor

javax.swing.beaninfo.SwingColorEditor axisMarksColorEditor

xmaxField

DoubleField xmaxField

scaleColorPanel

javax.swing.JPanel scaleColorPanel

backgroundPanel

javax.swing.JPanel backgroundPanel

ymaxLabel

javax.swing.JLabel ymaxLabel

marksColorPanel

javax.swing.JPanel marksColorPanel

xminField

DoubleField xminField

xPanel

javax.swing.JPanel xPanel

axisBackgroundColorEditor

javax.swing.beaninfo.SwingColorEditor axisBackgroundColorEditor

yminLabel

javax.swing.JLabel yminLabel

yPanel

javax.swing.JPanel yPanel

scaleColorLabel

javax.swing.JLabel scaleColorLabel

axisScaleColorEditor

javax.swing.beaninfo.SwingColorEditor axisScaleColorEditor

backgroundLabel

javax.swing.JLabel backgroundLabel

cancelButton

javax.swing.JButton cancelButton

propertyPanel

javax.swing.JPanel propertyPanel

returnStatus

int returnStatus

Class com.simulogic.dataview.DataAxis extends javax.swing.JPanel implements Serializable

Serialized Fields

orientation

int orientation

view

DataView view

popup

javax.swing.JPopupMenu popup

zoomBounds

java.awt.geom.Rectangle2D.Double zoomBounds

zoomGraphics

java.awt.Graphics2D zoomGraphics

ticks

java.util.Vector<E> ticks

labels

java.util.Vector<E> labels

labelUnitWidth

int labelUnitWidth

labelUnitHeight

int labelUnitHeight

digits

int digits

zeroCross

boolean zeroCross

showGrid

boolean showGrid

tickLength

double tickLength

scaleColor

java.awt.Color scaleColor

baseColor

java.awt.Color baseColor

ticksColor

java.awt.Color ticksColor

format

java.text.DecimalFormat format

transform

java.awt.geom.AffineTransform transform

Class com.simulogic.dataview.DataCorner extends javax.swing.JTextField implements Serializable

Serialized Fields

orientation

int orientation

Class com.simulogic.dataview.DataDesktop extends javax.swing.JDesktopPane implements Serializable

Serialized Fields

windowMenu

WindowMenu windowMenu

createFrame

boolean createFrame

default_title

java.lang.String default_title
Holds value of property title.


frameIndex

int frameIndex

preview

PrintPreview preview
Holds value of property preview.


tasks

TaskProgress tasks
Holds value of task progress.

Class com.simulogic.dataview.DataFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

content

javax.swing.JTabbedPane content

dataContent

ViewContent dataContent

ivContent

ViewContent ivContent

statContent

ViewContent statContent

number

int number

Class com.simulogic.dataview.DataGroup extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

name

java.lang.String name

info

java.lang.String info

xChannel

int xChannel

Class com.simulogic.dataview.DataStorage extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

minx

double minx

maxx

double maxx

miny

double miny

maxy

double maxy

limits

java.awt.geom.Rectangle2D.Double limits

selectedChannel

DataChannel selectedChannel

c_count

int c_count

Class com.simulogic.dataview.DataTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

storage

DataStorage storage

Class com.simulogic.dataview.DataView extends javax.swing.JPanel implements Serializable

Serialized Fields

buffer

java.awt.Image buffer
Buffer for the plot image backstore


clipping

int clipping
Plot clipping strategy


scroll

javax.swing.JScrollPane scroll

storage

DataStorage storage

cursors

CursorProxy cursors

popup

javax.swing.JPopupMenu popup

xAxis

DataAxis xAxis

yAxis

DataAxis yAxis

xCorner

DataCorner xCorner

yCorner

DataCorner yCorner

scale

java.awt.geom.Rectangle2D.Double scale

zoomBounds

java.awt.geom.Rectangle2D.Double zoomBounds

zoomOrigin

java.awt.geom.Point2D.Double zoomOrigin

zoomGraphics

java.awt.Graphics2D zoomGraphics

zoomin

boolean zoomin

scaleColor

java.awt.Color scaleColor

gridColor

java.awt.Color gridColor

transform

java.awt.geom.AffineTransform transform

locked

boolean locked

render

boolean render

Class com.simulogic.dataview.DoubleEditor extends javax.swing.DefaultCellEditor implements Serializable

Class com.simulogic.dataview.PrintOptions extends javax.swing.JDialog implements Serializable

Serialized Fields

pv

PrintPreview pv

date

java.lang.String date

header

java.lang.String header

comment

java.lang.String comment

legend

java.lang.String legend

printDate

boolean printDate

printHeader

boolean printHeader

printComment

boolean printComment

printLegend

boolean printLegend

printLegendBorder

boolean printLegendBorder

printPreferences

java.util.prefs.Preferences printPreferences

dateCheckBox

javax.swing.JCheckBox dateCheckBox

dateField

javax.swing.JTextField dateField

headerCheckBox

javax.swing.JCheckBox headerCheckBox

headerField

javax.swing.JTextField headerField

commentCheckBox

javax.swing.JCheckBox commentCheckBox

commentField

javax.swing.JTextField commentField

legendCheckBox

javax.swing.JCheckBox legendCheckBox

legendField

javax.swing.JTextField legendField

legendBorderCheckBox

javax.swing.JCheckBox legendBorderCheckBox

buttonPanel

javax.swing.JPanel buttonPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

propertyPanel

javax.swing.JPanel propertyPanel

returnStatus

int returnStatus

Class com.simulogic.dataview.PrintPreview extends javax.swing.JDialog implements Serializable

Serialized Fields

desktop

DataDesktop desktop

printScroll

javax.swing.JScrollPane printScroll

ps

javax.print.attribute.PrintRequestAttributeSet ps

pj

java.awt.print.PrinterJob pj

pf

java.awt.print.PageFormat pf

zoom

javax.swing.JComboBox zoom

closeButton

javax.swing.JButton closeButton

pagePreview

com.simulogic.dataview.PrintPreview.PagePreview pagePreview

workFrame

DataFrame workFrame

options

PrintOptions options

scales

java.lang.String[] scales

Class com.simulogic.dataview.TaskProgress extends javax.swing.JProgressBar implements Serializable

Serialized Fields

tasks

java.util.Hashtable<K,V> tasks
List of all pending tasks

Class com.simulogic.dataview.ViewContent extends javax.swing.JPanel implements Serializable

Serialized Fields

tabs

javax.swing.JTabbedPane tabs

storage

DataStorage storage

legend

LegendTree legend

view

DataView view

comment

javax.swing.JTextField comment

Class com.simulogic.dataview.ViewProperties extends javax.swing.JDialog implements Serializable

Serialized Fields

view

DataView view

scalePanel

javax.swing.JPanel scalePanel

backgroundPanel

javax.swing.JPanel backgroundPanel

xmaxPanel

javax.swing.JPanel xmaxPanel

buttonPanel

javax.swing.JPanel buttonPanel

xminPanel

javax.swing.JPanel xminPanel

scaleColorPanel

javax.swing.JPanel scaleColorPanel

viewBackgroundColorEditor

javax.swing.beaninfo.SwingColorEditor viewBackgroundColorEditor

backgroundLabel

javax.swing.JLabel backgroundLabel

ymaxPanel

javax.swing.JPanel ymaxPanel

xmaxLabel

javax.swing.JLabel xmaxLabel

yPanel

javax.swing.JPanel yPanel

xPanel

javax.swing.JPanel xPanel

okButton

javax.swing.JButton okButton

viewGridColorEditor

javax.swing.beaninfo.SwingColorEditor viewGridColorEditor

cancelButton

javax.swing.JButton cancelButton

yminPanel

javax.swing.JPanel yminPanel

xmaxField

DoubleField xmaxField

xminLabel

javax.swing.JLabel xminLabel

scaleColorLabel

javax.swing.JLabel scaleColorLabel

gridColorPanel

javax.swing.JPanel gridColorPanel

xminField

DoubleField xminField

ymaxLabel

javax.swing.JLabel ymaxLabel

propertyPanel

javax.swing.JPanel propertyPanel

viewScaleColorEditor

javax.swing.beaninfo.SwingColorEditor viewScaleColorEditor

ymaxField

DoubleField ymaxField

yminLabel

javax.swing.JLabel yminLabel

gridColorLabel

javax.swing.JLabel gridColorLabel

viewPanel

javax.swing.JTabbedPane viewPanel

yminField

DoubleField yminField

returnStatus

int returnStatus

Class com.simulogic.dataview.WindowList extends javax.swing.JDialog implements Serializable

Serialized Fields

desktop

DataDesktop desktop

listPanel

javax.swing.JPanel listPanel

buttonPanel

javax.swing.JPanel buttonPanel

windowList

javax.swing.JList windowList

windowPanel

javax.swing.JPanel windowPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

activateButton

javax.swing.JButton activateButton

closeButton

javax.swing.JButton closeButton

closeAllButton

javax.swing.JButton closeAllButton

listScrollPane

javax.swing.JScrollPane listScrollPane

selectionPanel

javax.swing.JPanel selectionPanel

returnStatus

int returnStatus

Class com.simulogic.dataview.WindowMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Package com.simulogic.dataview.actions

Class com.simulogic.dataview.actions.AppendCursorsAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

ifr

DataFrame ifr

Class com.simulogic.dataview.actions.AvrgAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

options

AveragingOptions options

Class com.simulogic.dataview.actions.AxisFullScaleAction extends ActionSupport implements Serializable

Serialized Fields

axis

DataAxis axis

Class com.simulogic.dataview.actions.AxisPropertiesAction extends ActionSupport implements Serializable

Serialized Fields

axis

DataAxis axis

Class com.simulogic.dataview.actions.AxisZoomInAction extends ActionSupport implements Serializable

Serialized Fields

axis

DataAxis axis

Class com.simulogic.dataview.actions.AxisZoomOutAction extends ActionSupport implements Serializable

Serialized Fields

axis

DataAxis axis

Class com.simulogic.dataview.actions.BuildIVAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

options

IVOptions options

Class com.simulogic.dataview.actions.CascadeAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.CloseAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.CloseAllAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.CreateFrameAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

button

javax.swing.JToggleButton button

item

javax.swing.JCheckBoxMenuItem item

state

boolean state

Class com.simulogic.dataview.actions.ExportResAction extends ActionSupport implements Serializable

Serialized Fields

dir

java.io.File dir

file

java.io.File file

filechooser

javax.swing.JFileChooser filechooser

ifr

DataFrame ifr

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.PageFormatAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.PrevZoomInAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.PrevZoomOutAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.PrintOptAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.PrintPrevAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.PrintResAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.RenameAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.ReplaceCursorsAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

ifr

DataFrame ifr

Class com.simulogic.dataview.actions.SelectSweepAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

selector

SweepSelector selector

Class com.simulogic.dataview.actions.StatsAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

options

StatsOptions options

Class com.simulogic.dataview.actions.TileAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.TileHorAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.TileVerAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

Class com.simulogic.dataview.actions.ViewAutoScaleAction extends ActionSupport implements Serializable

Serialized Fields

view

DataView view

Class com.simulogic.dataview.actions.ViewFullScaleAction extends ActionSupport implements Serializable

Serialized Fields

view

DataView view

Class com.simulogic.dataview.actions.ViewPropertiesAction extends ActionSupport implements Serializable

Serialized Fields

view

DataView view

Class com.simulogic.dataview.actions.ViewZoomCursorsAction extends ActionSupport implements Serializable

Serialized Fields

view

DataView view

Class com.simulogic.dataview.actions.ViewZoomInAction extends ActionSupport implements Serializable

Serialized Fields

view

DataView view

Class com.simulogic.dataview.actions.ViewZoomOutAction extends ActionSupport implements Serializable

Serialized Fields

view

DataView view

Class com.simulogic.dataview.actions.WindowListAction extends ActionSupport implements Serializable

Serialized Fields

desktop

DataDesktop desktop

list

WindowList list

Package com.simulogic.dataview.analysis

Class com.simulogic.dataview.analysis.AveragingOptions extends javax.swing.JDialog implements Serializable

Serialized Fields

desktop

DataDesktop desktop

buttonPanel

javax.swing.JPanel buttonPanel

yPanel

javax.swing.JPanel yPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

paramsPanel

javax.swing.JPanel paramsPanel

ychanTextField

IntegerField ychanTextField

ychanLabel

javax.swing.JLabel ychanLabel

selectionTable

javax.swing.JTable selectionTable

selectionScrollPane

javax.swing.JScrollPane selectionScrollPane

viewPanel

javax.swing.JTabbedPane viewPanel

returnStatus

int returnStatus

Class com.simulogic.dataview.analysis.IVOptions extends javax.swing.JDialog implements Serializable

Serialized Fields

desktop

DataDesktop desktop

xmin

double xmin

xmax

double xmax

proxy

ChannelStatsProxy proxy

valueComboBox

javax.swing.JComboBox valueComboBox

appendRadioButton

javax.swing.JRadioButton appendRadioButton

buttonPanel

javax.swing.JPanel buttonPanel

xchanTextField

IntegerField xchanTextField

valueLabel

javax.swing.JLabel valueLabel

yPanel

javax.swing.JPanel yPanel

regionLabel

javax.swing.JLabel regionLabel

xPanel

javax.swing.JPanel xPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

cursorComboBox

javax.swing.JComboBox cursorComboBox

paramsPanel

javax.swing.JPanel paramsPanel

xchanLabel

javax.swing.JLabel xchanLabel

ychanTextField

IntegerField ychanTextField

ychanLabel

javax.swing.JLabel ychanLabel

selectionTable

javax.swing.JTable selectionTable

resButtonGroup

javax.swing.ButtonGroup resButtonGroup

cursorLabel

javax.swing.JLabel cursorLabel

regionSelector

RegionSelector regionSelector

resPanel

javax.swing.JPanel resPanel

selectionScrollPane

javax.swing.JScrollPane selectionScrollPane

viewPanel

javax.swing.JTabbedPane viewPanel

replaceRadioButton

javax.swing.JRadioButton replaceRadioButton

returnStatus

int returnStatus

Class com.simulogic.dataview.analysis.StatsOptions extends javax.swing.JDialog implements Serializable

Serialized Fields

desktop

DataDesktop desktop

xmin

double xmin

xmax

double xmax

proxy

ChannelStatsProxy proxy

appendRadioButton

javax.swing.JRadioButton appendRadioButton

buttonPanel

javax.swing.JPanel buttonPanel

yPanel

javax.swing.JPanel yPanel

regionLabel

javax.swing.JLabel regionLabel

xPanel

javax.swing.JPanel xPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

paramsPanel

javax.swing.JPanel paramsPanel

ychanTextField

IntegerField ychanTextField

ychanLabel

javax.swing.JLabel ychanLabel

selectionTable

javax.swing.JTable selectionTable

analysisTable

javax.swing.JTable analysisTable

resButtonGroup

javax.swing.ButtonGroup resButtonGroup

regionSelector

RegionSelector regionSelector

resPanel

javax.swing.JPanel resPanel

selectionScrollPane

javax.swing.JScrollPane selectionScrollPane

analysisScrollPane

javax.swing.JScrollPane analysisScrollPane

viewPanel

javax.swing.JTabbedPane viewPanel

replaceRadioButton

javax.swing.JRadioButton replaceRadioButton

returnStatus

int returnStatus

Class com.simulogic.dataview.analysis.SweepSelector extends javax.swing.JDialog implements Serializable

Serialized Fields

desktop

DataDesktop desktop

listPanel

javax.swing.JPanel listPanel

buttonPanel

javax.swing.JPanel buttonPanel

sweepList

javax.swing.JList sweepList

sweepPanel

javax.swing.JPanel sweepPanel

sweepComboBox

javax.swing.JComboBox sweepComboBox

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

allButton

javax.swing.JButton allButton

sweepLabel

javax.swing.JLabel sweepLabel

fieldPanel

javax.swing.JPanel fieldPanel

inverseButton

javax.swing.JButton inverseButton

listScrollPane

javax.swing.JScrollPane listScrollPane

selectionPanel

javax.swing.JPanel selectionPanel

noneButton

javax.swing.JButton noneButton

returnStatus

int returnStatus

Package com.simulogic.dataview.cursors

Class com.simulogic.dataview.cursors.CursorSlider extends javax.swing.JSlider implements Serializable

Serialized Fields

sliderModels

java.util.Vector<E> sliderModels

format

java.text.DecimalFormat format

locked

boolean locked

linked

boolean linked

view

DataView view

Package com.simulogic.dataview.legend

Class com.simulogic.dataview.legend.LegendTreeEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

chan

DataChannel chan

group

DataGroup group

view

DataView view

printMode

boolean printMode

colorChooser

javax.swing.JColorChooser colorChooser

selectedBorder

javax.swing.border.Border selectedBorder

editingContainer

javax.swing.JPanel editingContainer

color

javax.swing.JButton color

fill

javax.swing.JButton fill

check

javax.swing.JCheckBox check

number

javax.swing.JLabel number

label

javax.swing.JLabel label

xmark

javax.swing.JLabel xmark

symbolCombo

javax.swing.JComboBox symbolCombo

plotCombo

javax.swing.JComboBox plotCombo

symbolRenderer

SymbolBoxRenderer symbolRenderer

renderable

boolean renderable

Class com.simulogic.dataview.legend.PlotTypeRenderer extends javax.swing.JLabel implements Serializable

Class com.simulogic.dataview.legend.SymbolBoxRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

symbol

PlotSymbol symbol

Package com.simulogic.utils

Class com.simulogic.utils.ActionSupport extends javax.swing.AbstractAction implements Serializable

Class com.simulogic.utils.DoubleField extends javax.swing.JTextField implements Serializable

Serialized Fields

toolkit

java.awt.Toolkit toolkit

doubleFormatter

java.text.NumberFormat doubleFormatter

Class com.simulogic.utils.ExceptionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

backtraceArea

javax.swing.JTextArea backtraceArea
A UI component for displaying the stack trace.


messageLabel

javax.swing.JLabel messageLabel
A UI component for displaying the message.


currentEx

java.lang.Exception currentEx
The exception.


okAction

com.simulogic.utils.ExceptionDialog.OKAction okAction
An action associated with the 'OK' button.


detailsAction

com.simulogic.utils.ExceptionDialog.DetailsAction detailsAction
An action associated with the 'Details' button.


scroller

javax.swing.JScrollPane scroller
A scroll pane.


filler

javax.swing.JPanel filler

Class com.simulogic.utils.IntegerField extends javax.swing.JTextField implements Serializable

Serialized Fields

toolkit

java.awt.Toolkit toolkit

integerFormatter

java.text.NumberFormat integerFormatter

maxConstraint

int maxConstraint

minConstraint

int minConstraint

Class com.simulogic.utils.RecentFileMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

names

java.util.Vector<E> names

maxFiles

int maxFiles

preferences

java.util.prefs.Preferences preferences

actionClass

java.lang.Class<T> actionClass


CESE 1.4.7

Copyright (c) 1999 - 2007 Cell Electrophysiology Simulation Environment (CESE). All rights reserved.