Uses of Class
NWNFiles.GFFFile.Field

Packages that use GFFFile.Field
NWNFiles   
 

Uses of GFFFile.Field in NWNFiles
 

Methods in NWNFiles that return GFFFile.Field
 GFFFile.Field GFFFile.Field.clone(GFFFile target)
          Clones the field, the return object should be used in a specific GFFFile object.
 GFFFile.Field GFFFile.Structure.addField(long _type, String _label, Object _data)
          Creates and adds a field to the structures.
 GFFFile.Field GFFFile.Structure.getField(int index)
          REturns the index+1th field.
 GFFFile.Field GFFFile.Structure.getField(String label)
          Returns the field whose label is label.
 

Methods in NWNFiles with parameters of type GFFFile.Field
protected  void GFFFile.addField(GFFFile.Field newField)
           
 GFFFile.Structure GFFFile.addStructure(long type, GFFFile.Field[] fields)
           
 void GFFFile.Structure.addField(GFFFile.Field newField)
          Adds a field to the structures.
 

Constructors in NWNFiles with parameters of type GFFFile.Field
GFFFile.Structure(long _type, GFFFile.Field[] fields)
          Constructs a Structure object.
GFFFile.Structure(long _type, GFFFile _owner, GFFFile.Field[] fields)
          Constructs a Structure object.