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

public class KheperaTools.BooleanInstrument

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

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

Constuctor Index

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

Methods

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

Inner Class Index

O analyzer

Constructors

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

Methods

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

O actionPerformed

public void actionPerformed(ActionEvent e);

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.BooleanInstrument.html