Uses of Class
org.jmol.awtjs.swing.Component
Packages that use Component
-
Uses of Component in jspecview.js2d
Subclasses of Component in jspecview.js2dModifier and TypeClassDescriptionclass
just a class I made to separate the construction of the AnnotationDialogs from their use -
Uses of Component in org.jmol.awtjs.swing
Subclasses of Component in org.jmol.awtjs.swingModifier and TypeClassDescriptionclass
class
class
class
class
class
JComboBox<T>
class
class
class
There is really no need here for awt.Dialog.class
A simple implementation of a Swing JTextPane.class
class
class
class
class
class
class
class
class
class
class
A simple implementation of a Swing JTextPane.Fields in org.jmol.awtjs.swing with type parameters of type ComponentMethods in org.jmol.awtjs.swing that return ComponentModifier and TypeMethodDescriptionprotected Component
Container.addComponent
(Component component) Container.getComponent
(int i) Container.getComponents()
JMenu.getItem
(int i) protected Component
Container.insertComponent
(Component component, int index) Methods in org.jmol.awtjs.swing with parameters of type ComponentModifier and TypeMethodDescriptionprotected Component
Container.addComponent
(Component component) void
Remove this component's HTML5 equivalent and clear references to it.protected Component
Container.insertComponent
(Component component, int index) void
Set c's id to a unique identifier and add it to an associative array that will associate that id with c.void
The HTML for this dialog has been generated.void
SwingController.setSelected
(Component chk) Convey to the HTML object that this check box's selection has been changed.void
SwingController.setSelectedIndex
(Component cmb) Convey to the HTML object that this combo box's selected item has been changed.void
SwingController.setVisible
(Component c) Convey to the HTML object that this component's text has been changed.void