Uses of Class
de.s42.dl.examples.gui.components.Component
| Package | Description |
|---|---|
| de.s42.dl.examples.gui.components |
-
Uses of Component in de.s42.dl.examples.gui.components
Subclasses of Component in de.s42.dl.examples.gui.components Modifier and Type Class Description classButtonclassLabelclassPanelclassTextComponentclassViewFields in de.s42.dl.examples.gui.components with type parameters of type Component Modifier and Type Field Description protected List<Component>Panel. componentsMethods in de.s42.dl.examples.gui.components that return types with arguments of type Component Modifier and Type Method Description List<Component>Panel. getComponents()Methods in de.s42.dl.examples.gui.components with parameters of type Component Modifier and Type Method Description voidPanel. addChild(String name, Component child)voidPanel. addComponent(Component component)Method parameters in de.s42.dl.examples.gui.components with type arguments of type Component Modifier and Type Method Description voidPanel. setComponents(List<Component> components)