Uses of Class
org.mevenide.properties.Element

Packages that use Element
org.mevenide.properties   
 

Uses of Element in org.mevenide.properties
 

Subclasses of Element in org.mevenide.properties
 class Comment
           
 class KeyValuePair
           
 

Methods in org.mevenide.properties with parameters of type Element
 void PropertyModel.addElement(Element el)
          Adds an element to the endo of the file/model.
 void PropertyModel.removeElement(Element el)
          removes the element from model.
 boolean PropertyModel.insertAt(int index, Element el)
          inserts element at designated position.
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.