Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ComponentVisitor.java

Go to the documentation of this file.
00001 
00058 package com.arcle.rmt.j2se.swing.ui;
00059 
00060 import java.awt.Component;
00061 
00068 public interface ComponentVisitor {
00069 
00074     public boolean visitComponent(Component c);
00075 }

Generated on Fri Jun 18 19:51:00 2004 for Arcle Rambutan by doxygen 1.3.5