Uses of Class
com.vuze.plugins.mlab.tools.ndt.swingemu.Component
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.
|
-
Uses of Component in com.vuze.plugins.mlab.tools.ndt.swingemu
Subclasses of Component in com.vuze.plugins.mlab.tools.ndt.swingemu Modifier and Type Class 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
Methods in com.vuze.plugins.mlab.tools.ndt.swingemu that return Component Modifier and Type Method Description static Component
BorderFactory. createTitledBorder(String str)
Methods in com.vuze.plugins.mlab.tools.ndt.swingemu with parameters of type Component Modifier and Type Method Description void
Component. add(int i, Component c)
void
Component. add(Component c)
void
Component. add(String str, Component c)
void
JPanel. add(Component c)
void
JPanel. add(String str, Component c)
void
JTextPane. insertComponent(Component comp)
void
Panel. remove(Component c)
void
Component. setBorder(Component c)
Constructors in com.vuze.plugins.mlab.tools.ndt.swingemu with parameters of type Component Constructor Description BoxLayout(Component c, int i)
JScrollPane(Component p)
-
Uses of Component in edu.internet2.ndt
Subclasses of Component in edu.internet2.ndt Modifier and Type Class 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.Methods in edu.internet2.ndt with parameters of type Component Modifier and Type Method Description void
ResultsTextPane. insertComponent(Component paramCompObj)
JTextPane method to insert a component into the document as a replacement for currently selected content.