Uses of Class
org.objectweb.jac.core.rtti.VirtualClassItem

Packages that use VirtualClassItem
org.objectweb.jac.aspects.gui Provides a simple and generic GUI (Graphical User Interface) aspect. 
org.objectweb.jac.core.rtti Provides an aspect that contructs some RTTI (Run-Time Type Informations) for the classes that need it on the top of a structural metamodel (extending java.lang.reflect). 
 

Uses of VirtualClassItem in org.objectweb.jac.aspects.gui
 

Methods in org.objectweb.jac.aspects.gui with parameters of type VirtualClassItem
 void GuiAC.setDefaultEditorWidth(VirtualClassItem type, Length width)
           
 void GuiAC.setDefaultEditorHeight(VirtualClassItem type, Length height)
           
 void FieldAppearenceGuiConf.setDefaultEditorWidth(VirtualClassItem type, Length width)
          Sets the default editor width for value of a given type.
 void FieldAppearenceGuiConf.setDefaultEditorHeight(VirtualClassItem type, Length height)
          Sets the default editor height for value of a given type.
 

Uses of VirtualClassItem in org.objectweb.jac.core.rtti
 

Methods in org.objectweb.jac.core.rtti that return VirtualClassItem
 VirtualClassItem ClassRepository.getVirtualClassStrict(String name)
          Returns a VirtualClassItem from its name.