Uses of Class
holoedit.functions.Field

Packages that use Field
holoedit.functions   
 

Uses of Field in holoedit.functions
 

Fields in holoedit.functions with type parameters of type Field
private  java.util.Vector<Field> Algorithm.fields
           
 

Methods in holoedit.functions that return types with arguments of type Field
 java.util.Vector<Field> Algorithm.getFields()
           
 

Methods in holoedit.functions with parameters of type Field
 void Algorithm.addField(Field f)
           
 

Method parameters in holoedit.functions with type arguments of type Field
 void Algorithm.setFields(java.util.Vector<Field> f)