wtanaka.praya.obj
Interface Fillable

All Known Implementing Classes:
NormalFolder

public interface Fillable

Represents an object that can receive a bunch of Objs. Folders and trash bins are good examples of this. Any object that implements this is viewed as a folder in the displays, and any object that does not implement this is viewed as a message.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/03 07:17:28 $
Author:
$Author: wtanaka $

Method Summary
 void add(Obj a)
           
 Obj getChildAt(int i)
           
 int getNumChildren()
           
 

Method Detail

add

public void add(Obj a)

getChildAt

public Obj getChildAt(int i)

getNumChildren

public int getNumChildren()