[all packages] [package KheperaTools] [class hierarchy] [index]

public class KheperaTools.ButtonInstrument

(source file: KheperaTools/ButtonInstrument.java)
java.lang.Object
   |
   +----KheperaTools.ButtonInstrument

The pure class interface.
public class ButtonInstrument
  implements Instrument, ActionListener

Constuctor Index

O ButtonInstrument(JPanel, String, int, byte[], int)

Methods

O DataSize()
O actionPerformed(ActionEvent)
O createAnalyzer()
O performUpdateObject()
O update(byte[], int)

Inner Class Index

O analyzer

Constructors

O ButtonInstrument
public ButtonInstrument(JPanel panel,
                        String pname,
                        int nbparams,
                        byte[] params,
                        int curHandler);

Methods

O actionPerformed
public void actionPerformed(ActionEvent e);

O update

public void update(byte[] data,
                   int offset);

O performUpdateObject

public void performUpdateObject();

O DataSize

public int DataSize();

O createAnalyzer

public Analyzer createAnalyzer();

Inner Classes

O protected class analyzer
protected class analyzer
  extends Component
  implements Analyzer


[all packages] [package KheperaTools] [class hierarchy] [index]
KheperaTools.ButtonInstrument.html