|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SubComponent<T>
Classes that implement this interface are components/containers that can react to a selection of a certain sub-component, which might be anything.
| Method Summary | |
|---|---|
Class<T> |
respondTo()
Returns the class this subcomponent responds to. |
boolean |
selectSub(T key)
Select the sub-component with this key. |
| Method Detail |
|---|
Class<T> respondTo()
boolean selectSub(T key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||