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

TaxonomyEdit.java

Go to the documentation of this file.
00001 
00066 package com.arcle.rmt.superwaba.vc.rqml;
00067 
00068 import com.arcle.rmt.xplat.util.List;
00069 
00070 
00071 
00079 public class TaxonomyEdit extends FirstClassEdit {
00080     public TaxonomyEdit(TaxonomyEditController ctrl) {
00081         super(ctrl, "Taxonomy");
00082     }
00083 
00084     protected List createPanels()  {
00085         List panels = super.createPanels();
00086         panels.add(new TaxonomyAttributes());
00087         return panels;
00088     }
00089 }

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