- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
- Parameters
-
Definition at line 28 of file ComponentIterator.java.
◆ ComponentIterator()
Definition at line 32 of file ComponentIterator.java.
33 this.jclass = (Class<T>) ((ParameterizedType) getClass()
34 .getGenericSuperclass()).getActualTypeArguments()[0];
final void checkComponent(Component comp)
◆ checkComponent()
Definition at line 38 of file ComponentIterator.java.
39 if(jclass.isAssignableFrom(comp.getClass())) {
42 for(Object obj : comp.getChildren()) {
43 if(obj instanceof Component) {
abstract void doComponent(T component)
◆ doComponent()
The documentation for this class was generated from the following file: