|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.core.modules.DCModule
net.sf.dc.core.modules.BookCategoryModule
public class BookCategoryModule
The Book category module
DCModules
,
DCModule
Field Summary |
---|
Fields inherited from class net.sf.dc.core.modules.DCModule |
---|
childModule, fields, insertPanel, searchForm, searchPanel, tableJoin, tableName, tableShortName |
Constructor Summary | |
---|---|
BookCategoryModule()
Initializes this module |
Method Summary | |
---|---|
ImportCDProcess |
getCDImportProcess(ImportCDDialog ui,
java.lang.String sourceDir,
boolean confirmDirs,
boolean recursiveDirs,
java.lang.String nameOfCD)
Returns null (no CD import process present for Book Categories) |
DCObject |
getDCObject()
Return the object managed by this module |
DCObject[] |
getDefaultData()
|
BookCategoryForm |
getForm()
Returns the form which holds the UI items for this Module. |
java.lang.String |
getHiddenFieldsSettingsKey()
|
javax.swing.ImageIcon |
getIcon()
|
DCMenuBar |
getMenuBar()
|
java.lang.String |
getObjectName()
|
java.lang.String |
getRequiredFieldsSettingsKey()
|
javax.swing.JMenu |
getToolsMenu()
Returns module specific menu items |
protected void |
initializeFields()
Initalizes all the fields |
protected void |
initializeUI()
Create the insert and search panel |
void |
startImport()
|
Methods inherited from class net.sf.dc.core.modules.DCModule |
---|
getChildModule, getFieldCount, getFieldDefinition, getFieldDefinitions, getIndex, getInsertPanel, getName, getPanels, getSearchForm, getSearchPanel, getTableJoin, getTableName, getTableShortName, isAmazonUpdateAllowed, isFreedBUpdateAllowed, isImdbUpdateAllowed, setChildModule, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BookCategoryModule()
Method Detail |
---|
public DCMenuBar getMenuBar()
getMenuBar
in class DCModule
public javax.swing.ImageIcon getIcon()
getIcon
in class DCModule
public java.lang.String getObjectName()
getObjectName
in class DCModule
protected void initializeUI()
initializeUI
in class DCModule
public void startImport()
startImport
in class DCModule
public BookCategoryForm getForm()
public javax.swing.JMenu getToolsMenu()
DCModule
getToolsMenu
in class DCModule
public DCObject getDCObject()
getDCObject
in class DCModule
BookCategory
public java.lang.String getHiddenFieldsSettingsKey()
getHiddenFieldsSettingsKey
in class DCModule
public java.lang.String getRequiredFieldsSettingsKey()
getRequiredFieldsSettingsKey
in class DCModule
public ImportCDProcess getCDImportProcess(ImportCDDialog ui, java.lang.String sourceDir, boolean confirmDirs, boolean recursiveDirs, java.lang.String nameOfCD)
getCDImportProcess
in class DCModule
sourceDir
- directory which is used as source for the
importconfirmEachDir
- indicates whether for each directory
confirmation should be asked if the underlying data
of this directory should be read or not.nameOfCD
- cd name (used as the location name)
protected void initializeFields()
initializeFields
in class DCModule
public DCObject[] getDefaultData() throws java.lang.Exception
getDefaultData
in class DCModule
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |