Uses of Class
com.vuze.plugins.mlab.tools.ndt.swingemu.Component
-
Packages that use 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 classJAppletclassJButtonclassJCheckBoxclassJComboBoxclassJFrameclassJLabelclassJPanelclassJProgressBarclassJScrollPaneclassJSpinnerclassJTextAreaclassJTextPaneclassPanelMethods in com.vuze.plugins.mlab.tools.ndt.swingemu that return Component Modifier and Type Method Description static ComponentBorderFactory. createTitledBorder(String str)Methods in com.vuze.plugins.mlab.tools.ndt.swingemu with parameters of type Component Modifier and Type Method Description voidComponent. add(int i, Component c)voidComponent. add(Component c)voidComponent. add(String str, Component c)voidJPanel. add(Component c)voidJPanel. add(String str, Component c)voidJTextPane. insertComponent(Component comp)voidPanel. remove(Component c)voidComponent. 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 classNewFrameUtility class that creates a new "Frame" with a window closing functionality.classResultsTextPaneclassStatusPanelClass that displays status of tests being run.classTcpbw100Main 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 voidResultsTextPane. insertComponent(Component paramCompObj)JTextPane method to insert a component into the document as a replacement for currently selected content.
-