Uses of Class
planetj.database.fielddescriptors.FieldDescriptorCollection

Packages that use FieldDescriptorCollection
planetj.database   
planetj.database.fielddescriptors   
 

Uses of FieldDescriptorCollection in planetj.database
 

Methods in planetj.database that return FieldDescriptorCollection
 FieldDescriptorCollection Table.getFieldDescriptorCollection()
          Returns a Map of FieldDescriptors for this table.
 FieldDescriptorCollection Table.getFieldDescriptorCollection(boolean pCreate)
          Returns a Map of FieldDescriptors for this table.
 FieldDescriptorCollection RowCollection.getFieldDescriptorCollection()
          Deprecated. This method returns all field descriptors in the table, including those which are not in this RowCollection. In addition, only field descriptors in the first table are returned.
 FieldDescriptorCollection RowCollection.getFieldDescriptorCollection(Table pTable)
          Deprecated. Use Table.getFieldDescriptorCollection() instead
 

Uses of FieldDescriptorCollection in planetj.database.fielddescriptors
 

Methods in planetj.database.fielddescriptors that return FieldDescriptorCollection
static FieldDescriptorCollection FieldDescriptorManager.clearFieldDescriptors(Table table)
          Removes all FieldDescriptors for all systems.
static FieldDescriptorCollection FieldDescriptorManager.getFieldDescriptors(Table pTable)
          Returns a map of FieldDescriptors created for the given Table.
static FieldDescriptorCollection FieldDescriptorManager.getFieldDescriptors(Table pTable, boolean pCheckFieldDataFile)
          Returns a map of FieldDescriptors created for the given Table.
 FieldDescriptorCollection FieldDescriptorCollection.invalidFieldDescriptors()
          Sets all FieldDescriptors to invalid (or not current).