Uses of Class
net.groboclown.util.jplugin.v1.ClassAttributes

Packages that use ClassAttributes
net.groboclown.util.jplugin.v1 The jplugin package allows for easy use of "plugins" into your application. 
 

Uses of ClassAttributes in net.groboclown.util.jplugin.v1
 

Fields in net.groboclown.util.jplugin.v1 declared as ClassAttributes
private  ClassAttributes ClassWrapper.attributes
           
 

Methods in net.groboclown.util.jplugin.v1 that return ClassAttributes
 ClassAttributes PropertyList.getAttributes(String name)
           
 ClassAttributes PropertyList.getAttributes(Class clazz)
           
protected static ClassAttributes PropertyList.toClassAttributes(Attributes attr)
           
 

Methods in net.groboclown.util.jplugin.v1 with parameters of type ClassAttributes
protected  void Inspector.addClass(String className, ClassAttributes attr)
           
 void PropertyList.addAttributes(String name, ClassAttributes ca)
           
 void PropertyList.addAttributes(Class clazz, ClassAttributes ca)
           
 void ClassSorter.addClass(Inspector insp, String className, ClassAttributes attr)
           
 void ClassAttributes.addAttributes(ClassAttributes ca)
          Adds one set of attributes to the current list of attributes.
 

Constructors in net.groboclown.util.jplugin.v1 with parameters of type ClassAttributes
ClassWrapper(String className, ClassAttributes ca, Inspector classInspector)
           
ClassAttributes.NoCaseStr(String str)
           
 



Written under the LGPL