jview
Interface SubComponent<T>

All Known Implementing Classes:
JObjectComponent

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

respondTo

Class<T> respondTo()
Returns the class this subcomponent responds to.


selectSub

boolean selectSub(T key)
Select the sub-component with this key. Return true on success.