All Packages Class Hierarchy This Package Previous Next Index
Interface edu.mit.ai.psg.ui.outlines.IOutlineComponentGenerator
- public interface IOutlineComponentGenerator
IOutlineComponentGenerators are used by Outliner to generate a Component
to display an object in the outline (usually a subclass of OutlineTree).
- Author:
- CarlManning, caroma@ai.mit.edu
Copyright (c) 1997, 1998 Massachusetts Institute of Technology
- See Also:
- Outliner
-
generateOutlineComponent(Object)
-
generateOutlineComponent
public abstract Component generateOutlineComponent(Object obj)
All Packages Class Hierarchy This Package Previous Next Index