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

Packages that use VirtualClassItem
org.objectweb.jac.aspects.gui   
org.objectweb.jac.core.rtti   
 

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.