|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package ikayaki |
---|
Class ikayaki.Ikayaki extends JFrame implements Serializable |
---|
Class ikayaki.MeasurementEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
Project project
MeasurementStep step
MeasurementEvent.Type type
Class ikayaki.ProjectEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
Project project
ProjectEvent.Type type
Package ikayaki.gui |
---|
Class ikayaki.gui.AbstractPlot extends JPanel implements Serializable |
---|
Class ikayaki.gui.CalibrationPanel extends ProjectComponent implements Serializable |
---|
Serialized Fields |
---|
ProjectComponent parent
File directory
ProjectExplorerTable calibrationProjectTable
JButton calibrateButton
JPanel calibratePanel
Class ikayaki.gui.ComponentFlasher extends Timer implements Serializable |
---|
Serialized Fields |
---|
JComponent component
Color componentBG
Color flashcolor
Class ikayaki.gui.DeviceSettingsPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
JComboBox magnetometerPort
JComboBox demagnetizerPort
JComboBox handlerPort
JFormattedTextField xAxisCalibration
JFormattedTextField yAxisCalibration
JFormattedTextField zAxisCalibration
JComboBox demagRamp
JComboBox demagDelay
JFormattedTextField acceleration
JFormattedTextField deceleration
JFormattedTextField velocity
JFormattedTextField measurementVelocity
JFormattedTextField transverseYAFPosition
JFormattedTextField axialAFPosition
JFormattedTextField sampleLoadPosition
JFormattedTextField backgroundPosition
JFormattedTextField measurementPosition
JFormattedTextField rotation
JFormattedTextField rotationVelocity
JFormattedTextField rotationAcc
JFormattedTextField rotationDec
JFormattedTextField maximumField
JPanel contentPane
JLabel warningLabel
JButton saveButton
JButton cancelButton
Action saveAction
Action cancelAction
JDialog creator
Class ikayaki.gui.IntensityPlot extends AbstractPlot implements Serializable |
---|
Serialized Fields |
---|
Vector<E> points
Project project
Class ikayaki.gui.MagnetometerStatusPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
MagnetometerStatusPanel.ManualControlsPanel manualControlsPanel
Squid squid
int position
int rotation
boolean moving
boolean rotating
boolean demagnetizing
boolean measuring
int maxposition
int maxrotation
int posMove
int posLeft
int posHome
int posDemagZ
int posDemagY
int posBG
int posMeasure
int posRight
TreeMap<K,V> moveButtons
Class ikayaki.gui.MagnetometerStatusPanel.ManualControlsPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
Project project
ButtonGroup moveButtonGroup
JRadioButton moveLeft
JRadioButton moveHome
JRadioButton moveDemagZ
JRadioButton moveDemagY
JRadioButton moveBG
JRadioButton moveMeasure
JRadioButton moveRight
ButtonGroup rotateButtonGroup
JRadioButton rotate0
JRadioButton rotate90
JRadioButton rotate180
JRadioButton rotate270
JButton measureAllButton
ComponentFlasher measureAllButtonFlasher
String measureAllButtonBaseText
JButton resetAllButton
ComponentFlasher resetAllButtonFlasher
JButton nextLineButton
ComponentFlasher nextLineButtonFlasher
JTextField demagAmplitudeField
JLabel demagAmplitudeLabel
ComponentFlasher demagAmplitudeFieldFlasher
JButton demagButton
ComponentFlasher demagButtonFlasher
String demagButtonBaseText
boolean demagButtonIsY
JButton demagZButton
ComponentFlasher demagZButtonFlasher
JButton demagYButton
ComponentFlasher demagYButtonFlasher
JLabel moveLabel
JLabel rotateLabel
JLabel measureLabel
JLabel demagLabel
Component[] components
Class ikayaki.gui.MainMenuBar extends JMenuBar implements Serializable |
---|
Serialized Fields |
---|
MainViewPanel main
JMenu fileMenu
Action newProject
Action openProject
JMenu openRecentProjectMenu
JMenu exportProjectMenu
Action exportProjectToDAT
Action exportProjectToDTD
Action exportProjectToSRM
Action print
Action printPreview
Action exit
JMenu measurementMenu
Action autoStep
Action singleStep
Action pause
Action abort
JMenu toolsMenu
Action programSettings
Action deviceSettings
JMenu helpMenu
Action help
Action about
Class ikayaki.gui.MainStatusBar extends ProjectComponent implements Serializable |
---|
Serialized Fields |
---|
JLabel measurementStatus
JProgressBar measurementProgress
int[] currentSequence
int projectType
Class ikayaki.gui.MainViewPanel extends ProjectComponent implements Serializable |
---|
Serialized Fields |
---|
Squid squid
Project project
Project latestMeasuringProject
MainMenuBar menuBar
MainStatusBar statusBar
JSplitPane splitPane
ProjectExplorerPanel projectExplorerPanel
CalibrationPanel calibrationPanel
ProjectInformationPanel projectInformationPanel
MeasurementSequencePanel measurementSequencePanel
MeasurementControlsPanel measurementControlsPanel
MeasurementDetailsPanel measurementDetailsPanel
MeasurementGraphsPanel measurementGraphsPanel
Action newProjectAction
Action openProjectAction
Action exportProjectToDATAction
Action exportProjectToDTDAction
Action exportProjectToSRMAction
Action printAction
Action printPreviewAction
Action exitAction
Action programSettingsAction
Action deviceSettingsAction
Action helpAction
Action aboutAction
Class ikayaki.gui.MeasurementControlsPanel extends ProjectComponent implements Serializable |
---|
Serialized Fields |
---|
JButton measureButton
JButton pauseButton
JButton stepButton
JButton abortButton
ComponentFlasher measureButtonFlasher
ComponentFlasher pauseButtonFlasher
ComponentFlasher stepButtonFlasher
ComponentFlasher abortButtonFlasher
ButtonGroup zButtonGroup
JRadioButton zPlusRadioButton
JRadioButton zMinusRadioButton
JPanel sampleInsertPanel
JLabel sampleInsertTextLabel
Icon sampleInsertZPlusIcon
Icon sampleInsertZMinusIcon
JLabel sampleInsertIconLabel
MagnetometerStatusPanel.ManualControlsPanel manualControlsPanel
MagnetometerStatusPanel magnetometerStatusPanel
Action autoStepAction
Action singleStepAction
Action calibrateAction
Action pauseAction
Action abortAction
Class ikayaki.gui.MeasurementDetailsPanel extends ProjectComponent implements Serializable |
---|
Serialized Fields |
---|
JTable detailsTable
MeasurementDetailsPanel.DetailsTableModel detailsTableModel
JTable errorsTable
MeasurementDetailsPanel.ErrorsTableModel errorsTableModel
MeasurementStep step
Class ikayaki.gui.MeasurementGraphsPanel extends ProjectComponent implements Serializable |
---|
Serialized Fields |
---|
Vector<E> plots
JTabbedPane tabs
Class ikayaki.gui.MeasurementSequencePanel extends ProjectComponent implements Serializable |
---|
Serialized Fields |
---|
JTable sequenceTable
MeasurementSequenceTableModel sequenceTableModel
JFormattedTextField sequenceStartField
JFormattedTextField sequenceStepField
JFormattedTextField sequenceStopField
ComponentFlasher sequenceStartFieldFlasher
ComponentFlasher sequenceStepFieldFlasher
ComponentFlasher sequenceStopFieldFlasher
JButton addSequenceButton
JComboBox loadSequenceBox
JLabel stepValueTypeLabel
JLabel sequenceStartLabel
JLabel sequenceStepLabel
JLabel sequenceStopLabel
JLabel loadSequenceLabel
JPanel controlsPane
MeasurementDetailsPanel detailsPanel
Class ikayaki.gui.MeasurementSequenceTableModel extends AbstractTableModel implements Serializable |
---|
Serialized Fields |
---|
Project project
List<E> visibleColumns
List<E> possibleColumns
Class ikayaki.gui.NullableDecimalFormat extends DecimalFormat implements Serializable |
---|
Class ikayaki.gui.PositiveDecimalFormat extends DecimalFormat implements Serializable |
---|
Class ikayaki.gui.PrintPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
JDialog creator
Project project
JPanel contentPane
JPanel printedPanel
JPanel controlPanel
JPanel plot1Panel
JPanel plot2Panel
JPanel plot3Panel
JPanel plot4Panel
AbstractPlot plot1
AbstractPlot plot2
AbstractPlot plot3
AbstractPlot plot4
JTable sequenceTable
TableModel sequenceTableModel
JScrollPane scrollPane
JLabel operator
JLabel volume
JLabel mass
JLabel header
JLabel latitude
JLabel susceptibility
JLabel longitude
JLabel strike
JLabel dip
JLabel qValue
JLabel density
JButton print
JButton cancel
Vector<E> plots
Class ikayaki.gui.ProgramSettingsPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
JDialog creator
JFormattedTextField measurementRotationsField
JComboBox holderCalibrationCombo
JTable sequencesTable
JButton sequencesDeleteButton
JPanel defaultColumnsPane
JButton closeButton
JPanel contentPane
Class ikayaki.gui.ProjectComponent extends JPanel implements Serializable |
---|
Serialized Fields |
---|
Project project
Class ikayaki.gui.ProjectExplorerPanel extends ProjectComponent implements Serializable |
---|
Serialized Fields |
---|
ProjectComponent parent
JPanel browsePanel
JComboBox browserField
FittedComboBoxRenderer browserFieldRenderer
JTextField browserFieldEditor
ComponentFlasher browserFieldFlasher
boolean browserFieldPopupIsAutocomplete
boolean browserFieldUpdatingPopup
JButton browseButton
ProjectExplorerTable explorerTable
JScrollPane explorerTableScrollPane
ProjectExplorerPanel.NewProjectPanel newProjectPanel
LastExecutor autocompleteExecutor
File directory
Class ikayaki.gui.ProjectExplorerTable extends JTable implements Serializable |
---|
Serialized Fields |
---|
ProjectComponent parent
boolean isCalibration
ProjectExplorerTable.ProjectExplorerTableModel explorerTableModel
Comparator<T> explorerTableComparator
Thread projectTypeCacher
File directory
File[] files
int selectedFile
int explorerTableSortColumn
int[] columns
Class ikayaki.gui.ProjectInformationPanel extends ProjectComponent implements Serializable |
---|
Serialized Fields |
---|
ButtonGroup measurementType
JRadioButton measurementTypeAuto
JRadioButton measurementTypeManual
ButtonGroup sampleType
JRadioButton sampleTypeHand
JRadioButton sampleTypeCore
ButtonGroup normalization
JRadioButton normalizationVolume
JRadioButton normalizationMass
JTextField operatorField
JTextField dateField
JTextField rockTypeField
JTextField areaField
JTextField siteField
JTextArea commentArea
JFormattedTextField latitudeField
JFormattedTextField longitudeField
JFormattedTextField strikeField
JFormattedTextField dipField
JFormattedTextField massField
JFormattedTextField volumeField
JFormattedTextField susceptibilityField
JPanel contentPane
boolean propertiesModified
boolean parametersModified
Class ikayaki.gui.SettingsDialog extends JDialog implements Serializable |
---|
Class ikayaki.gui.StereoPlot extends AbstractPlot implements Serializable |
---|
Serialized Fields |
---|
Vector<E> points
Vector<E> incSign
Project project
Class ikayaki.gui.StyledCellEditor extends DefaultCellEditor implements Serializable |
---|
Class ikayaki.gui.StyledTableCellRenderer extends DefaultTableCellRenderer implements Serializable |
---|
Package ikayaki.squid |
---|
Class ikayaki.squid.SerialIOEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
String message
Class ikayaki.squid.SerialIOException extends Exception implements Serializable |
---|
Class ikayaki.squid.SquidFront extends JFrame implements Serializable |
---|
Serialized Fields |
---|
JButton hupdateSettings
JButton hgetStatus
JButton hgetPosition
JButton hgetRotation
JButton hisOK
JButton hmoveToHome
JButton hmoveToDegausserZ
JButton hmoveToDegausserY
JButton hmoveToMeasurement
JButton hmoveToBackground
JButton hmoveToPos
JButton hstop
JButton hrotateTo
JButton hsetOnline
JButton hsetAcceleration
JButton hsetDeceleration
JButton hsetBaseSpeed
JButton hsetVelocity
JButton hsetHoldTime
JButton hsetCrystalFrequence
JButton hstopExecution
JButton hperformSlew
JButton hsetMotorPositive
JButton hsetMotorNegative
JButton hsetSteps
JButton hsetPosition
JButton hgo
JButton hjoin
JButton hverify
JButton hsetPositionRegister
JButton htakeMessage
JButton mupdateSettings
JButton mreset
JButton mresetCounter
JButton mconfigure
JButton mlatchAnalog
JButton mlatchCounter
JButton mgetData
JButton mopenLoop
JButton mclearFlux
JButton mjoin
JButton mreadData
JButton mgetFilters
JButton mgetRange
JButton mgetSlew
JButton mgetLoop
JButton misOK
JButton dupdateSettings
JButton dsetCoil
JButton dsetAmplitude
JButton dexecuteRampUp
JButton dexecuteRampDown
JButton dexecuteRampCycle
JButton ddemagnetizeZ
JButton ddemagnetizeY
JButton dgetRampStatus
JButton dgetRamp
JButton dgetDelay
JButton dgetCoil
JButton dgetAmplitude
JButton disOK
JTextField param1
JTextField param2
JTextField param3
JTextArea handlerLog
JTextArea magnetometerLog
JTextArea degausserLog
JPanel contentPane
Squid squid
JTextField hRawCommand
JButton hRawSend
JTextField dRawCommand
JButton dRawSend
JTextField mRawCommand
JButton mRawSend
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |