Public Member Functions | |
acssampPanel () | |
acssampPanel (Launcher launcher, LauncherEnvironment env, JFrame owner) | |
acssampPanel (Launcher launcher, LauncherEnvironment env, Desktop desk, JInternalFrame owner) | |
acssampPanel (Launcher launcher, LauncherEnvironment env, JApplet owner) | |
AbeansEngine | getAbeansEngine () |
void | configACSClient () |
void | userInitializeGUI () |
void | userInitializePlugIns () |
Static Public Member Functions | |
void | main (String args[]) |
Private Member Functions | |
void | initComponents () |
void | buttonPauseActionPerformed (java.awt.event.ActionEvent evt) |
void | buttonContinueActionPerformed (java.awt.event.ActionEvent evt) |
void | buttonStopActionPerformed (java.awt.event.ActionEvent evt) |
void | buttonSampleActionPerformed (java.awt.event.ActionEvent evt) |
Private Attributes | |
SampObj | obj |
ACSAbeansEngine | engine |
acssampGUIConsumer | ncObj |
TrendDataModel | model |
List< String > | listSampObj |
ComponentClient | myClient = null |
javax.swing.JButton | buttonContinue |
javax.swing.JButton | buttonPause |
javax.swing.JButton | buttonSample |
javax.swing.JButton | buttonStop |
javax.swing.JLabel | labelComponent |
javax.swing.JLabel | labelFrequency |
javax.swing.JLabel | labelProperty |
javax.swing.JLabel | labelRate |
alma.acssamp.abeans.Samp | samp1 |
com.cosylab.gui.components.spikechart.DecoratedChart | spike1 |
javax.swing.JTextField | textComponent |
javax.swing.JTextField | textFrequency |
javax.swing.JTextField | textProperty |
javax.swing.JTextField | textRate |
|
Creates a new instance of this class. The default no-arg constructor may be used only by visual builders to instantiate an instance of launchable panel. During run-time spcific constructor must be used.
|
|
Creates a new instance of this class that will reside in a
|
|
Creates a new instance of this class that will reside inside a
|
|
Creates a new instance of this class that will reside inside an applet in a web browser.
|
|
|
|
|
|
|
|
|
|
Configures the simple client. |
|
|
|
This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor. |
|
The main entry point for every Java application. |
|
This method is called by the Abeans framework at initialization. |
|
This method initializes the standard Abeans plugins. |
|
|
|
|
|
|
|
|
|
ACS Abeans engined used by this application. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|