de.jdemo.framework
Interface IDemoSuite

All Superinterfaces:
IDemo
All Known Implementing Classes:
DemoSuite

public interface IDemoSuite
extends IDemo

A IDemoSuite is a Composite of IDemos.

Author:
Markus Gebhard

Method Summary
 IDemo getDemoAt(int index)
          Returns the demo at the given index
 int getDemoCount()
          Returns the number of demos in this suite
 
Methods inherited from interface de.jdemo.framework.IDemo
accept, getName, setName
 

Method Detail

getDemoCount

int getDemoCount()
Returns the number of demos in this suite


getDemoAt

IDemo getDemoAt(int index)
Returns the demo at the given index



JDemo homepage: http://www.jdemo.de
Copyright © 2003-2008 Markus Gebhard. All Rights Reserved.