| Package | Description |
|---|---|
| com.vuze.plugins.mlab.tools.ndt.swingemu | Vuze/BiglyBT Swing stub layer for M-Lab Network Diagnostic Tool (NDT) Applet. |
| edu.internet2.ndt | The M-Lab Web100 Network Diagnostic Tool (NDT) Java Applet
Version 3.7.0.2 (May 20, 2015)
From: GitHub. |
| Modifier and Type | Class and Description |
|---|---|
class | JAppletEmulation of javax.swing.JApplet for the NDT (Network Diagnostic Tool) plugin. |
class | JButtonEmulation of javax.swing.JButton for the NDT (Network Diagnostic Tool) plugin. |
class | JCheckBoxEmulation of javax.swing.JCheckBox for the NDT (Network Diagnostic Tool) plugin. |
class | JComboBoxEmulation of javax.swing.JComboBox for the NDT (Network Diagnostic Tool) plugin. |
class | JFrameEmulation of javax.swing.JFrame for the NDT (Network Diagnostic Tool) plugin. |
class | JLabelEmulation of javax.swing.JLabel for the NDT (Network Diagnostic Tool) plugin. |
class | JPanelEmulation of javax.swing.JPanel for the NDT (Network Diagnostic Tool) plugin. |
class | JProgressBarEmulation of javax.swing.JProgressBar for the NDT (Network Diagnostic Tool) plugin. |
class | JScrollPaneEmulation of javax.swing.JScrollPane for the NDT (Network Diagnostic Tool) plugin. |
class | JSpinnerEmulation of javax.swing.JSpinner for the NDT (Network Diagnostic Tool) plugin. |
class | JTextAreaEmulation of javax.swing.JTextArea for the NDT (Network Diagnostic Tool) plugin. |
class | JTextPaneEmulation of javax.swing.JTextPane for the NDT (Network Diagnostic Tool) plugin. |
class | PanelEmulation of java.awt.Panel for the NDT (Network Diagnostic Tool) plugin. |
| Modifier and Type | Method and Description |
|---|---|
static Component | BorderFactory.createTitledBorder(String str)Create a titled border stub. |
| Modifier and Type | Method and Description |
|---|---|
void | Component.add(Component c)No-op stub. |
void | JPanel.add(Component c) |
void | Component.add(int i,
Component c)No-op stub. |
void | Component.add(String str,
Component c)No-op stub. |
void | JPanel.add(String str,
Component c) |
void | JTextPane.insertComponent(Component comp)Insert a component (no-op). |
void | Panel.remove(Component c)Remove a component from the panel (no-op in emulation). |
void | Component.setBorder(Component c)No-op stub. |
| Constructor and Description |
|---|
BoxLayout(Component c,
int i)Create a new BoxLayout. |
JScrollPane(Component p)Constructor. |
| Modifier and Type | Class and Description |
|---|---|
class | NewFrameUtility class that creates a new "Frame" with a window closing functionality. |
class | ResultsTextPaneText pane component used as the chief results window that summarizes test results. |
class | StatusPanelStatusPanel. |
class | Tcpbw100Main Applet class that creates UI, defines tests and interprets results from the tests. |
| Modifier and Type | Method and Description |
|---|---|
void | ResultsTextPane.insertComponent(Component paramCompObj)JTextPane method to insert a component into the document as a replacement
for currently selected content. |