org.formaria.aria
Interface CompositeComponent

All Known Implementing Classes:
Accordian, RollupBar

public interface CompositeComponent

An interface used for composite components, providing some additional information at runtime to the editor

Copyright (c) Formaria Ltd., 2008

License: see license.txt


Method Summary
 java.awt.Component getContentComponent(int idx)
          Get a nested component
 int getContentComponentCount()
          Get the count of the nested components
 

Method Detail

getContentComponentCount

int getContentComponentCount()
Get the count of the nested components

Returns:
the component count

getContentComponent

java.awt.Component getContentComponent(int idx)
Get a nested component

Parameters:
the - index of the nested component
Returns:
the specified component