|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
stella.net.JPilar3
public class JPilar3
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use. If Jigloo is being used commercially (ie, by a corporation, company or business for any purpose whatever) then you should purchase a license for each developer using Jigloo. Please visit www.cloudgarden.com for details. Use of Jigloo implies acceptance of these licensing terms. A COMMERCIAL LICENSE HAS NOT BEEN PURCHASED FOR THIS MACHINE, SO JIGLOO OR THIS CODE CANNOT BE USED LEGALLY FOR ANY CORPORATE OR COMMERCIAL PURPOSE.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JFrame |
|---|
JFrame.AccessibleJFrame |
| Nested classes/interfaces inherited from class java.awt.Frame |
|---|
Frame.AccessibleAWTFrame |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
private JButton |
abortTelescope
|
private JTextField |
altInput
|
private JLabel |
altLabel
|
private JLabel |
altOff
|
private JTextField |
altOffInput
|
private JTextField |
azInput
|
private JLabel |
azOff
|
private JTextField |
azOffInput
|
private JButton |
clearErrors
|
private JTextField |
deInput
|
private JLabel |
deLabel
|
private JButton |
exitTelescope
|
private JTextField |
focusInput
|
private JLabel |
focusLabel
|
private JLabel |
infoLabel
|
private JTextArea |
infos
|
private JButton |
initTelescope
|
private JLabel |
jLabel4
|
private JPanel |
mainPanel
|
private JButton |
moveTelescopeAltAz
|
private JButton |
moveTelescopeRaDec
|
private static String |
newline
|
private JButton |
offsetTelescope
|
private JButton |
parkTelescope
|
private Pilar3Socket |
pilar
|
private JTextField |
raInput
|
private JLabel |
raLabel
|
private static long |
serialVersionUID
|
private JButton |
setFocus
|
private JToggleButton |
toggleCloseCover
|
private JToggleButton |
toggleStartTracking
|
| Fields inherited from class javax.swing.JFrame |
|---|
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
|---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
JPilar3(String arg)
|
|
| Method Summary | |
|---|---|
private void |
abortTelescopeActionPerformed(ActionEvent evt)
Abort telescope action. |
private void |
clearErrorsActionPerformed(ActionEvent evt)
Clear telescope error action. |
private void |
enableGUI(boolean what)
Enable or disable GUI. |
private void |
exitTelescopeActionPerformed(ActionEvent evt)
Exit telescope action. |
private void |
initGUI()
|
private void |
initTelescopeActionPerformed(ActionEvent evt)
Init telescope action. |
static void |
main(String[] args)
Auto-generated main method to display this JFrame |
private void |
moveTelescopeAltAzActionPerformed(ActionEvent evt)
Move telescope ALT/AZ action. |
private void |
moveTelescopeRaDecActionPerformed(ActionEvent evt)
Move telescope RA/DEC action. |
private void |
offsetTelescopeActionPerformed(ActionEvent evt)
Offset telescope action. |
private void |
parkTelescopeActionPerformed(ActionEvent evt)
Park telescope action. |
private void |
setFocusActionPerformed(ActionEvent evt)
Focus setting action. |
private void |
toggleCoverActionPerformed(ActionEvent evt)
Toggle mirror cover action. |
private void |
toggleStartTrackingActionPerformed(ActionEvent evt)
Toggle tracking action. |
| Methods inherited from class java.awt.Frame |
|---|
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
|---|
getFont, postEvent |
| Field Detail |
|---|
private static final long serialVersionUID
private static String newline
private Pilar3Socket pilar
private JButton initTelescope
private JLabel jLabel4
private JTextField azInput
private JTextField altInput
private JButton setFocus
private JToggleButton toggleStartTracking
private JLabel focusLabel
private JButton exitTelescope
private JToggleButton toggleCloseCover
private JLabel altLabel
private JButton moveTelescopeAltAz
private JTextField focusInput
private JLabel infoLabel
private JTextArea infos
private JButton clearErrors
private JButton abortTelescope
private JTextField azOffInput
private JLabel azOff
private JTextField altOffInput
private JLabel altOff
private JButton parkTelescope
private JButton moveTelescopeRaDec
private JTextField raInput
private JPanel mainPanel
private JButton offsetTelescope
private JTextField deInput
private JLabel deLabel
private JLabel raLabel
| Constructor Detail |
|---|
public JPilar3(String arg)
| Method Detail |
|---|
public static void main(String[] args)
private void initGUI()
private void enableGUI(boolean what)
what - true to enable, false to disable the GUI.private void exitTelescopeActionPerformed(ActionEvent evt)
evt - private void abortTelescopeActionPerformed(ActionEvent evt)
evt - private void setFocusActionPerformed(ActionEvent evt)
evt - private void clearErrorsActionPerformed(ActionEvent evt)
evt - private void initTelescopeActionPerformed(ActionEvent evt)
evt - private void moveTelescopeRaDecActionPerformed(ActionEvent evt)
evt - private void moveTelescopeAltAzActionPerformed(ActionEvent evt)
evt - private void offsetTelescopeActionPerformed(ActionEvent evt)
evt - private void toggleCoverActionPerformed(ActionEvent evt)
evt - private void toggleStartTrackingActionPerformed(ActionEvent evt)
evt - private void parkTelescopeActionPerformed(ActionEvent evt)
evt -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||