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

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

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

Fields in net.groboclown.util.jplugin.v2 declared as ClassAttributes
private  ClassAttributes ClassWrapper.attribs
           
 

Methods in net.groboclown.util.jplugin.v2 that return ClassAttributes
(package private)  ClassAttributes ClassWrapper.getClassAttributes()
          Package-protected.
 

Methods in net.groboclown.util.jplugin.v2 with parameters of type ClassAttributes
 void ClassAttributes.addAttributes(ClassAttributes ca)
          Adds one set of attributes to the current list of attributes.
 void ClassCollection.addClassAttribute(String className, ClassAttributes ca)
          Add the ClassAttribute to the internal list.
 void ClassWrapper.addAttributes(ClassAttributes ca)
          Adds the given class attributes to the internal list of attributes.
protected  void ClassWrapper.parseAttributes(ClassAttributes ca)
           
 



Written under the LGPL