Serialized Form


Package gov.sns.application

Class gov.sns.application.AboutBox implements Serializable

Class gov.sns.application.HelpWindow implements Serializable

Serialized Fields

neverShown

boolean neverShown

history

java.util.LinkedList history

historyIndex

int historyIndex

backButton

javax.swing.JButton backButton

forwardButton

javax.swing.JButton forwardButton

homeButton

javax.swing.JButton homeButton

Class gov.sns.application.ImageCaptureManager implements Serializable

Serialized Fields

fileChooser

javax.swing.JFileChooser fileChooser
chooser for saving images

Class gov.sns.application.XalWindow implements Serializable

Serialized Fields

document

XalDocument document
The document corresponding to this main window


toolBar

javax.swing.JToolBar toolBar
The toolbar associated with this window


Package gov.sns.application.demo

Class gov.sns.application.demo.MyWindow implements Serializable

Serialized Fields

textView

javax.swing.JTextArea textView


Package gov.sns.ca

Class gov.sns.ca.BadChannelException implements Serializable

Class gov.sns.ca.ChannelException implements Serializable

Class gov.sns.ca.ConnectionException implements Serializable

Serialized Fields

_channel

Channel _channel

Class gov.sns.ca.GetException implements Serializable

Class gov.sns.ca.MonitorException implements Serializable

Class gov.sns.ca.PutException implements Serializable


Package gov.sns.ca.view

Class gov.sns.ca.view.ChannelNameDocument implements Serializable


Package gov.sns.tools

Class gov.sns.tools.ArrayValue implements Serializable

Serialized Fields

array

java.lang.Object array

Class gov.sns.tools.ExceptionWrapper implements Serializable

Class gov.sns.tools.UrlTool.FilePathException implements Serializable

Serialized Fields

filePath

java.lang.String filePath

Class gov.sns.tools.UrlTool.UrlSpecException implements Serializable

Serialized Fields

urlSpec

java.lang.String urlSpec


Package gov.sns.tools.apputils

Class gov.sns.tools.apputils.PathPreferenceSelector implements Serializable

Serialized Fields

chooser

CustomChooser chooser

pathField

javax.swing.JTextArea pathField

browseButton

javax.swing.JButton browseButton

commitButton

javax.swing.JButton commitButton

revertButton

javax.swing.JButton revertButton

Class gov.sns.tools.apputils.PropertyManager implements Serializable

Serialized Fields

CONFIG_FILE

java.io.File CONFIG_FILE

Class gov.sns.tools.apputils.ScaleControl implements Serializable

Serialized Fields

messageCenter

MessageCenter messageCenter
event broadcast


changeProxy

javax.swing.event.ChangeListener changeProxy

title

java.lang.String title
properties


orientation

int orientation

lowerScale

int lowerScale

upperScale

int upperScale

scale

int scale
state


value

double value

updatingViews

boolean updatingViews

valueField

javax.swing.JTextField valueField
GUI components


scaleSlider

javax.swing.JSlider scaleSlider

valueSlider

javax.swing.JSlider valueSlider

Class gov.sns.tools.apputils.SimpleChartDialog implements Serializable

Serialized Fields

chartAdaptor

ChartPopupAdaptor chartAdaptor

_parent

java.awt.Component _parent

xAutoScaleCheckbox

javax.swing.JCheckBox xAutoScaleCheckbox

xAxisMaxValueField

javax.swing.JTextField xAxisMaxValueField

xAxisMinValueField

javax.swing.JTextField xAxisMinValueField

xAxisMinorTicksField

javax.swing.JTextField xAxisMinorTicksField

xAxisDivisionsField

javax.swing.JTextField xAxisDivisionsField

xGridCheckbox

javax.swing.JCheckBox xGridCheckbox

yAutoScaleCheckbox

javax.swing.JCheckBox yAutoScaleCheckbox

yAxisMinValueField

javax.swing.JTextField yAxisMinValueField

yAxisMaxValueField

javax.swing.JTextField yAxisMaxValueField

yAxisMinorTicksField

javax.swing.JTextField yAxisMinorTicksField

yAxisDivisionsField

javax.swing.JTextField yAxisDivisionsField

yGridCheckbox

javax.swing.JCheckBox yGridCheckbox

Class gov.sns.tools.apputils.SimpleChartPopupMenu implements Serializable

Serialized Fields

chartAdaptor

ChartPopupAdaptor chartAdaptor

actionTable

java.util.Map actionTable

scaleOnceAction

javax.swing.Action scaleOnceAction

xAutoScaleAction

javax.swing.Action xAutoScaleAction

yAutoScaleAction

javax.swing.Action yAutoScaleAction

xGridAction

javax.swing.Action xGridAction

yGridAction

javax.swing.Action yGridAction

optionsAction

javax.swing.Action optionsAction

imageCaptureAction

javax.swing.Action imageCaptureAction

_chart

java.awt.Component _chart

chartDialog

SimpleChartDialog chartDialog

fileChooser

javax.swing.JFileChooser fileChooser


Package gov.sns.tools.apputils.PVSelection

Class gov.sns.tools.apputils.PVSelection.HandleNode implements Serializable

Serialized Fields

itIsSignal

boolean itIsSignal

channel

Channel channel

signalName

java.lang.String signalName

Class gov.sns.tools.apputils.PVSelection.PVSelector implements Serializable

Serialized Fields

jText

javax.swing.JTextField jText
textfield to hold selected PV name


tree

javax.swing.JTree tree
the JTree to use for displaying the accelerator


slectButton

javax.swing.JButton slectButton
the JButton to set slected PV or just to escape


selectedPVName

java.lang.String selectedPVName
the string container for the selected PV name


scrollPane

javax.swing.JScrollPane scrollPane
scrollpane to hold the Tree selector


xalTree

XALTreeNode xalTree
the tree node to build a JTree from


myLabel

java.lang.String myLabel
name for this PV selector - use it to differentiate PV sources in the case you use more than one PV selector


actionListenerProxy

java.awt.event.ActionListener actionListenerProxy
the proxy to call listeners of PV changes


actionEvent

java.awt.event.ActionEvent actionEvent
the action event


treeSelectionListenerYes

boolean treeSelectionListenerYes
will the listener hear the tree's element selection


signalCellRenderer

SignalCellRenderer signalCellRenderer
the tree cell render


myChannel

Channel myChannel
the selected channel

Class gov.sns.tools.apputils.PVSelection.PVsSelector implements Serializable

Serialized Fields

myLabel

java.lang.String myLabel
name for this PV selector - use it to differentiate PV sources in the case you use more than one PV selector


pvRoot

PVTreeNode pvRoot

pvTreePanel

PVsTreePanel pvTreePanel

tree

javax.swing.JTree tree
the JTree to use for displaying the accelerator


xalTree

XALTreeNode xalTree
the tree node to build a JTree from


scrollPane

javax.swing.JScrollPane scrollPane
scrollpane to hold the Tree selector


signalCellRenderer

SignalCellRenderer signalCellRenderer
the tree cell render


setPVButton

javax.swing.JButton setPVButton

removePVButton

javax.swing.JButton removePVButton

rawPVButton

javax.swing.JRadioButton rawPVButton

pvNameJText

javax.swing.JTextField pvNameJText

messageJText

javax.swing.JTextField messageJText

addPVActionListener

java.awt.event.ActionListener addPVActionListener

uppPanel

javax.swing.JPanel uppPanel

fnt

java.awt.Font fnt

selectedHandleNode

HandleNode selectedHandleNode

Class gov.sns.tools.apputils.PVSelection.PVsTreePanel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

render

javax.swing.tree.TreeCellRenderer render
the tree cell render


editRender

javax.swing.tree.TreeCellRenderer editRender

controlRender

javax.swing.tree.TreeCellRenderer controlRender

treeSelectionListener

javax.swing.event.TreeSelectionListener treeSelectionListener
the tree cell TreeSelectionListener


editTreeSelectionListener

javax.swing.event.TreeSelectionListener editTreeSelectionListener

controlTreeSelectionListener

javax.swing.event.TreeSelectionListener controlTreeSelectionListener

extTreeSelectionListener

java.awt.event.ActionListener extTreeSelectionListener

renderMode

int renderMode

Class gov.sns.tools.apputils.PVSelection.PVTreeNode implements Serializable

Serialized Fields

name

java.lang.String name

old_name

java.lang.String old_name

itIsPVName

boolean itIsPVName

pvNamesAllowed

boolean pvNamesAllowed

itIsSelected

boolean itIsSelected

itIsSwitchedOn

boolean itIsSwitchedOn

showCheckBox

boolean showCheckBox

childNumberLimit

int childNumberLimit

channel

Channel channel

switchOnOffListener

java.awt.event.ActionListener switchOnOffListener

createRemoveListener

java.awt.event.ActionListener createRemoveListener

renameListener

java.awt.event.ActionListener renameListener

color

java.awt.Color color

Class gov.sns.tools.apputils.PVSelection.XALTreeNode implements Serializable

Serialized Fields

allSeqs

AcceleratorSeq[] allSeqs


Package gov.sns.tools.apputils.menu

Class gov.sns.tools.apputils.menu.EditMenu implements Serializable

Serialized Fields

targetTextComponent

javax.swing.text.JTextComponent targetTextComponent
target component for the edit operations


cutItem

javax.swing.JMenuItem cutItem
Menu items


copyItem

javax.swing.JMenuItem copyItem

pasteItem

javax.swing.JMenuItem pasteItem

selectAllItem

javax.swing.JMenuItem selectAllItem


Package gov.sns.tools.apputils.samples

Class gov.sns.tools.apputils.samples.PVSelectorTest implements Serializable

Serialized Fields

pvSelector

PVSelector pvSelector


Package gov.sns.tools.beam

Class gov.sns.tools.beam.BeamException implements Serializable

Class gov.sns.tools.beam.CorrelationMatrix implements Serializable

Class gov.sns.tools.beam.PhaseMatrix implements Serializable

Serialized Fields

m_matPhase

Jama.Matrix m_matPhase
internal matrix storage


d2s

DoubleToString d2s
double to string converter

Class gov.sns.tools.beam.PhaseVector implements Serializable

Serialized Fields

m_vecPhase

Jama.Matrix m_vecPhase
internal vector representation

Class gov.sns.tools.beam.Twiss implements Serializable

Serialized Fields

m_dblAlpha

double m_dblAlpha
Courant-Snyder alpha parameter


m_dblBeta

double m_dblBeta
Courant-Snyder beta parameter


m_dblGamma

double m_dblGamma
Courant-Snyder gamma parameter


m_dblEmitt

double m_dblEmitt
beam emittance


m_dblEnvRad

double m_dblEnvRad
envelope radius corresponding to twiss parameters


m_dblEnvSlp

double m_dblEnvSlp
envelope slope corresponding to twiss parameters


Package gov.sns.tools.beam.em

Class gov.sns.tools.beam.em.PipeFE implements Serializable


Package gov.sns.tools.beam.ens

Class gov.sns.tools.beam.ens.Ensemble implements Serializable

Serialized Fields

m_setEns

java.util.TreeSet m_setEns
The container for the ensemble coordinates

Class gov.sns.tools.beam.ens.EnsembleException implements Serializable

Class gov.sns.tools.beam.ens.Particle implements Serializable

Serialized Fields

m_dblMass

double m_dblMass
Particle mass


m_dblChrg

double m_dblChrg
Particle charge


m_vecPhase

PhaseVector m_vecPhase
Particle (homogeneous) phase space coordinates


Package gov.sns.tools.chart

Class gov.sns.tools.chart.CustomChart implements Serializable

Serialized Fields

_popupMenu

javax.swing.JPopupMenu _popupMenu

Class gov.sns.tools.chart.PopupMenuHandler.EntryPopup implements Serializable

Serialized Fields

_contentPane

javax.swing.JPanel _contentPane

_title

javax.swing.JLabel _title

_buttonPanel

javax.swing.JPanel _buttonPanel

_okButton

javax.swing.JButton _okButton

_cancelButton

javax.swing.JButton _cancelButton

_topPanel

javax.swing.JPanel _topPanel

_entryField

DecimalField _entryField

_label

javax.swing.JLabel _label

borderLayout2

java.awt.BorderLayout borderLayout2

borderLayout3

java.awt.BorderLayout borderLayout3

titledBorder1

javax.swing.border.TitledBorder titledBorder1

borderLayout1

java.awt.BorderLayout borderLayout1

_oldValue

double _oldValue

Class gov.sns.tools.chart.Strip3dDataSource implements Serializable

Serialized Fields

startIndex

int startIndex
the index for new zData


shiftRate

int shiftRate
rate at which zData is shifted


shiftFront

int shiftFront
the font index of a zData shift


shiftBack

int shiftBack
the back index of a zData shift


index

com.klg.jclass.chart3d.JCData3dGridIndex index

Class gov.sns.tools.chart.StripChart implements Serializable

Class gov.sns.tools.chart.StripChartDataSource implements Serializable

Serialized Fields

chart

com.klg.jclass.chart.JCChart chart

_acquireData

boolean _acquireData

lastIndex

int lastIndex

stripDelta

double stripDelta

stripSkip

int stripSkip

firstPoint

boolean firstPoint

stripDeltaChanged

boolean stripDeltaChanged

bufferSize

int bufferSize

bufferIndex

int bufferIndex

xbuffer

double[][] xbuffer

ybuffer

double[][] ybuffer

xaxis

com.klg.jclass.chart.JCAxis xaxis

Class gov.sns.tools.chart.Table3DPlotSource implements Serializable

Serialized Fields

m_tableModel

javax.swing.table.TableModel m_tableModel
the table to use to to get the data


m_col

int m_col
The table column to use


nRows

int nRows
number of rows in the table to use


newData

double[] newData
holder for new data

Class gov.sns.tools.chart.WaterfallPlotPanel implements Serializable

Serialized Fields

m_table

javax.swing.JTable m_table

tableCol

int tableCol
The Table column this plot renders


jf

javax.swing.JFrame jf
A JFrame to put this plot in


jp

javax.swing.JPanel jp
A Panel to put this plot in


xGrid

double[] xGrid
conatiners for plot numbers


yGrid

double[] yGrid
conatiners for plot numbers


zBuffer

double[][] zBuffer

contours

double[] contours
the contour level container


bufferLength

int bufferLength
number of time points for the buffer length


plotName

java.lang.String plotName
The device name to use for this plot


handleName

java.lang.String handleName
the particular PV handle this plot shows


plotShowing

boolean plotShowing
Flag indicating whether this plot is alive


_chart3d

com.klg.jclass.chart3d.JCChart3d _chart3d
A JClass Chart object to build this plot with


pds

Table3DPlotSource pds
the data source for the waterfall plot


zMaxPlot

double zMaxPlot
The maximum z value for contours


zMinPlot

double zMinPlot
The minimum z value for contours


useZAutoScale

boolean useZAutoScale
Flag for using Z autoScale


parent

java.awt.Component parent
A component to display this plot near


layout

EdgeLayout layout
Defines a layout for the plot

Class gov.sns.tools.chart.WaterfallPopup implements Serializable

Serialized Fields

thePlot

WaterfallPlot thePlot

chartComponent

java.awt.Component chartComponent
The JClass chart


generalPanel

javax.swing.JPanel generalPanel

zMinLabel

javax.swing.JLabel zMinLabel

zMaxLabel

javax.swing.JLabel zMaxLabel

shiftRateLabel

javax.swing.JLabel shiftRateLabel

zMaxField

DecimalField zMaxField

zMinField

DecimalField zMinField

shiftRateField

WholeNumberField shiftRateField

separator

javax.swing.JSeparator separator

autoScaleButton

javax.swing.JButton autoScaleButton

saveImageButton

javax.swing.JButton saveImageButton

Class gov.sns.tools.chart.WaterfallPopupPanel implements Serializable

Serialized Fields

thePlot

WaterfallPlotPanel thePlot

chartComponent

java.awt.Component chartComponent
The JClass chart


generalPanel

javax.swing.JPanel generalPanel

zMinLabel

javax.swing.JLabel zMinLabel

zMaxLabel

javax.swing.JLabel zMaxLabel

shiftRateLabel

javax.swing.JLabel shiftRateLabel

zMaxField

DecimalField zMaxField

zMinField

DecimalField zMinField

shiftRateField

WholeNumberField shiftRateField

separator

javax.swing.JSeparator separator

autoScaleButton

javax.swing.JButton autoScaleButton

saveImageButton

javax.swing.JButton saveImageButton


Package gov.sns.tools.data

Class gov.sns.tools.data.DataFormatException implements Serializable

Class gov.sns.tools.data.DataTable.AddRecordException implements Serializable

Serialized Fields

record

GenericRecord record

Class gov.sns.tools.data.DataTable.NonUniqueRecordException implements Serializable

Serialized Fields

bindings

java.util.Map bindings

Class gov.sns.tools.data.GenericRecord.ParseException implements Serializable

Class gov.sns.tools.data.MissingDataException implements Serializable

Class gov.sns.tools.data.MissingPrimaryKeyException implements Serializable


Package gov.sns.tools.fit

Class gov.sns.tools.fit.PolyLeastsquaresException implements Serializable


Package gov.sns.tools.formula.parser_source

Class gov.sns.tools.formula.parser_source.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class gov.sns.tools.formula.parser_source.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package gov.sns.tools.math

Class gov.sns.tools.math.ClosedInterval implements Serializable

Class gov.sns.tools.math.Interval implements Serializable

Serialized Fields

m_dblMin

double m_dblMin
minimum value


m_dblMax

double m_dblMax
maximum value

Class gov.sns.tools.math.MathException implements Serializable

Class gov.sns.tools.math.OpenInterval implements Serializable

Class gov.sns.tools.math.Vector implements Serializable


Package gov.sns.tools.math.r2

Class gov.sns.tools.math.r2.R2 implements Serializable

Serialized Fields

x1

double x1
first coordinate


x2

double x2
second coordinate


Package gov.sns.tools.math.r3

Class gov.sns.tools.math.r3.ClosedBox implements Serializable

Serialized Fields

I1

ClosedInterval I1
first dimension extent of domain


I2

ClosedInterval I2
second dimension extent of domain


I3

ClosedInterval I3
third dimension extent of domain

Class gov.sns.tools.math.r3.Grid implements Serializable

Serialized Fields

m_arrPts

Grid.GridPt[][][] m_arrPts
array of grid points


m_arrCells

Grid.GridCell[][][] m_arrCells
array of grid cells


m_vecSize

Z3 m_vecSize
discrete grid size


m_vecDim

R3 m_vecDim
physical dimensions of grid


m_vecRes

R3 m_vecRes
grid resolution (L/N)


m_ptOrg

R3 m_ptOrg
R3 coordinates of first grid point, i.e., the grid origin


m_boxDom

ClosedBox m_boxDom
the grid domain in R3

Class gov.sns.tools.math.r3.GridException implements Serializable

Class gov.sns.tools.math.r3.PoissonGrid implements Serializable

Serialized Fields

m_intSolnIter

int m_intSolnIter
number if relaxation iterations to achieve current solution


m_dblSolnErr

double m_dblSolnErr
residual error in the solution of Poisson's equation

Class gov.sns.tools.math.r3.R3 implements Serializable

Serialized Fields

x1

double x1
first coordinate


x2

double x2
second coordinate


x3

double x3
third coordinate

Class gov.sns.tools.math.r3.R3x3 implements Serializable

Serialized Fields

m_mat3x3

Jama.Matrix m_mat3x3
internal matrix storage

Class gov.sns.tools.math.r3.Sphere implements Serializable

Serialized Fields

m_ptOrg

R3 m_ptOrg
center of the sphere


m_dblRad

double m_dblRad
radius of the sphere

Class gov.sns.tools.math.r3.Z3 implements Serializable

Serialized Fields

i

int i
first coordinate


j

int j
second coordinate


k

int k
third coordinate


Package gov.sns.tools.messaging

Class gov.sns.tools.messaging.MessageCenter.MessageCenterException implements Serializable

Class gov.sns.tools.messaging.MessageCenter.NullSourceException implements Serializable

Class gov.sns.tools.messaging.MessageCenter.NullTargetException implements Serializable

Class gov.sns.tools.messaging.MessageCenter.UnimplementedProtocolException implements Serializable


Package gov.sns.tools.plot

Class gov.sns.tools.plot.DateGraphFormat implements Serializable

Serialized Fields

dateFormat

java.text.DateFormat dateFormat

Class gov.sns.tools.plot.FunctionGraphsJPanel implements Serializable

Serialized Fields

graphDataV

java.util.Vector graphDataV

graphColorV

java.util.Vector graphColorV

nTotalGraphPoints

int nTotalGraphPoints

curveDataV

java.util.Vector curveDataV

nTotalCurvePoints

int nTotalCurvePoints

colorSurfaceData

ColorSurfaceData colorSurfaceData

bkgGraphAreaColor

java.awt.Color bkgGraphAreaColor

bkgBorderAreaColor

java.awt.Color bkgBorderAreaColor

lineDefaultColor

java.awt.Color lineDefaultColor

lineChoosenColor

java.awt.Color lineChoosenColor

nameOfGraph

java.lang.String nameOfGraph

nameX

java.lang.String nameX

nameY

java.lang.String nameY

nameOfGraphFont

java.awt.Font nameOfGraphFont

nameXFont

java.awt.Font nameXFont

nameYFont

java.awt.Font nameYFont

numberFont

java.awt.Font numberFont

nameOfGraphColor

java.awt.Color nameOfGraphColor

nameXColor

java.awt.Color nameXColor

nameYColor

java.awt.Color nameYColor

numberColor

java.awt.Color numberColor

numberFormatX

java.text.DecimalFormat numberFormatX

numberFormatY

java.text.DecimalFormat numberFormatY

gridLineOnX

boolean gridLineOnX

gridLineOnY

boolean gridLineOnY

gridXmarkerOn

boolean gridXmarkerOn

gridYmarkerOn

boolean gridYmarkerOn

numbMarkScaleX

double numbMarkScaleX

numbMarkScaleY

double numbMarkScaleY

vLinesV

java.util.Vector vLinesV

hLinesV

java.util.Vector hLinesV

vLinesColorV

java.util.Vector vLinesColorV

hLinesColorV

java.util.Vector hLinesColorV

defaultVerticalLineColor

java.awt.Color defaultVerticalLineColor

defaultHorizontLineColor

java.awt.Color defaultHorizontLineColor

innerGridLimits

FunctionGraphsJPanel.GridLimits innerGridLimits

externalGridLimits

FunctionGraphsJPanel.GridLimits externalGridLimits

zoomGridLimitsV

java.util.Vector zoomGridLimitsV

offScreenImage_

java.awt.Image offScreenImage_

offScreenImageOn

boolean offScreenImageOn

scaleX

double scaleX

scaleY

double scaleY

xAxisLength

int xAxisLength

yAxisLength

int yAxisLength

xMin

double xMin

yMin

double yMin

xMax

double xMax

yMax

double yMax

xLOffSet

int xLOffSet

xROffSet

int xROffSet

yUOffSet

int yUOffSet

yBOffSet

int yBOffSet

screenW

int screenW

screenH

int screenH

fSizeName

int fSizeName

fSizeX

int fSizeX

fSizeY

int fSizeY

fSizeNumbXhor

int fSizeNumbXhor

fSizeNumbXver

int fSizeNumbXver

fSizeNumbYhor

int fSizeNumbYhor

fSizeNumbYver

int fSizeNumbYver

clickedPoint

FunctionGraphsJPanel.ClickedPoint clickedPoint

evntIniX

int evntIniX

evntIniY

int evntIniY

mouseDrugged

boolean mouseDrugged

mouseUsedButton

int mouseUsedButton

mouseDraggedTaskType

int mouseDraggedTaskType

axisDialog

javax.swing.JDialog axisDialog

parentFrameOrDialog

java.lang.Object parentFrameOrDialog

glPanel

FunctionGraphsJPanel.gridLimitsPanel glPanel

graphChoosingYes

boolean graphChoosingYes

graphChosenYes

boolean graphChosenYes

graphChosenIndex

int graphChosenIndex

graphPointChosenIndex

int graphPointChosenIndex

choosenX

double choosenX

choosenY

double choosenY

chooseModeButton

javax.swing.JRadioButton chooseModeButton

chooseModeButtonVisible

boolean chooseModeButtonVisible

chooseListener

java.awt.event.ActionListener chooseListener

dragHorLinesModeYes

boolean dragHorLinesModeYes

dragVerLinesModeYes

boolean dragVerLinesModeYes

dragHorLinesModeButton

javax.swing.JRadioButton dragHorLinesModeButton

dragVerLinesModeButton

javax.swing.JRadioButton dragVerLinesModeButton

horLinesModeButtonVisible

boolean horLinesModeButtonVisible

verLinesModeButtonVisible

boolean verLinesModeButtonVisible

draggedLinesIndex

int draggedLinesIndex

draggedHorLinesListener

java.awt.event.ActionListener draggedHorLinesListener

draggedVerLinesListener

java.awt.event.ActionListener draggedVerLinesListener

draggedHorLinesEvent

java.awt.event.ActionEvent draggedHorLinesEvent

draggedVerLinesEvent

java.awt.event.ActionEvent draggedVerLinesEvent

draggedHorLinesMotionListenYes

boolean draggedHorLinesMotionListenYes

draggedVerLinesMotionListenYes

boolean draggedVerLinesMotionListenYes

triangleMarkerLeft

java.awt.Polygon triangleMarkerLeft

triangleMarkerRight

java.awt.Polygon triangleMarkerRight

legend

FunctionGraphsJPanel.graphLegend legend

legendButton

javax.swing.JRadioButton legendButton

legendButtonVisible

boolean legendButtonVisible

legendKeyString

java.lang.String legendKeyString

Class gov.sns.tools.plot.FunctionGraphsJPanel.gridLimitsPanel implements Serializable

Serialized Fields

fgp

FunctionGraphsJPanel fgp

xyChooser

int xyChooser

numbFormatX

java.text.DecimalFormat numbFormatX

numbFormatY

java.text.DecimalFormat numbFormatY

defaultDoubleNumbFormat

java.text.DecimalFormat defaultDoubleNumbFormat

defaultIntNumbFormat

java.text.DecimalFormat defaultIntNumbFormat

applyButton

javax.swing.JButton applyButton

customButton

javax.swing.JRadioButton customButton

autoButton

javax.swing.JRadioButton autoButton

autoScaleOn

boolean autoScaleOn

minValLabel

javax.swing.JLabel minValLabel

maxValLabel

javax.swing.JLabel maxValLabel

nStepLabel

javax.swing.JLabel nStepLabel

minorTicksLabel

javax.swing.JLabel minorTicksLabel

minValText

javax.swing.JTextField minValText

maxValText

javax.swing.JTextField maxValText

nStepText

javax.swing.JTextField nStepText

minorTicksText

javax.swing.JTextField minorTicksText


Package gov.sns.tools.reflect

Class gov.sns.tools.reflect.Selector.AccessException implements Serializable

Class gov.sns.tools.reflect.Selector.InvocationException implements Serializable

Serialized Fields

_exception

java.lang.reflect.InvocationTargetException _exception

Class gov.sns.tools.reflect.Selector.MethodNotFoundException implements Serializable


Package gov.sns.tools.samples.corewidgets

Class gov.sns.tools.samples.corewidgets.ShowcaseWindow implements Serializable

Serialized Fields

roPane

javax.swing.JPanel roPane

editorsPane

javax.swing.JPanel editorsPane


Package gov.sns.tools.samples.widgets

Class gov.sns.tools.samples.widgets.ShowcaseWindow implements Serializable

Serialized Fields

pane

javax.swing.JPanel pane

pvName

javax.swing.JTextField pvName

gauger

Gauger gauger

piper

Piper piper

info

ChannelInfo info

field

DoubleNumberField field

wheelswitch

Wheelswitch wheelswitch

slider

Slider slider


Package gov.sns.tools.scan

Class gov.sns.tools.scan.GeneralOneDimScan implements Serializable

Serialized Fields

jpanels

javax.swing.JPanel[] jpanels

iPanelActive

int iPanelActive

iPanelOld

int iPanelOld

mSetPVsButton

javax.swing.JButton mSetPVsButton

mClearDataButton

javax.swing.JButton mClearDataButton

mReadDataButton

javax.swing.JButton mReadDataButton

mSaveDataButton

javax.swing.JButton mSaveDataButton

mAnalysisButton

javax.swing.JButton mAnalysisButton

graphPanel

FunctionGraphsJPanel graphPanel

rangePanel

IndependentValueRange rangePanel

avgControl

AveragingController avgControl

thresholdControl

ValuatorLimitsManager thresholdControl

independValue

IndependentValue independValue

measuredValue

MeasuredValue measuredValue

measuredVals

MeasuredValues measuredVals

valuatorMain

Valuator valuatorMain

valuatorValue

Valuator valuatorValue

mPV_ShowButton

javax.swing.JRadioButton mPV_ShowButton

mPV_RB_ShowButton

javax.swing.JRadioButton mPV_RB_ShowButton

mReadPVsButton

javax.swing.JButton mReadPVsButton

mScannedPV_Label

javax.swing.JLabel mScannedPV_Label

mScannedPV_RB_Label

javax.swing.JLabel mScannedPV_RB_Label

mMeasured_Label

javax.swing.JLabel mMeasured_Label

mValidationPV_Label

javax.swing.JLabel mValidationPV_Label

mScanPV_Name_Text

javax.swing.JTextField mScanPV_Name_Text

mScanPV_RB_Name_Text

javax.swing.JTextField mScanPV_RB_Name_Text

mMeasurePV_Name_Text

javax.swing.JTextField mMeasurePV_Name_Text

mValidationPV_Name_Text

javax.swing.JTextField mValidationPV_Name_Text

mScannedPV_Val_Label

javax.swing.JLabel mScannedPV_Val_Label

mScannedPV_RB_Val_Label

javax.swing.JLabel mScannedPV_RB_Val_Label

mMeasured_Val_Label

javax.swing.JLabel mMeasured_Val_Label

mValidationPV_Val_Label

javax.swing.JLabel mValidationPV_Val_Label

mScannedPVFormat

java.text.DecimalFormat mScannedPVFormat

mMeasuredPVFormat

java.text.DecimalFormat mMeasuredPVFormat

mValidationPVFormat

java.text.DecimalFormat mValidationPVFormat

pvSelector

PVSelector pvSelector

spScanPV_Button

javax.swing.JRadioButton spScanPV_Button

spScanPV_RB_Button

javax.swing.JRadioButton spScanPV_RB_Button

spMeasurePV_Button

javax.swing.JRadioButton spMeasurePV_Button

spValidationPV_Button

javax.swing.JRadioButton spValidationPV_Button

spScanPV_Text

javax.swing.JTextField spScanPV_Text

spScanPV_RB_Text

javax.swing.JTextField spScanPV_RB_Text

spMeasurePV_Text

javax.swing.JTextField spMeasurePV_Text

spValidationPV_Text

javax.swing.JTextField spValidationPV_Text

spChooseAcceleratorButton

javax.swing.JButton spChooseAcceleratorButton

spCloseSelectionButton

javax.swing.JButton spCloseSelectionButton

spEscapeButton

javax.swing.JButton spEscapeButton

xalRootName

java.lang.String xalRootName

relNameOfXALFile

java.lang.String relNameOfXALFile

accelDataFile

java.io.File accelDataFile

fitGraphData

BasicGraphData fitGraphData

analysisGraphPanel

FunctionGraphsJPanel analysisGraphPanel

clickedPointAtAnalPanel

FunctionGraphsJPanel.ClickedPoint clickedPointAtAnalPanel

apPV_ShowButton

javax.swing.JRadioButton apPV_ShowButton

apPV_RB_ShowButton

javax.swing.JRadioButton apPV_RB_ShowButton

apReturnToScanButton

javax.swing.JButton apReturnToScanButton

apRemoveSelectedButton

javax.swing.JButton apRemoveSelectedButton

apStartFittingButton

javax.swing.JButton apStartFittingButton

apClearFittingButton

javax.swing.JButton apClearFittingButton

apOrderOfFitLabel

javax.swing.JLabel apOrderOfFitLabel

apFittingFormula_Text

javax.swing.JTextField apFittingFormula_Text

apFitOrder_Spinner

javax.swing.JSpinner apFitOrder_Spinner

apFormulaNumbersFormat

java.text.DecimalFormat apFormulaNumbersFormat

infoReturnIndex

int infoReturnIndex

infoTextArea

javax.swing.JTextArea infoTextArea

infoOkButton

javax.swing.JButton infoOkButton

graphDataFile

java.io.File graphDataFile

Class gov.sns.tools.scan.IndependentValueRange implements Serializable

Serialized Fields

title

java.lang.String title

indepVal

IndependentValue indepVal

measurer

Measurer measurer

currValue

double currValue

currValueRB

double currValueRB

lowLim

double lowLim

uppLim

double uppLim

step

double step

nameText

javax.swing.JTextField nameText

scanText

javax.swing.JTextField scanText

lowLimText

javax.swing.JTextField lowLimText

uppLimText

javax.swing.JTextField uppLimText

stepText

javax.swing.JTextField stepText

valueText

javax.swing.JTextField valueText

valueTextRB

javax.swing.JTextField valueTextRB

dimensionText

javax.swing.JTextField dimensionText

sleepTimeText

javax.swing.JTextField sleepTimeText

sleepTimeLabel

javax.swing.JLabel sleepTimeLabel

startButton

javax.swing.JButton startButton

stopButton

javax.swing.JButton stopButton

resumeButton

javax.swing.JButton resumeButton

buttonPanelVisible

boolean buttonPanelVisible

scrollBar

javax.swing.JScrollBar scrollBar

limFormat

java.text.DecimalFormat limFormat

stepFormat

java.text.DecimalFormat stepFormat

valueFormat

java.text.DecimalFormat valueFormat

sleepTimeFormat

java.text.DecimalFormat sleepTimeFormat

childRnage

IndependentValueRange childRnage

parentRnage

IndependentValueRange parentRnage

variableSet

java.util.Vector variableSet

positionInd

int positionInd

deepIndex

int deepIndex

sleepTime

double sleepTime

continueMode

boolean continueMode

updateFieldListener

java.awt.event.ActionListener updateFieldListener

updateFieldEvent

java.awt.event.ActionEvent updateFieldEvent

beamTrigger

BeamTrigger beamTrigger


Package gov.sns.tools.swing

Class gov.sns.tools.swing.DecimalField implements Serializable

Serialized Fields

format

java.text.NumberFormat format

Class gov.sns.tools.swing.DoubleInputTextField implements Serializable

Serialized Fields

alertColor

java.awt.Color alertColor

normalColor

java.awt.Color normalColor

format

java.text.DecimalFormat format

val

double val

docListener

javax.swing.event.DocumentListener docListener

innerListener

java.awt.event.ActionListener innerListener

innerFocusListener

java.awt.event.FocusListener innerFocusListener

Class gov.sns.tools.swing.FormattedDocument implements Serializable

Serialized Fields

format

java.text.Format format

Class gov.sns.tools.swing.IntegerInputTextField implements Serializable

Serialized Fields

alertColor

java.awt.Color alertColor

normalColor

java.awt.Color normalColor

format

java.text.DecimalFormat format

val

int val

docListener

javax.swing.event.DocumentListener docListener

innerListener

java.awt.event.ActionListener innerListener

innerFocusListener

java.awt.event.FocusListener innerFocusListener

Class gov.sns.tools.swing.TextScrollDouble implements Serializable

Serialized Fields

textField

DecimalField textField

scrollBar

javax.swing.JScrollBar scrollBar

orientation

int orientation

scrollrange

int scrollrange

fracdigits

int fracdigits

ivalue

int ivalue

textdigits

int textdigits

increment

int increment

dvalue

double dvalue

minincrement

double minincrement

currentincrement

double currentincrement

drangemin

double drangemin

drangemax

double drangemax

numberFormat

java.text.NumberFormat numberFormat

Class gov.sns.tools.swing.ThWheel implements Serializable

Serialized Fields

jPanel4

javax.swing.JPanel jPanel4

rootPanel

javax.swing.JPanel rootPanel

decrementButton

javax.swing.JButton decrementButton

jPanel3

javax.swing.JPanel jPanel3

enterButton

javax.swing.JButton enterButton

jButton1

javax.swing.JButton jButton1

jButton12

javax.swing.JButton jButton12

textField

javax.swing.JTextField textField

jPanel2

javax.swing.JPanel jPanel2

jPanel5

javax.swing.JPanel jPanel5

jButton18

javax.swing.JButton jButton18

incrementButton

javax.swing.JButton incrementButton

rightButton

javax.swing.JButton rightButton

jButton16

javax.swing.JButton jButton16

jPanel6

javax.swing.JPanel jPanel6

leftButton

javax.swing.JButton leftButton

caret

javax.swing.text.Caret caret

document

javax.swing.text.Document document

lsel

int lsel

title

java.lang.String title

textProperty

java.lang.String textProperty

propertySupport

java.beans.PropertyChangeSupport propertySupport

action

javax.swing.Action action

listenerList

javax.swing.event.EventListenerList listenerList

size

java.awt.Dimension size

textWidth

int textWidth

incrementLetterAction

javax.swing.Action incrementLetterAction

decrementLetterAction

javax.swing.Action decrementLetterAction

shiftSelectRightAction

javax.swing.Action shiftSelectRightAction

shiftSelectLeftAction

javax.swing.Action shiftSelectLeftAction

Class gov.sns.tools.swing.TractorKnob implements Serializable

Serialized Fields

model

ThumbWheelModel model

messageCenter

MessageCenter messageCenter

proxy

TractorListener proxy

incButton

javax.swing.JButton incButton

decButton

javax.swing.JButton decButton

thumbWheel

ThumbWheel thumbWheel

Class gov.sns.tools.swing.WholeNumberField implements Serializable

Serialized Fields

toolkit

java.awt.Toolkit toolkit

integerFormatter

java.text.NumberFormat integerFormatter

Class gov.sns.tools.swing.WholeNumberField.WholeNumberDocument implements Serializable


Package gov.sns.tools.xml

Class gov.sns.tools.xml.XmlDataAdaptor.CreationException implements Serializable

Class gov.sns.tools.xml.XmlDataAdaptor.ParseException implements Serializable

Class gov.sns.tools.xml.XmlDataAdaptor.ResourceNotFoundException implements Serializable

Class gov.sns.tools.xml.XmlDataAdaptor.WriteException implements Serializable


Package gov.sns.tools.xml.viewer.ui

Class gov.sns.tools.xml.viewer.ui.DOMTree implements Serializable

Class gov.sns.tools.xml.viewer.ui.DOMTreeFull implements Serializable

Class gov.sns.tools.xml.viewer.ui.DOMTreeFull.Model implements Serializable

Serialized Fields

root

org.w3c.dom.Node root
Root.


nodeMap

java.util.Hashtable nodeMap
Node Map.


treeNodeMap

java.util.Hashtable treeNodeMap
Tree Node Map.

Class gov.sns.tools.xml.viewer.ui.TreeView implements Serializable

Serialized Fields

ef

TreeView.ErrorStorer ef

fname

java.lang.String fname

m_tree

DOMTree m_tree

sourceText

javax.swing.JTextArea sourceText

messageText

javax.swing.JTextArea messageText

textLine

java.util.Vector textLine

fni

TreeView.FileNameInput fni

parser

DOMParserSaveEncoding parser

openFolder

java.awt.Image openFolder

closedFolder

java.awt.Image closedFolder

leafImage

java.awt.Image leafImage


Package gov.sns.tools.xml.walker.dom.traversal

Class gov.sns.tools.xml.walker.dom.traversal.IteratorView implements Serializable

Serialized Fields

document

org.w3c.dom.Document document

lastSelected

javax.swing.tree.TreeNode lastSelected

parser

org.apache.xerces.parsers.DOMParser parser

messageText

javax.swing.JTextArea messageText

messageScroll

javax.swing.JScrollPane messageScroll

jtree

DOMTreeFull jtree

iterator

org.w3c.dom.traversal.NodeIterator iterator

nameNodeFilter

NameNodeFilter nameNodeFilter

nextButton

javax.swing.JButton nextButton

prevButton

javax.swing.JButton prevButton

removeButton

javax.swing.JButton removeButton

addButton

javax.swing.JButton addButton

addText

javax.swing.JTextField addText

newIterator

javax.swing.JButton newIterator

whatToShow

javax.swing.JList whatToShow

match

javax.swing.JCheckBox match

nameFilter

javax.swing.JTextField nameFilter

whatArray

java.lang.String[] whatArray

expandERs

javax.swing.JCheckBox expandERs

treeNodeMap

java.util.Hashtable treeNodeMap

Class gov.sns.tools.xml.walker.dom.traversal.TreeWalkerView implements Serializable

Serialized Fields

document

org.w3c.dom.Document document

lastSelected

javax.swing.tree.TreeNode lastSelected

parser

org.apache.xerces.parsers.DOMParser parser

messageText

javax.swing.JTextArea messageText

messageScroll

javax.swing.JScrollPane messageScroll

jtree

DOMTreeFull jtree

treeWalker

org.w3c.dom.traversal.TreeWalker treeWalker

nameNodeFilter

NameNodeFilter nameNodeFilter

nextButton

javax.swing.JButton nextButton

prevButton

javax.swing.JButton prevButton

removeButton

javax.swing.JButton removeButton

addButton

javax.swing.JButton addButton

addText

javax.swing.JTextField addText

newIterator

javax.swing.JButton newIterator

whatToShow

javax.swing.JList whatToShow

match

javax.swing.JCheckBox match

nameFilter

javax.swing.JTextField nameFilter

parentButton

javax.swing.JButton parentButton

nextSiblingButton

javax.swing.JButton nextSiblingButton

previousSiblingButton

javax.swing.JButton previousSiblingButton

firstChildButton

javax.swing.JButton firstChildButton

lastChildButton

javax.swing.JButton lastChildButton

currentButton

javax.swing.JButton currentButton

whatArray

java.lang.String[] whatArray

expandERs

javax.swing.JCheckBox expandERs

treeNodeMap

java.util.Hashtable treeNodeMap


Package gov.sns.tools.database

Class gov.sns.tools.database.ConnectionDialog implements Serializable

Serialized Fields

_dictionary

ConnectionDictionary _dictionary

Class gov.sns.tools.database.ConnectionDictionary implements Serializable

Class gov.sns.tools.database.DatabaseException implements Serializable


Package gov.sns.tools.services

Class gov.sns.tools.services.RemoteMessageException implements Serializable


Package gov.sns.tools.pvlogger

Class gov.sns.tools.pvlogger.StateStoreException implements Serializable


Package gov.sns.xal

Class gov.sns.xal.XalException implements Serializable


Package gov.sns.xal.model

Class gov.sns.xal.model.ModelException implements Serializable

Class gov.sns.xal.model.PropagationException implements Serializable


Package gov.sns.xal.model.gen

Class gov.sns.xal.model.gen.GenerationException implements Serializable


Package gov.sns.xal.model.mpx

Class gov.sns.xal.model.mpx.MPXStopWatch implements Serializable


Package gov.sns.xal.model.sync

Class gov.sns.xal.model.sync.SynchronizationException implements Serializable


Package gov.sns.xal.model.xml

Class gov.sns.xal.model.xml.ParsingException implements Serializable


Package gov.sns.xal.slg

Class gov.sns.xal.slg.LatticeError implements Serializable

Serialized Fields

message

java.lang.String message


Package gov.sns.xal.smf

Class gov.sns.xal.smf.ChannelAlreadyBoundException implements Serializable

Class gov.sns.xal.smf.NoSuchChannelException implements Serializable

Class gov.sns.xal.smf.NoSuchTransformException implements Serializable

Class gov.sns.xal.smf.SequenceOrderingException implements Serializable

Serialized Fields

_sequences

java.util.Collection _sequences


Package gov.sns.xal.smf.application

Class gov.sns.xal.smf.application.AcceleratorWindow implements Serializable


Package gov.sns.xal.smf.application.demo

Class gov.sns.xal.smf.application.demo.DemoWindow implements Serializable

Serialized Fields

textView

javax.swing.JTextArea textView


Package gov.sns.xal.smf.attr

Class gov.sns.xal.smf.attr.AlignmentBucket implements Serializable

Serialized Fields

m_attDspX

Attribute m_attDspX

m_attDspY

Attribute m_attDspY

m_attDspZ

Attribute m_attDspZ

m_attAngPitch

Attribute m_attAngPitch

m_attAngYaw

Attribute m_attAngYaw

m_attAngRoll

Attribute m_attAngRoll

Class gov.sns.xal.smf.attr.ApertureBucket implements Serializable

Serialized Fields

m_attShape

Attribute m_attShape

m_attAperX

Attribute m_attAperX

m_attAperY

Attribute m_attAperY

Class gov.sns.xal.smf.attr.Attribute implements Serializable

Serialized Fields

m_intTypeId

int m_intTypeId

m_objValue

java.lang.Object m_objValue

Class gov.sns.xal.smf.attr.AttributeBucket implements Serializable

Serialized Fields

m_mapAttrs

java.util.HashMap m_mapAttrs

Class gov.sns.xal.smf.attr.AttributeBucket.MissingAttributeException implements Serializable

Class gov.sns.xal.smf.attr.DisplaceBucket implements Serializable

Serialized Fields

m_attDspX

Attribute m_attDspX

m_attDspY

Attribute m_attDspY

m_attDspZ

Attribute m_attDspZ

Class gov.sns.xal.smf.attr.MagnetBucket implements Serializable

Serialized Fields

m_attLenEff

Attribute m_attLenEff
effective magnetic length (m)


m_attFldDflt

Attribute m_attFldDflt
design field strength (T/m^(n-1)), n=1 for dipole, 2 for quad,...


m_attPolarity

Attribute m_attPolarity
polarity


m_attBendAngle

Attribute m_attBendAngle
bend Angle for dipoles (deg)


m_attFldNorm

Attribute m_attFldNorm
normal field multipole coefficients


m_attFldTang

Attribute m_attFldTang
tangential field multipole coefficients


m_attPathLength

Attribute m_attPathLength
path length (m)


m_attDipoleEntrRotAngle

Attribute m_attDipoleEntrRotAngle
dipole rotation angle for entrance pole face (degree)


m_attDipoleExitRotAngle

Attribute m_attDipoleExitRotAngle
dipole rotation angle for exit pole face (degree)


m_attDipoleQuadComponent

Attribute m_attDipoleQuadComponent
quadrupole component for bend dipole

Class gov.sns.xal.smf.attr.RfCavityBucket implements Serializable

Serialized Fields

m_attAmp

Attribute m_attAmp

m_attPhase

Attribute m_attPhase

m_attFreq

Attribute m_attFreq

m_attAmpFactor

Attribute m_attAmpFactor

m_attPhaseOffset

Attribute m_attPhaseOffset

m_attTTFCoefs

Attribute m_attTTFCoefs
quadratic fit coefficients for the transit time factor as a function of beta (constant, linear, quad)


m_attTTFPrimeCoefs

Attribute m_attTTFPrimeCoefs
quadratic fit coefficients for the transit time factor prime as a function of beta (constant, linear, quad)


m_attSTFCoefs

Attribute m_attSTFCoefs
quadratic fit coefficients for the "S transit time factor" as a function of beta (constant, linear, quad)


m_attSTFPrimeCoefs

Attribute m_attSTFPrimeCoefs
quadratic fit coefficients for the "S transit time factor" prime as a function of beta (constant, linear, quad)


m_attTTF_endCoefs

Attribute m_attTTF_endCoefs
quadratic fit coefficients for the transit time factor as a function of beta for the end cells (constant, linear, quad)


m_attTTFPrime_endCoefs

Attribute m_attTTFPrime_endCoefs
quadratic fit coefficients for the transit time factor prime as a function of beta for the end cells (constant, linear, quad)


m_attSTF_endCoefs

Attribute m_attSTF_endCoefs
quadratic fit coefficients for the "S transit time factor" as a function of beta for the end cells (constant, linear, quad)


m_attSTFPrime_endCoefs

Attribute m_attSTFPrime_endCoefs
quadratic fit coefficients for the "S transit time factor" prime as a function of beta for the end cells (constant, linear, quad)


m_attStructureMode

Attribute m_attStructureMode
flag for the structure type (0 or pi mode)

Class gov.sns.xal.smf.attr.RfGapBucket implements Serializable

Serialized Fields

m_attLength

Attribute m_attLength

m_attPhaseFactor

Attribute m_attPhaseFactor

m_attAmpFactor

Attribute m_attAmpFactor

m_attTTF

Attribute m_attTTF

m_attAmp

Attribute m_attAmp

m_attPhase

Attribute m_attPhase

m_attFreq

Attribute m_attFreq

m_attTestAmpFactor

Attribute m_attTestAmpFactor

m_attTestPhaseFactor

Attribute m_attTestPhaseFactor

m_attEndCell

Attribute m_attEndCell
flag for whether this is and end cell (i.e. uses the end cell TTFs)"


m_attGapOffset

Attribute m_attGapOffset
the distance between the Electric and geometric center (E_ctr - G_ctr) (m)

Class gov.sns.xal.smf.attr.RotationBucket implements Serializable

Serialized Fields

m_attAngPitch

Attribute m_attAngPitch

m_attAngYaw

Attribute m_attAngYaw

m_attAngRoll

Attribute m_attAngRoll

Class gov.sns.xal.smf.attr.SequenceBucket implements Serializable

Serialized Fields

m_attPredecessors

Attribute m_attPredecessors

Class gov.sns.xal.smf.attr.TwissBucket implements Serializable

Serialized Fields

m_attX

Attribute m_attX

m_attY

Attribute m_attY

m_attAlphaX

Attribute m_attAlphaX

m_attBetaX

Attribute m_attBetaX

m_attEmitX

Attribute m_attEmitX

m_attAlphaY

Attribute m_attAlphaY

m_attBetaY

Attribute m_attBetaY

m_attEmitY

Attribute m_attEmitY

m_attAlphaZ

Attribute m_attAlphaZ

m_attBetaZ

Attribute m_attBetaZ

m_attEmitZ

Attribute m_attEmitZ

m_attEtaX

Attribute m_attEtaX

m_attEtaPx

Attribute m_attEtaPx

m_attEtaY

Attribute m_attEtaY

m_attEtaPy

Attribute m_attEtaPy

m_attMuX

Attribute m_attMuX

m_attMuY

Attribute m_attMuY


Package gov.sns.xal.smf.data

Class gov.sns.xal.smf.data.OpticsSwitcher implements Serializable

Serialized Fields

accelChooser

AcceleratorChooser accelChooser

pathField

javax.swing.JTextField pathField

revertButton

javax.swing.JButton revertButton

commitButton

javax.swing.JButton commitButton

Class gov.sns.xal.smf.data.XMLDataManager.MissingUrlForGroup implements Serializable


Package gov.sns.xal.smf.parser

Class gov.sns.xal.smf.parser.XmlDataSource.XmlDocumentCreateException implements Serializable


Package gov.sns.xal.smf.proxy

Class gov.sns.xal.smf.proxy.ProxyException implements Serializable


Package gov.sns.xal.tools.widgets

Class gov.sns.xal.tools.widgets.XALSynopticPanel implements Serializable

Serialized Fields

startPosition

double startPosition

endPosition

double endPosition

acceleratorSequence

AcceleratorSeq acceleratorSequence

thick

java.util.ArrayList thick

thin

java.util.ArrayList thin

margin

java.awt.Insets margin

labels

java.lang.String[] labels