stella.omc
Class WifsipGUI

java.lang.Object
  extended by stella.omc.WifsipGUI
All Implemented Interfaces:
ActionListener, EventListener

public class WifsipGUI
extends Object
implements ActionListener

Simple GUI to operate the WIFSIP filter wheel. JB, 07.05.2007


Field Summary
private  JFrame controlFrame
           
private  JPanel controlPanel
           
 String DEFPROPS
           
private  JButton exitButton
           
(package private)  WifsipWheel f
           
private  int ii
           
private  JLabel infoLabel
           
private  int jj
           
private  JLed[] led
           
(package private)  int NUM_BUTTONS
           
private  JButton[] posButton
           
private  JButton reloadParsButton
           
private  boolean ret
           
private  JPanel topPanel
           
 
Constructor Summary
WifsipGUI()
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
private  void addButtonsAndLeds(JPanel panel)
           
private  void addExitButton(JPanel panel)
           
private  void addReloadParsButton(JPanel panel)
           
private  void initWifsip(String prop)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ii

private int ii

jj

private int jj

ret

private boolean ret

DEFPROPS

public String DEFPROPS

NUM_BUTTONS

final int NUM_BUTTONS
See Also:
Constant Field Values

controlFrame

private JFrame controlFrame

topPanel

private JPanel topPanel

controlPanel

private JPanel controlPanel

posButton

private JButton[] posButton

led

private JLed[] led

exitButton

private JButton exitButton

reloadParsButton

private JButton reloadParsButton

infoLabel

private JLabel infoLabel

f

WifsipWheel f
Constructor Detail

WifsipGUI

public WifsipGUI()
Method Detail

initWifsip

private void initWifsip(String prop)

addButtonsAndLeds

private void addButtonsAndLeds(JPanel panel)

addReloadParsButton

private void addReloadParsButton(JPanel panel)

addExitButton

private void addExitButton(JPanel panel)

actionPerformed

public void actionPerformed(ActionEvent evt)
Specified by:
actionPerformed in interface ActionListener

main

public static void main(String[] args)