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 class
Button
class
Label
class
Panel
class
TextComponent
class
View
Fields in de.s42.dl.examples.gui.components with type parameters of type Component Modifier and Type Field Description protected List<Component>
Panel. components
Methods 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 void
Panel. addChild(String name, Component child)
void
Panel. addComponent(Component component)
Method parameters in de.s42.dl.examples.gui.components with type arguments of type Component Modifier and Type Method Description void
Panel. setComponents(List<Component> components)