Uses of Class
NWNFiles.GFFFile.Structure

Packages that use GFFFile.Structure
NWNDialogEditorInterface   
NWNFiles   
 

Uses of GFFFile.Structure in NWNDialogEditorInterface
 

Methods in NWNDialogEditorInterface that return GFFFile.Structure
 GFFFile.Structure MainWindow.EditWindow.DialogTreeNode.getNode()
           
 GFFFile.Structure MainWindow.EditWindow.DialogTreeNode.getNodeRef()
           
 

Constructors in NWNDialogEditorInterface with parameters of type GFFFile.Structure
MainWindow.EditWindow.DialogTreeNode(GFFFile.Structure _node, GFFFile.Structure _nodeRef, boolean _isEntry)
          Returns a new TreeNode.
MainWindow.EditWindow.DialogTreeNode(GFFFile.Structure _node, GFFFile.Structure _nodeRef, boolean _isEntry)
          Returns a new TreeNode.
 

Uses of GFFFile.Structure in NWNFiles
 

Methods in NWNFiles that return GFFFile.Structure
 GFFFile.Structure GFFFile.addStructure(long type, GFFFile.Field[] fields)
           
 GFFFile.Structure GFFFile.getStruct(int index)
           
 GFFFile.Structure GFFFile.Field.getOwner()
          Returns the Structure containing the field.
 

Methods in NWNFiles with parameters of type GFFFile.Structure
 void GFFFile.addStructure(GFFFile.Structure newStruct)
           
 void GFFFile.removeStruct(GFFFile.Structure structure)
          Removes a structure from the GFF file.
protected  void GFFFile.Field.setOwner(GFFFile.Structure _owner)
          Sets the structure cotaining the field.
 

Constructors in NWNFiles with parameters of type GFFFile.Structure
GFFFile.Field(long _type, GFFFile.Structure _owner, String _label)
          Constructs a Field object and adds it to the _owner structure.
GFFFile.Field(long _type, GFFFile.Structure _owner, String _label, Object _data)
          Constructs a Field object and adds it to the _owner structure.