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

ContextEdit.java

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

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