org.objectweb.jac.aspects.gui
Class ClassChooser

java.lang.Object
  extended byorg.objectweb.jac.aspects.gui.ClassChooser

public class ClassChooser
extends Object

Used to choose a class to instantiate


Constructor Summary
ClassChooser(ClassItem root)
           
 
Method Summary
 ClassItem getChoice()
           
 Vector getChoices()
           
 ClassItem getRoot()
           
 void setChoice(ClassItem cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassChooser

public ClassChooser(ClassItem root)
Method Detail

getRoot

public ClassItem getRoot()

setChoice

public void setChoice(ClassItem cl)

getChoice

public ClassItem getChoice()

getChoices

public Vector getChoices()