KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tonbeller > wcf > popup > GroupItem


1 /*
2  * Copyright (c) 1971-2003 TONBELLER AG, Bensheim.
3  * All rights reserved.
4  */

5 package com.tonbeller.wcf.popup;
6
7 import java.util.List JavaDoc;
8
9 public interface GroupItem extends Item {
10   List JavaDoc getChildren();
11 }
12
Popular Tags