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

pure interface of class KheperaTools.ButtonInstrument

The documentated page.
public class ButtonInstrument
  implements Instrument, ActionListener
{
    public void actionPerformed(ActionEvent e);
    public ButtonInstrument(JPanel panel,
                            String pname,
                            int nbparams,
                            byte[] params,
                            int curHandler);
    public void update(byte[] data,
                       int offset);
    public void performUpdateObject();
    public int DataSize();
    public Analyzer createAnalyzer();
    protected class analyzer
      extends Component
      implements Analyzer
}

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