| 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 |
JApplet
Emulation of javax.swing.JApplet for the NDT (Network Diagnostic Tool) plugin.
|
class |
JButton
Emulation of javax.swing.JButton for the NDT (Network Diagnostic Tool) plugin.
|
class |
JCheckBox
Emulation of javax.swing.JCheckBox for the NDT (Network Diagnostic Tool) plugin.
|
class |
JComboBox
Emulation of javax.swing.JComboBox for the NDT (Network Diagnostic Tool) plugin.
|
class |
JFrame
Emulation of javax.swing.JFrame for the NDT (Network Diagnostic Tool) plugin.
|
class |
JLabel
Emulation of javax.swing.JLabel for the NDT (Network Diagnostic Tool) plugin.
|
class |
JPanel
Emulation of javax.swing.JPanel for the NDT (Network Diagnostic Tool) plugin.
|
class |
JProgressBar
Emulation of javax.swing.JProgressBar for the NDT (Network Diagnostic Tool) plugin.
|
class |
JScrollPane
Emulation of javax.swing.JScrollPane for the NDT (Network Diagnostic Tool) plugin.
|
class |
JSpinner
Emulation of javax.swing.JSpinner for the NDT (Network Diagnostic Tool) plugin.
|
class |
JTextArea
Emulation of javax.swing.JTextArea for the NDT (Network Diagnostic Tool) plugin.
|
class |
JTextPane
Emulation of javax.swing.JTextPane for the NDT (Network Diagnostic Tool) plugin.
|
class |
Panel
Emulation of java.awt.Panel for the NDT (Network Diagnostic Tool) plugin.
|
| Modifier and Type | Method and Description |
|---|---|
static Component |
BorderFactory.createTitledBorder(String str) |
| Modifier and Type | Method and Description |
|---|---|
void |
Component.add(Component c) |
void |
JPanel.add(Component c) |
void |
Component.add(int i,
Component c) |
void |
Component.add(String str,
Component c) |
void |
JPanel.add(String str,
Component c) |
void |
JTextPane.insertComponent(Component comp) |
void |
Panel.remove(Component c) |
void |
Component.setBorder(Component c) |
| Constructor and Description |
|---|
BoxLayout(Component c,
int i) |
JScrollPane(Component p) |
| Modifier and Type | Class and Description |
|---|---|
class |
NewFrame
Utility class that creates a new "Frame" with a window closing functionality.
|
class |
ResultsTextPane
Text pane component used as the chief results window that summarizes test results.
|
class |
StatusPanel
Class that displays status of tests being run.
|
class |
Tcpbw100
Main 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.
|