Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ikayaki.squid.SquidFront Class Reference

Collaboration diagram for ikayaki.squid.SquidFront:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SquidFront () throws HeadlessException
void setSquid (Squid squid)

Static Public Member Functions

static void main (String[] args)

Package Functions

 [instance initializer]

Private Member Functions

void initRawActions ()
void initHandlerActions ()
void initMagnetometerActions ()
void initDegausserActions ()
void initLogging ()
void $$setupUI ()

Private Attributes

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

Detailed Description

Graphical front-end for using the SQUID Interface's protocol level commands.

Author:
Esko Luontola, Aki Korpua
Deprecated:
This class is not up to date. It is not recommended to use this.

Definition at line 44 of file SquidFront.java.


Constructor & Destructor Documentation

ikayaki.squid.SquidFront.SquidFront  )  throws HeadlessException
 

Definition at line 129 of file SquidFront.java.

References ikayaki.squid.SquidFront.contentPane, ikayaki.squid.SquidFront.initDegausserActions(), ikayaki.squid.SquidFront.initHandlerActions(), ikayaki.squid.SquidFront.initLogging(), ikayaki.squid.SquidFront.initMagnetometerActions(), ikayaki.squid.SquidFront.initRawActions(), ikayaki.squid.Squid.instance, ikayaki.squid.Squid.isOK(), ikayaki.squid.SquidFront.setSquid(), and ikayaki.squid.SquidFront.squid.

Here is the call graph for this function:


Member Function Documentation

void ikayaki.squid.SquidFront.$$setupUI  )  [private]
 

Method generated by IntelliJ IDEA GUI Designer !!! IMPORTANT !!! DO NOT edit this method OR call it in your code!

Definition at line 804 of file SquidFront.java.

ikayaki.squid.SquidFront.[instance initializer]  )  [package]
 

void ikayaki.squid.SquidFront.initDegausserActions  )  [private]
 

Sets ActionListeners for degausser's control buttons.

Definition at line 651 of file SquidFront.java.

Referenced by ikayaki.squid.SquidFront.SquidFront().

void ikayaki.squid.SquidFront.initHandlerActions  )  [private]
 

Sets ActionListeners for handler's control buttons.

Definition at line 225 of file SquidFront.java.

Referenced by ikayaki.squid.SquidFront.SquidFront().

void ikayaki.squid.SquidFront.initLogging  )  [private]
 

Sets anything that is needed for logging to file and to screen.

Definition at line 778 of file SquidFront.java.

Referenced by ikayaki.squid.SquidFront.SquidFront().

void ikayaki.squid.SquidFront.initMagnetometerActions  )  [private]
 

Sets ActionListeners for magnetometer's control buttons.

Definition at line 473 of file SquidFront.java.

Referenced by ikayaki.squid.SquidFront.SquidFront().

void ikayaki.squid.SquidFront.initRawActions  )  [private]
 

Definition at line 188 of file SquidFront.java.

References ikayaki.squid.Squid.getHandler(), ikayaki.squid.SquidFront.hRawCommand, ikayaki.squid.SquidFront.hRawSend, ikayaki.squid.Handler.serialIO, ikayaki.squid.SquidFront.squid, and ikayaki.squid.SerialIO.writeMessage().

Referenced by ikayaki.squid.SquidFront.SquidFront().

Here is the call graph for this function:

static void ikayaki.squid.SquidFront.main String[]  args  )  [static]
 

Definition at line 782 of file SquidFront.java.

void ikayaki.squid.SquidFront.setSquid Squid  squid  ) 
 

Sets the fully initialized Squid interface for the use of the program. Sets the active project the owner of the squid by re-setting the active project.

Parameters:
squid an instance of the Squid.
Exceptions:
NullPointerException if squid is null.
IllegalStateException if the squid has already been set.

Definition at line 178 of file SquidFront.java.

Referenced by ikayaki.squid.SquidFront.SquidFront().


Member Data Documentation

JPanel ikayaki.squid.SquidFront.contentPane [private]
 

Definition at line 118 of file SquidFront.java.

Referenced by ikayaki.squid.SquidFront.SquidFront().

JButton ikayaki.squid.SquidFront.ddemagnetizeY [private]
 

Definition at line 102 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.ddemagnetizeZ [private]
 

Definition at line 101 of file SquidFront.java.

JTextArea ikayaki.squid.SquidFront.degausserLog [private]
 

Definition at line 116 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dexecuteRampCycle [private]
 

Definition at line 100 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dexecuteRampDown [private]
 

Definition at line 99 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dexecuteRampUp [private]
 

Definition at line 98 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dgetAmplitude [private]
 

Definition at line 107 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dgetCoil [private]
 

Definition at line 106 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dgetDelay [private]
 

Definition at line 105 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dgetRamp [private]
 

Definition at line 104 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dgetRampStatus [private]
 

Definition at line 103 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.disOK [private]
 

Definition at line 108 of file SquidFront.java.

JTextField ikayaki.squid.SquidFront.dRawCommand [private]
 

Definition at line 124 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dRawSend [private]
 

Definition at line 125 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dsetAmplitude [private]
 

Definition at line 97 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dsetCoil [private]
 

Definition at line 96 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.dupdateSettings [private]
 

Definition at line 95 of file SquidFront.java.

JTextArea ikayaki.squid.SquidFront.handlerLog [private]
 

Definition at line 114 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hgetPosition [private]
 

Definition at line 48 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hgetRotation [private]
 

Definition at line 49 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hgetStatus [private]
 

Definition at line 47 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hgo [private]
 

Definition at line 72 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hisOK [private]
 

Definition at line 50 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hjoin [private]
 

Definition at line 73 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hmoveToBackground [private]
 

Definition at line 55 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hmoveToDegausserY [private]
 

Definition at line 53 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hmoveToDegausserZ [private]
 

Definition at line 52 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hmoveToHome [private]
 

Definition at line 51 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hmoveToMeasurement [private]
 

Definition at line 54 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hmoveToPos [private]
 

Definition at line 56 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hperformSlew [private]
 

Definition at line 67 of file SquidFront.java.

JTextField ikayaki.squid.SquidFront.hRawCommand [private]
 

Definition at line 122 of file SquidFront.java.

Referenced by ikayaki.squid.SquidFront.initRawActions().

JButton ikayaki.squid.SquidFront.hRawSend [private]
 

Definition at line 123 of file SquidFront.java.

Referenced by ikayaki.squid.SquidFront.initRawActions().

JButton ikayaki.squid.SquidFront.hrotateTo [private]
 

Definition at line 58 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetAcceleration [private]
 

Definition at line 60 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetBaseSpeed [private]
 

Definition at line 62 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetCrystalFrequence [private]
 

Definition at line 65 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetDeceleration [private]
 

Definition at line 61 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetHoldTime [private]
 

Definition at line 64 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetMotorNegative [private]
 

Definition at line 69 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetMotorPositive [private]
 

Definition at line 68 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetOnline [private]
 

Definition at line 59 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetPosition [private]
 

Definition at line 71 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetPositionRegister [private]
 

Definition at line 75 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetSteps [private]
 

Definition at line 70 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hsetVelocity [private]
 

Definition at line 63 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hstop [private]
 

Definition at line 57 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hstopExecution [private]
 

Definition at line 66 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.htakeMessage [private]
 

Definition at line 76 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hupdateSettings [private]
 

Definition at line 46 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.hverify [private]
 

Definition at line 74 of file SquidFront.java.

JTextArea ikayaki.squid.SquidFront.magnetometerLog [private]
 

Definition at line 115 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mclearFlux [private]
 

Definition at line 86 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mconfigure [private]
 

Definition at line 81 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mgetData [private]
 

Definition at line 84 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mgetFilters [private]
 

Definition at line 89 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mgetLoop [private]
 

Definition at line 92 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mgetRange [private]
 

Definition at line 90 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mgetSlew [private]
 

Definition at line 91 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.misOK [private]
 

Definition at line 93 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mjoin [private]
 

Definition at line 87 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mlatchAnalog [private]
 

Definition at line 82 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mlatchCounter [private]
 

Definition at line 83 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mopenLoop [private]
 

Definition at line 85 of file SquidFront.java.

JTextField ikayaki.squid.SquidFront.mRawCommand [private]
 

Definition at line 126 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mRawSend [private]
 

Definition at line 127 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mreadData [private]
 

Definition at line 88 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mreset [private]
 

Definition at line 79 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mresetCounter [private]
 

Definition at line 80 of file SquidFront.java.

JButton ikayaki.squid.SquidFront.mupdateSettings [private]
 

Definition at line 78 of file SquidFront.java.

JTextField ikayaki.squid.SquidFront.param1 [private]
 

Definition at line 110 of file SquidFront.java.

JTextField ikayaki.squid.SquidFront.param2 [private]
 

Definition at line 111 of file SquidFront.java.

JTextField ikayaki.squid.SquidFront.param3 [private]
 

Definition at line 112 of file SquidFront.java.

Squid ikayaki.squid.SquidFront.squid [private]
 

Definition at line 120 of file SquidFront.java.

Referenced by ikayaki.squid.SquidFront.initRawActions(), and ikayaki.squid.SquidFront.SquidFront().


The documentation for this class was generated from the following file:
Generated on Fri May 6 16:01:32 2005 for Squid by  doxygen 1.4.1