Uses of Class
NWNFiles.NWNFilesExceptions.NameTooLong

Packages that use NameTooLong
NWNDialogEditorInterface   
NWNFiles   
 

Uses of NameTooLong in NWNDialogEditorInterface
 

Methods in NWNDialogEditorInterface that throw NameTooLong
protected  void MainWindow.EditWindow.init()
          Initializes the edit zone.
 

Constructors in NWNDialogEditorInterface that throw NameTooLong
MainWindow.EditWindow(MainWindow _owner)
           
MainWindow.EditWindow(MainWindow _owner, boolean isDoubleBuffered)
           
MainWindow.EditWindow(MainWindow _owner, File _dialogFile)
           
MainWindow.EditWindow(MainWindow _owner, LayoutManager layout)
           
MainWindow.EditWindow(MainWindow _owner, LayoutManager layout, boolean isDoubleBuffered)
           
 

Uses of NameTooLong in NWNFiles
 

Methods in NWNFiles that throw NameTooLong
 void GFFFile.load(File file)
           
 void GFFFile.Field.setLabel(String label)
          Sets the label of the field.
 GFFFile.Field GFFFile.Structure.addField(long _type, String _label, Object _data)
          Creates and adds a field to the structures.
protected  void ERFResourceEntry.setFileName(String _fileName)
           Does ...
 ERFResourceEntry ERFFile.addFile(File filePath)
           Does ...
 void ERFFile.load(File filePath)
           
 

Constructors in NWNFiles that throw NameTooLong
GFFFile(File file)
          Constructs a GFFFile object.
GFFFile(File file, Observer observer)
          Constructs a GFFFile object.
GFFFile.Field(long _type, String _label, Object _data)
          Constructs a Field object.
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.
ERFFile(File filePath)
           Does ...
ERFFile(File filePath, Observer observer)