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 |
class |
JButton |
class |
JCheckBox |
class |
JComboBox |
class |
JFrame |
class |
JLabel |
class |
JPanel |
class |
JProgressBar |
class |
JScrollPane |
class |
JSpinner |
class |
JTextArea |
class |
JTextPane |
class |
Panel |
Modifier and Type | Method and Description |
---|---|
static Component |
BorderFactory.createTitledBorder(String str) |
Modifier and Type | Method and Description |
---|---|
void |
JPanel.add(Component c) |
void |
Component.add(Component c) |
void |
Component.add(int i,
Component c) |
void |
JPanel.add(String str,
Component c) |
void |
Component.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 |
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.
|