|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseDef | |
---|---|
org.bibalex.daf.entities.phase |
Uses of DatabaseDef in org.bibalex.daf.entities.phase |
---|
Fields in org.bibalex.daf.entities.phase declared as DatabaseDef | |
---|---|
DatabaseDef |
SemiPhaseDef.database
Holds the database definition section of the phase. |
private DatabaseDef |
DatabaseAction.definition
Holds the DatabaseDef that will be used when applying the action. |
private DatabaseDef |
DatabaseDataEntryDialog.definition
Holds the database defintion that was used to configure the dialog. |
Methods in org.bibalex.daf.entities.phase with parameters of type DatabaseDef | |
---|---|
void |
DatabaseDataEntryDialog.configure(DatabaseDef definition,
DatabaseInfoDef finishInfo,
DatabaseInfoDef startInfo)
Configures the JDialog to accept the user data by populating it with controls based of the given definition. |
void |
IDatabaseDataEntry.configure(DatabaseDef definition,
DatabaseInfoDef finishInfo,
DatabaseInfoDef startInfo)
When overriden in an implementing class, configures the instance to collect the data. |
Constructors in org.bibalex.daf.entities.phase with parameters of type DatabaseDef | |
---|---|
DatabaseAction(Job job,
DatabaseDef definition,
DatabaseInfoDef finishInfo,
DatabaseInfoDef startInfo)
Creates a new instance of DatabaseAction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |