Uses of Class
de.fesenmeyer.dbnormalizer.core.AbstractDBItem

Packages that use AbstractDBItem
de.fesenmeyer.dbnormalizer.core The top-level package of the core logic, which contains the fundamental classes of DBNormalizer. 
de.fesenmeyer.dbnormalizer.gui The top-level package of the GUI, which is implemented in Swing. 
 

Uses of AbstractDBItem in de.fesenmeyer.dbnormalizer.core
 

Subclasses of AbstractDBItem in de.fesenmeyer.dbnormalizer.core
 class CandKey
          Class representing a candidate key of a table.
 class FD
          This class represents a Functional Dependency (FD).
 class FK
          This class represents a Foreign Key relationship (FK) between two tables.
 class Key
          Abstract base class for keys of a table.
 class PK
          Class representing a primary key of a table.
 class Table
          Class representing a table.
 class TableColumn
          Represents a column of a table in a DB.
 class TableContainer
          A TableContainer is used to group tables based on the schema or catalog they are contained in.
 

Uses of AbstractDBItem in de.fesenmeyer.dbnormalizer.gui
 

Fields in de.fesenmeyer.dbnormalizer.gui with type parameters of type AbstractDBItem
private  List<AbstractDBItem> DBTableSelectionFrame.selectedItems
           
 

Methods in de.fesenmeyer.dbnormalizer.gui that return types with arguments of type AbstractDBItem
 List<AbstractDBItem> DBTableSelectionFrame.getSelectedItems()