Package | Description |
---|---|
org.jlab.coda.emu | |
org.jlab.coda.emu.support.codaComponent | |
org.jlab.coda.emu.support.ui |
Modifier and Type | Class and Description |
---|---|
class |
Emu
This is the main class of the EMU (Event Management Unit) program.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CODAComponent
This interface describes a component in the CODA run control system.
|
Modifier and Type | Class and Description |
---|---|
protected class |
EMUCommander.CommandHandler
Defines code to execute depending on command used.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
SmartToolbar.addButtonListener(CommandAcceptor target,
javax.swing.JButton tbb,
javax.swing.JTextField textField)
Each time the given button is pressed, the target object posts or
executes the command associated with the button.
|
void |
SmartToolbar.configure(CommandAcceptor target,
int guiGroup)
Method configure ...
|