merlinvn / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

API Incomplete #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The API have:
public ControllerInterface[] getControllerList()

But not:
public GroupGroup[] getGroupList()

We need the array of groups for easy operate with them.

What version of the product are you using? On what operating system?
0.5.4 

Thanks!

Original issue reported on code.google.com by nolagri...@gmail.com on 11 Sep 2011 at 1:12

GoogleCodeExporter commented 8 years ago
adding controlP5.getAll(Class<T>) which allows to request for all Controllers 
or ControllerGroups specified by parameter Class<T> for example 
controlP5.getAll(ControllerGroup.class) returns a List with all 
ControllerGroups currently available. 

Original comment by soj...@gmail.com on 7 Oct 2011 at 1:28