Serialized Form


Package jas.bean

Class jas.bean.Plot implements Serializable

Serialized Fields

m_data

java.lang.String m_data
Deprecated. 

m_hist

JASHist m_hist
Deprecated. 

Class jas.bean.QuickPlot implements Serializable

Serialized Fields

m_yAxisLogarithmic

boolean m_yAxisLogarithmic
Deprecated. 

m_yAxisAllowSuppressedZero

boolean m_yAxisAllowSuppressedZero
Deprecated. 

Class jas.bean.XMLPlot implements Serializable

Serialized Fields

m_xml

java.lang.String m_xml

m_hist

JASHist m_hist


Package jas.hist

Class jas.hist.Basic1DFunction implements Serializable

Serialized Fields

batch

boolean batch

Class jas.hist.FitFailed implements Serializable

Class jas.hist.Fittable1DFunction implements Serializable

Serialized Fields

m_fit

Fitter m_fit

m_fitParms

boolean[] m_fitParms

Class jas.hist.Fitter implements Serializable

Serialized Fields

m_data

Rebinnable1DHistogramData m_data

m_func

Fittable1DFunction m_func

state

int state

thread

java.lang.Thread thread

observing

boolean observing

Class jas.hist.FunctionFactoryError implements Serializable

Class jas.hist.FunctionValueUndefined implements Serializable

Class jas.hist.HistogramUpdate implements Serializable

Serialized Fields

AXIS_BASE

int AXIS_BASE

HORIZONTAL_AXIS

int HORIZONTAL_AXIS
The index to indicate changes to the horizontal axis for histogram updates.

VERTICAL_AXIS

int VERTICAL_AXIS
The index to indicate changes to the vertical axis for histogram updates.

m_id

int m_id

Class jas.hist.IndeterminateMatrix implements Serializable

Class jas.hist.InvalidFunctionParameter implements Serializable

Class jas.hist.JASHist implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput p)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput p)
                   throws java.io.IOException

Class jas.hist.JASHist1DFunctionStyle implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput p)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput p)
                   throws java.io.IOException

Class jas.hist.JASHist1DHistogramStyle implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

m_histogramFill

boolean m_histogramFill

m_histogramBarColor

java.awt.Color m_histogramBarColor

m_errorBarColor

java.awt.Color m_errorBarColor

m_lineColor

java.awt.Color m_lineColor

m_dataPointColor

java.awt.Color m_dataPointColor

m_style

int m_style

m_dataPointStyle

int m_dataPointStyle

m_dataPointSize

int m_dataPointSize

m_showHistogramBars

boolean m_showHistogramBars

m_showErrorBars

boolean m_showErrorBars

m_showDataPoints

boolean m_showDataPoints

m_showLinesBetweenPoints

boolean m_showLinesBetweenPoints

m_errorBarColorIsDefault

boolean m_errorBarColorIsDefault

Class jas.hist.JASHist2DHistogramStyle implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

m2D_dataHistStyles

int m2D_dataHistStyles

m2D_dataColorMapScheme

int m2D_dataColorMapScheme

m2D_shapeColor

java.awt.Color m2D_shapeColor

m2D_overFlowBinColor

java.awt.Color m2D_overFlowBinColor

m2D_startDataColor

java.awt.Color m2D_startDataColor

m2D_endDataColor

java.awt.Color m2D_endDataColor

m2D_dataOverFlow

boolean m2D_dataOverFlow

m2D_dataShowPlot

boolean m2D_dataShowPlot

m2D_invertColorRange

boolean m2D_invertColorRange

m2d_logZ

boolean m2d_logZ

Class jas.hist.JASHistPropertyDialog implements Serializable

Class jas.hist.JASHistScatterPlotStyle implements Serializable

Serialized Fields

m_displayAsScatterPlot

boolean m_displayAsScatterPlot

m_dataPointSize

int m_dataPointSize

m_dataPointColor

java.awt.Color m_dataPointColor

m_dataPointStyle

int m_dataPointStyle

Class jas.hist.JASHistStyle implements Serializable

Serialized Fields

overlay

CustomOverlay overlay

Class jas.hist.ManagedAxis implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jas.hist.StatisticsBlock implements Serializable

Serialized Fields

NothingToShow

boolean NothingToShow

f

java.text.Format f

formats

java.util.Hashtable formats

statwin

StatsWindow statwin

stats

java.util.Vector stats

selectedentries

java.lang.String[] selectedentries

listnames

java.lang.String[] listnames

showtitles

int showtitles

splitstringalign

int splitstringalign

line

java.lang.String line

statpropertiesitem

javax.swing.JMenuItem statpropertiesitem

alwaysall

boolean alwaysall

Class jas.hist.StatsWindow implements Serializable

Serialized Fields

all

javax.swing.JButton all

none

javax.swing.JButton none

alltitles

javax.swing.JRadioButton alltitles

notitles

javax.swing.JRadioButton notitles

sometitles

javax.swing.JRadioButton sometitles

leftalign

javax.swing.JRadioButton leftalign

rightalign

javax.swing.JRadioButton rightalign

noalign

javax.swing.JRadioButton noalign

alwaysall

javax.swing.JRadioButton alwaysall

subset

javax.swing.JRadioButton subset

names

java.lang.String[] names

selectlabel

javax.swing.JLabel selectlabel

scipanel

SciFormatPanel scipanel

f

ScientificFormat f

statblock

StatisticsBlock statblock

list

javax.swing.JList list

showtitles

int showtitles

splitalign

int splitalign

Class jas.hist.XML2DScatterDataSource implements Serializable

Serialized Fields

m_xmin

double m_xmin

m_xmax

double m_xmax

m_ymin

double m_ymin

m_ymax

double m_ymax

m_xAxisType

int m_xAxisType

m_yAxisType

int m_yAxisType

m_title

java.lang.String m_title

m_data

double[][] m_data


Package jas.hist.event

Class jas.hist.event.FitEvent implements Serializable

Serialized Fields

m_id

int m_id


Package jas.hist.normalization

Class jas.hist.normalization.NormalizationPanel implements Serializable

Serialized Fields

jCheckBox1

javax.swing.JCheckBox jCheckBox1

jPanel1

javax.swing.JPanel jPanel1

jCheckBox2

javax.swing.JCheckBox jCheckBox2

jComboBox1

javax.swing.JComboBox jComboBox1

jPanel2

javax.swing.JPanel jPanel2

jLabel1

javax.swing.JLabel jLabel1

jComboBox2

javax.swing.JComboBox jComboBox2

jLabel2

javax.swing.JLabel jLabel2

jTextField1

javax.swing.JTextField jTextField1

jLabel3

javax.swing.JLabel jLabel3

jTextField2

javax.swing.JTextField jTextField2

jLabel4

javax.swing.JLabel jLabel4

jComboBox3

javax.swing.JComboBox jComboBox3


Package jas.hist.test

Class jas.hist.test.SliceTest implements Serializable

Serialized Fields

source

ScatterPlotSource source

hist2

JASHist hist2

hist1

JASHist hist1

hash

java.util.Hashtable hash

Class jas.hist.test.TestJASHist implements Serializable

Serialized Fields

m_fStandAlone

boolean m_fStandAlone

m_hist

JASHist m_hist


Package jas.hist.util

Class jas.hist.util.SliceEvent implements Serializable

Serialized Fields

index

int index

type

SliceEvent.EventType type


Package jas.jds

Class jas.jds.JavaDataServerMonitor implements Serializable

Serialized Fields

m_list

java.util.Vector m_list

Class jas.jds.RemoteEventSourceFolderAdaptor implements Serializable

Serialized Fields

m_folder

EventSourceFolder m_folder

Class jas.jds.RemoteHistogramAccessAdaptor implements Serializable

Serialized Fields

access

HistogramAccess access

job

jas.jds.RemoteJobAdaptor job

Class jas.jds.RemotePageAccessAdaptor implements Serializable

Serialized Fields

access

PageAccess access

job

jas.jds.RemoteJobAdaptor job

Class jas.jds.RemotePlotAccessAdaptor implements Serializable

Serialized Fields

job

jas.jds.RemoteJobAdaptor job

access

PlotAccess access


Package jas.jds.interfaces

Class jas.jds.interfaces.ConnectionRejected implements Serializable

Serialized Fields

expected

double expected

got

double got

Class jas.jds.interfaces.CutProperties implements Serializable

Serialized Fields

m_hasPartition

boolean m_hasPartition

Class jas.jds.interfaces.PluginEvent implements Serializable

Serialized Fields

m_name

java.lang.String m_name

Class jas.jds.interfaces.Remote1DHistogramInfo implements Serializable

Serialized Fields

m_title

java.lang.String m_title

m_min

double m_min

m_max

double m_max

m_bins

int m_bins

m_isRebinnable

boolean m_isRebinnable

m_axisType

int m_axisType

Class jas.jds.interfaces.Remote2DHistogramInfo implements Serializable

Serialized Fields

m_title

java.lang.String m_title

m_isRebinnable

boolean m_isRebinnable

m_xAxis

RemoteAxisInfo m_xAxis

m_yAxis

RemoteAxisInfo m_yAxis

Class jas.jds.interfaces.RemoteAxisInfo implements Serializable

Serialized Fields

m_min

double m_min

m_max

double m_max

m_bins

int m_bins

m_axisType

int m_axisType

Class jas.jds.interfaces.RemoteEventAnalyzerException implements Serializable

Class jas.jds.interfaces.RemoteEventUpdate implements Serializable

Serialized Fields

m_events

int m_events

Class jas.jds.interfaces.RemoteJobInfo implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_runnable

boolean m_runnable

m_running

boolean m_running

m_atEndOfData

boolean m_atEndOfData

m_atStartOfData

boolean m_atStartOfData

m_persistent

boolean m_persistent

m_readOnly

boolean m_readOnly

m_eventsAnalyzed

int m_eventsAnalyzed

m_eventsTotal

int m_eventsTotal

Class jas.jds.interfaces.RemoteJobUpdate implements Serializable

Serialized Fields

m_info

RemoteJobInfo m_info

m_events

int m_events

Class jas.jds.interfaces.RemoteLoaderException implements Serializable

Class jas.jds.interfaces.RemotePrintBuffer implements Serializable

Serialized Fields

title

java.lang.String title

buf

byte[] buf

Class jas.jds.interfaces.RemoteScatterInfo implements Serializable

Serialized Fields

m_hasScatterPlotData

boolean m_hasScatterPlotData

Class jas.jds.interfaces.RemoteSliceInfo implements Serializable

Serialized Fields

x

double x

y

double y

width

double width

height

double height

phi

double phi

Class jas.jds.interfaces.RemoteUpdate implements Serializable

Serialized Fields

ref

java.lang.Object ref

update

java.lang.Object update


Package jas.jds.module

Class jas.jds.module.BasicLocalDIM implements Serializable

Serialized Fields

fileFilter

javax.swing.filechooser.FileFilter fileFilter

Class jas.jds.module.ModuleException implements Serializable

Class jas.jds.module.MultiFileLocalDIM implements Serializable

Serialized Fields

prop

UserProperties prop

key

java.lang.String key

Class jas.jds.module.NoSetupLocalDIM implements Serializable


Package jas.jds.security

Class jas.jds.security.PasswordRequiredException implements Serializable

Serialized Fields

_ph

PasswordHandler _ph

Class jas.jds.security.PasswordRequiredPermission implements Serializable

Serialized Fields

_hashCode

int _hashCode

_validName

java.lang.String _validName

Class jas.jds.security.TestPasswordHandler implements Serializable

Serialized Fields

_message

java.lang.String _message

_user

java.lang.String _user


Package jas.job

Class jas.job.AbstractJob.EventSourceStopped implements Serializable

Class jas.job.AnalysisException implements Serializable

Class jas.job.LoaderException implements Serializable

Class jas.job.NoSuchItemError implements Serializable

Class jas.job.OpenJobException implements Serializable


Package jas.plot

Class jas.plot.Axis implements Serializable

Serialized Fields

axisColor

java.awt.Color axisColor
The color of the axis line.

axisOriginDotColor

java.awt.Color axisOriginDotColor
The color of the dot at the origin.

majorTickMarkColor

java.awt.Color majorTickMarkColor
The color of the major tick marks.

minorTickMarkColor

java.awt.Color minorTickMarkColor
The color of the minor tick marks.

textColor

java.awt.Color textColor
The color of the axis labels.

axisOrientation

int axisOrientation

type

AxisType type

location

java.awt.Point location

size

java.awt.Dimension size

isVisible

boolean isVisible

onLeftSide

boolean onLeftSide

lastAxisLength

int lastAxisLength

Class jas.plot.AxisType implements Serializable

Class jas.plot.DataArea implements Serializable

Serialized Fields

overlays

java.util.Vector overlays

usepg2

int usepg2

normal

jas.plot.DataArea.NormalDataArea normal

special

java.awt.Component special

cardLayout

java.awt.CardLayout cardLayout

pg2

SetablePlotGraphics pg2

pg1

SetablePlotGraphics pg1

xAxis

Axis xAxis

yAxis

Axis[] yAxis

xAxisLabel

EditableLabel xAxisLabel

yAxisLabel

EditableLabel[] yAxisLabel

Class jas.plot.DateAxis implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jas.plot.DoubleAxis implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jas.plot.EditableLabel implements Serializable

Serialized Fields

listener

java.util.Vector listener

showFontMenuItem

boolean showFontMenuItem

converter

jas.plot.LabelTextConverter converter

sourceText

java.lang.String sourceText

label

javax.swing.JLabel label

textField

javax.swing.JTextField textField

prefix

java.lang.String prefix

Class jas.plot.Legend implements Serializable

Class jas.plot.MovableObject implements Serializable

Serialized Fields

prefix

java.lang.String prefix
Clicking on a movable object will by default cause its handles to appear.

moveWithParent

boolean moveWithParent

currentCursor

int currentCursor

dragOffset

java.awt.Point dragOffset

saveCursor

java.awt.Cursor saveCursor

handlesVisible

boolean handlesVisible

Class jas.plot.PlotComponent implements Serializable

Serialized Fields

paintBackground

boolean paintBackground

Class jas.plot.PlotPanel implements Serializable

Serialized Fields

menuBuilder

PopupMenuBuilder menuBuilder

componentWithHandles

MovableObject componentWithHandles

allowUserInteraction

boolean allowUserInteraction

Class jas.plot.StringAxis implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jas.plot.TextBlock implements Serializable

Serialized Fields

fm

java.awt.FontMetrics fm

blockwidth

int blockwidth

blockheight

int blockheight

maxleftsplitwidth

int maxleftsplitwidth

maxrightsplitwidth

int maxrightsplitwidth

numberlinesallocated

int numberlinesallocated

Class jas.plot.TimeAxis implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jas.plot.Title implements Serializable

Serialized Fields

hideMenuItem

javax.swing.JMenuItem hideMenuItem

label

EditableLabel label


Package jas.plugin

Class jas.plugin.NoEventAvailable implements Serializable

Class jas.plugin.PageEvent implements Serializable

Class jas.plugin.RunEvent implements Serializable


Package jas.server

Class jas.server.MessageEvent implements Serializable

Serialized Fields

m_message

java.lang.Object m_message


Package jas.swingstudio

Class jas.swingstudio.CommandButton implements Serializable

Serialized Fields

m_target

SimpleCommandTarget m_target

m_command

java.lang.String m_command

Class jas.swingstudio.CutAdjustmentDialog implements Serializable

Serialized Fields

m_changed

boolean m_changed

m_panel

CutPropertiesPanel m_panel

m_peer

CutInterface m_peer

m_oldProperties

CutProperties m_oldProperties

m_showPlot

javax.swing.JCheckBox m_showPlot

m_auto_Key

java.lang.String m_auto_Key

m_autoRun

javax.swing.JCheckBox m_autoRun

Class jas.swingstudio.CutDialogPanel implements Serializable

Serialized Fields

m_width

int m_width

Class jas.swingstudio.CutPropertiesPanel implements Serializable

Serialized Fields

m_dialog

jas.swingstudio.CutPropertiesDialog m_dialog

Class jas.swingstudio.FileError implements Serializable

Class jas.swingstudio.FunctionsMenu implements Serializable

Class jas.swingstudio.GCButton implements Serializable

Serialized Fields

context

PageContext context

Class jas.swingstudio.HTMLPage implements Serializable

Serialized Fields

editorKit

jas.swingstudio.JASHTMLEditorKit editorKit

jep

javax.swing.JEditorPane jep

htmlCommand

jas.swingstudio.HTMLPage.HTMLCommand htmlCommand

urlHistory

jas.swingstudio.HTMLPage.URLHistory urlHistory

app

JavaAnalysisStudio app

Class jas.swingstudio.JASConsoleTextArea implements Serializable

Serialized Fields

lineSeparator

java.lang.String lineSeparator

logFileOpened

boolean logFileOpened

loggingOn

boolean loggingOn

theJASConsoleTabbedPanePopupMenu

javax.swing.JPopupMenu theJASConsoleTabbedPanePopupMenu

logOutput

java.io.FileWriter logOutput

commandProcessor

jas.swingstudio.JASConsoleTextArea.JASConsoleTextAreaCommandProcessor commandProcessor

theScrollPane

jas.swingstudio.JASConsoleScrollPane theScrollPane

Class jas.swingstudio.JASException implements Serializable

Class jas.swingstudio.JASPage implements Serializable

Serialized Fields

m_plots

java.util.Vector m_plots

border

javax.swing.border.Border border

currentPlot

JASHist currentPlot

commandProcessor

jas.swingstudio.JASPage.PageCommandProcessor commandProcessor

ml

java.awt.event.MouseListener ml

Class jas.swingstudio.JASToolbarHolder implements Serializable

Serialized Fields

doNotTouchCheckBoxMenu

boolean doNotTouchCheckBoxMenu

m_applicationToolBar

javax.swing.JToolBar m_applicationToolBar

m_codeToolBar

javax.swing.JToolBar m_codeToolBar

m_jobToolBar

javax.swing.JToolBar m_jobToolBar

m_webToolBar

javax.swing.JToolBar m_webToolBar

m_rebinSlider

javax.swing.JToolBar m_rebinSlider

m_command

jas.swingstudio.JASToolbarHolder.ToolbarCommand m_command

largeIcons

boolean largeIcons

showText

boolean showText

theToolBarPopupMenu

javax.swing.JPopupMenu theToolBarPopupMenu

userProp

UserProperties userProp

Class jas.swingstudio.JavaAnalysisStudio implements Serializable

Serialized Fields

m_extensionLoader

ClassPathLoader m_extensionLoader

m_currentSelection

CommandProcessor m_currentSelection

m_JASConsoleTabbedPane

jas.swingstudio.JASConsoleTabbedPane m_JASConsoleTabbedPane

m_windowManager

jas.swingstudio.WindowManager m_windowManager

m_disconnectedMenuBar

javax.swing.JMenuBar m_disconnectedMenuBar

m_job

jas.swingstudio.JASJob m_job

m_tree

javax.swing.JTree m_tree

m_topBottomSplitPane

jas.swingstudio.JASTopBottomSplitPane m_topBottomSplitPane

m_leftRightSplitPane

jas.swingstudio.JASLeftRightSplitPane m_leftRightSplitPane

m_toolbarHolder

JASToolbarHolder m_toolbarHolder

m_controlPane

javax.swing.JTabbedPane m_controlPane

m_status

jas.swingstudio.StatusBar m_status

m_statusBarVisible

boolean m_statusBarVisible

userProp

UserProperties userProp

nPages

int nPages

m_lastJobs

java.lang.String[] m_lastJobs

m_lastFiles

java.lang.String[] m_lastFiles

m_jasCommand

jas.swingstudio.JavaAnalysisStudio.JASCommand m_jasCommand

m_stopMan

jas.swingstudio.JavaAnalysisStudio.JASStoppableManager m_stopMan

m_homePage

java.net.URL m_homePage

m_noTopBottomSplitPane

boolean m_noTopBottomSplitPane

menuFile

java.lang.String menuFile

pluginmanager

PluginManager pluginmanager

m_lastJobPath_Key

java.lang.String m_lastJobPath_Key

xmb

XMLMenuBuilder xmb

Class jas.swingstudio.JobToolBar implements Serializable

Serialized Fields

combo

javax.swing.JComboBox combo

Class jas.swingstudio.MultiFilePanel implements Serializable

Serialized Fields

m_prop

UserProperties m_prop

ar

jas.swingstudio.MultiFilePanel.FileAddRemovePanel ar

save

javax.swing.JButton save

restore

javax.swing.JButton restore

clear

javax.swing.JButton clear

description

java.lang.String description

borderText

java.lang.String borderText

filter

javax.swing.filechooser.FileFilter filter

key

java.lang.String key

fileList

jas.swingstudio.MultiFilePanel.FileList fileList

Class jas.swingstudio.NotImplemented implements Serializable

Class jas.swingstudio.ProgramPagePopupMenu implements Serializable

Serialized Fields

m_className

java.lang.String m_className

m_load

jas.swingstudio.ProgramPagePopupMenu.LoadMenuItem m_load

Class jas.swingstudio.RebinSlider implements Serializable

Serialized Fields

slider

javax.swing.JSlider slider

text

javax.swing.JTextField text

xy

javax.swing.JComboBox xy

m_model

javax.swing.BoundedRangeModel m_model

xModel

javax.swing.BoundedRangeModel xModel

yModel

javax.swing.BoundedRangeModel yModel

Class jas.swingstudio.RecentFilesMenu implements Serializable

Serialized Fields

m_app

JavaAnalysisStudio m_app

m_prop

UserProperties m_prop

Class jas.swingstudio.RecentItemsMenu implements Serializable

Serialized Fields

m_prop

UserProperties m_prop

m_lengthKey

java.lang.String m_lengthKey

m_lastItems

java.lang.String[] m_lastItems

m_build

boolean m_build

Class jas.swingstudio.RecentJobsMenu implements Serializable

Serialized Fields

m_app

JavaAnalysisStudio m_app

m_prop

UserProperties m_prop

Class jas.swingstudio.SliceMenu implements Serializable

Class jas.swingstudio.SwingStudioIcon implements Serializable

Class jas.swingstudio.WindowMenu implements Serializable

Serialized Fields

m_winMan

jas.swingstudio.WindowManager m_winMan


Package jas.util

Class jas.util.Application implements Serializable

Serialized Fields

m_commandTargetManager

CommandTargetManager m_commandTargetManager

theHelpLocations

java.util.Vector theHelpLocations

debugHelp

boolean debugHelp

m_parent

javax.swing.JFrame m_parent

m_prop

UserProperties m_prop

gopt

GetOptions gopt

hi

HelpInterface hi

Class jas.util.CheckBoxBorderPanel implements Serializable

Serialized Fields

checkbox

javax.swing.JCheckBox checkbox

Class jas.util.ColorChooser implements Serializable

Serialized Fields

m_prop

UserProperties m_prop

m_key

java.lang.String m_key

m_color

java.awt.Color m_color

m_listeners

java.util.Vector m_listeners

Class jas.util.ColorConverter.ColorConversionException implements Serializable

Class jas.util.ColorEvent implements Serializable

Serialized Fields

color

java.awt.Color color

Class jas.util.ColorMenu implements Serializable

Serialized Fields

colorModel

javax.swing.colorchooser.ColorSelectionModel colorModel

group

javax.swing.ButtonGroup group

Class jas.util.CommandInvocationException implements Serializable

Serialized Fields

m_target

java.lang.Throwable m_target

Class jas.util.DateChooser implements Serializable

Serialized Fields

model

jas.util.DateModel model

Class jas.util.ErrorBox implements Serializable

Serialized Fields

m_throw

java.lang.Throwable m_throw

m_details

boolean m_details

m_frame

javax.swing.JFrame m_frame

Class jas.util.FontChooserPanel implements Serializable

Serialized Fields

m_fontSize

SpinBox m_fontSize

m_font

javax.swing.JComboBox m_font

m_bold

javax.swing.JCheckBox m_bold

m_italic

javax.swing.JCheckBox m_italic

Class jas.util.GetOptions.BadArguments implements Serializable

Class jas.util.ImageException implements Serializable

Class jas.util.JASCheckboxMenuItem implements Serializable

Serialized Fields

correspondingToolBarFloating

boolean correspondingToolBarFloating

m_target

BooleanCommandTarget m_target

Class jas.util.JASDialog implements Serializable

Serialized Fields

app

Application app

m_helpTopic

java.lang.String m_helpTopic

m_flags

int m_flags

m_buttonPanel

javax.swing.JPanel m_buttonPanel

m_ok

javax.swing.JButton m_ok

m_cancel

javax.swing.JButton m_cancel

m_apply

javax.swing.JButton m_apply

m_help

javax.swing.JButton m_help

m_result

boolean m_result

m_frame

java.awt.Frame m_frame

m_contentPane

java.awt.Container m_contentPane

Class jas.util.JASEditableComboBox implements Serializable

Serialized Fields

m_minWidth

int m_minWidth

m_maxWidth

int m_maxWidth

m_nItems

int m_nItems

m_dropDownItems

java.lang.String[] m_dropDownItems

m_key

java.lang.String m_key

m_textField

javax.swing.JTextField m_textField

m_changeEvent

javax.swing.event.ChangeEvent m_changeEvent

m_prop

UserProperties m_prop

m_clickDefault

boolean m_clickDefault

Class jas.util.JASIcon implements Serializable

Serialized Fields

m_c

java.lang.Class m_c

m_file

java.lang.String m_file

Class jas.util.JASMenuItem implements Serializable

Serialized Fields

m_target

SimpleCommandTarget m_target

Class jas.util.JASRadioMenuItem implements Serializable

Serialized Fields

m_target

SimpleCommandTarget m_target

Class jas.util.JASTextField implements Serializable

Class jas.util.JASToolBarButton implements Serializable

Serialized Fields

m_target

SimpleCommandTarget m_target

Class jas.util.JASWizard implements Serializable

Serialized Fields

m_frame

javax.swing.JFrame m_frame

m_default

java.awt.Cursor m_default

m_wait

java.awt.Cursor m_wait

m_currentPageHasAmbiguousDefault

boolean m_currentPageHasAmbiguousDefault

m_rootPane

javax.swing.JRootPane m_rootPane

m_contentPane

java.awt.Container m_contentPane

m_wizardPagePanel

javax.swing.JPanel m_wizardPagePanel

m_firstPage

JASWizardPage m_firstPage

m_currentPage

JASWizardPage m_currentPage

m_cancel

javax.swing.JButton m_cancel

m_help

javax.swing.JButton m_help

m_prev

javax.swing.JButton m_prev

m_next

javax.swing.JButton m_next

m_finish

javax.swing.JButton m_finish

m_layout

java.awt.CardLayout m_layout

Class jas.util.JASWizardPage implements Serializable

Serialized Fields

m_prev

JASWizardPage m_prev

m_wizard

JASWizard m_wizard

m_nextWizardPages

JASWizardPage[] m_nextWizardPages

m_isFinishable

boolean m_isFinishable

m_hasNextPages

boolean m_hasNextPages

m_number

java.lang.String m_number

Class jas.util.NestedException implements Serializable

Serialized Fields

detail

java.lang.Throwable detail

Class jas.util.NestedRuntimeException implements Serializable

Serialized Fields

detail

java.lang.Throwable detail

Class jas.util.ObjectFactoryException implements Serializable

Class jas.util.OnScreenPopupMenu implements Serializable

Class jas.util.OpenLocalFilePanel implements Serializable

Serialized Fields

m_lastLocalDirectory_Key

java.lang.String m_lastLocalDirectory_Key

m_fileName

JASEditableComboBox m_fileName

m_browse

javax.swing.JButton m_browse

m_view

javax.swing.JButton m_view

m_gzip

javax.swing.JCheckBox m_gzip

m_prop

UserProperties m_prop

m_filter

javax.swing.filechooser.FileFilter m_filter

Class jas.util.PropertyDialog implements Serializable

Serialized Fields

m_bean

java.lang.Object m_bean

m_tab_manager

javax.swing.JTabbedPane m_tab_manager

m_currentPage

PropertyPage m_currentPage

m_suppressChangeEvents

boolean m_suppressChangeEvents

Class jas.util.PropertyPage implements Serializable

Serialized Fields

m_dlg

PropertySite m_dlg

m_changed

boolean m_changed

m_propertyBindings

java.util.Vector m_propertyBindings

m_innerPropPages

java.util.Vector m_innerPropPages

Class jas.util.ScientificFormat implements Serializable

Serialized Fields

sigDigit

int sigDigit
The number of significant digits the number is formatted to is recorded by sigDigit. The maximum width allowed fro the returned String is recorded by MaxWidth

maxWidth

int maxWidth

SciNote

boolean SciNote

Class jas.util.SciFormatPanel implements Serializable

Serialized Fields

f

ScientificFormat f

WidthLabel

javax.swing.JLabel WidthLabel

SigLabel

javax.swing.JLabel SigLabel

DisplayStyle

javax.swing.JPanel DisplayStyle

PureSci

javax.swing.JRadioButton PureSci

StandardSci

javax.swing.JRadioButton StandardSci

widthdigits

SpinBox widthdigits

sigdigits

SpinBox sigdigits

Class jas.util.SpinBox implements Serializable

Serialized Fields

max

int max

min

int min

value

int value

delay

int delay

valueChanging

boolean valueChanging

field

javax.swing.JTextField field

plus

javax.swing.JButton plus

minus

javax.swing.JButton minus

listener

java.util.Vector listener

Class jas.util.SplashScreen implements Serializable

Serialized Fields

progress

javax.swing.JProgressBar progress

Class jas.util.UserProperties implements Serializable

Serialized Fields

custFile

java.lang.String custFile

Class jas.util.WrappingTextArea implements Serializable

Serialized Fields

m_size

java.awt.Dimension m_size


Package jas.util.border

Class jas.util.border.ShadowBorder implements Serializable

Serialized Fields

NORTHEAST

int NORTHEAST

NORTHWEST

int NORTHWEST

SOUTHEAST

int SOUTHEAST

SOUTHWEST

int SOUTHWEST

size

int size

color

java.awt.Color color

orientation

int orientation


Package jas.util.gui

Class jas.util.gui.JDirectoryChooser implements Serializable

Serialized Fields

model

jas.util.gui.JDirectoryChooser.FileTreeModel model

foo

javax.swing.JFileChooser foo

approve

javax.swing.JButton approve

cancel

javax.swing.JButton cancel

currentDirectory

java.io.File currentDirectory

tree

javax.swing.JTree tree

dialog

javax.swing.JDialog dialog

returnValue

int returnValue


Package jas.util.layout

Class jas.util.layout.PnutsLayout implements Serializable

Serialized Fields

alignmentTable

java.util.Hashtable alignmentTable
alignment table

spanTable

java.util.Hashtable spanTable
span table

padTable

java.util.Hashtable padTable
padx/y table

iPadTable

java.util.Hashtable iPadTable
ipadx/y table

widths

int[] widths

heights

int[] heights

hfit

int[] hfit

vfit

int[] vfit

hfits

int hfits

vfits

int vfits

grid_x

int[] grid_x

grid_y

int[] grid_y

pos_x

int[] pos_x

pos_y

int[] pos_y

psize

java.awt.Dimension psize

valid

boolean valid

align

int align
default align

padx

int padx
default padx

pady

int pady
default pady

ipadx

int ipadx
default ipadx

ipady

int ipady
default ipady

cols

int cols
The number of columns

rows

int rows
The number of rows

xfix

boolean xfix

yfix

boolean yfix

Class jas.util.layout.ToolbarLayout implements Serializable

Serialized Fields

align

int align

hgap

int hgap

vgap

int vgap


Package jas.util.pluginmanager

Class jas.util.pluginmanager.InstallPluginsUI implements Serializable

Serialized Fields

plugins

PluginProperties[] plugins

pluginmanager

PluginManager pluginmanager

pluginmanagerui

PluginManagerUI pluginmanagerui

pluginslist

javax.swing.JList pluginslist

name

javax.swing.JLabel name

author

javax.swing.JLabel author

version

javax.swing.JLabel version

requires

javax.swing.JLabel requires

description

javax.swing.JTextArea description

installUser

javax.swing.JRadioButton installUser

installSystem

javax.swing.JRadioButton installSystem

install

javax.swing.JButton install

installguithread

java.lang.Thread installguithread

c

java.awt.Container c

accessdirs

boolean accessdirs

Class jas.util.pluginmanager.PluginDownloadProgress implements Serializable

Serialized Fields

thread

PluginDownloadThread thread

message

javax.swing.JLabel message

progress

javax.swing.JProgressBar progress

count

int count

done

int done

canceled

boolean canceled

plugins

java.lang.Object[] plugins

path

java.lang.String path

c

java.awt.Container c

Class jas.util.pluginmanager.PluginManagerUI implements Serializable

Serialized Fields

loadedplugins

java.util.Vector loadedplugins

tree

javax.swing.JTree tree

path

javax.swing.JLabel path

name

javax.swing.JLabel name

author

javax.swing.JLabel author

currversion

javax.swing.JLabel currversion

remove

javax.swing.JButton remove

update

javax.swing.JButton update

install

javax.swing.JButton install

pluginmanager

PluginManager pluginmanager

textarea

javax.swing.JTextArea textarea

loadedtree

javax.swing.tree.DefaultMutableTreeNode loadedtree

updatepane

javax.swing.JOptionPane updatepane

c

java.awt.Container c

Class jas.util.pluginmanager.UpdatePluginsUI implements Serializable

Serialized Fields

pluginmanager

PluginManager pluginmanager

pluginmanagerui

PluginManagerUI pluginmanagerui

plugins

PluginProperties[] plugins

pluginslist

javax.swing.JList pluginslist

name

javax.swing.JLabel name

author

javax.swing.JLabel author

currVersion

javax.swing.JLabel currVersion

latestVersion

javax.swing.JLabel latestVersion

requires

javax.swing.JLabel requires

path

javax.swing.JLabel path

description

javax.swing.JTextArea description

update

javax.swing.JButton update

updateguithread

java.lang.Thread updateguithread

c

java.awt.Container c


Package jas.util.rmi

Class jas.util.rmi.RMIDestination implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException

Class jas.util.rmi.RMIEventDelivery implements Serializable

Serialized Fields

swing

boolean swing

edl

java.util.Vector edl

dest

java.util.Vector dest


Package jas.util.tree

Class jas.util.tree.TreeItem implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException


Package jas.util.xml

Class jas.util.xml.JASDOMParser.XMLException implements Serializable

Class jas.util.xml.XMLNodeTraverser.BadXMLException implements Serializable


Package jas.util.xmlmenus

Class jas.util.xmlmenus.XMLMenuBuilder.BadXMLException implements Serializable

Class jas.util.xmlmenus.XMLMenuBuilder.IllegalDefaultClassException implements Serializable