net.datacrow.core.modules
Class PictureModule

java.lang.Object
  extended by net.datacrow.core.modules.DcModule
      extended by net.datacrow.core.modules.PictureModule
All Implemented Interfaces:
java.lang.Comparable<DcModule>

public class PictureModule
extends DcModule

Holder of picture items.

Author:
Robert Jan van der Waals
See Also:
Picture

Field Summary
 
Fields inherited from class net.datacrow.core.modules.DcModule
_TYPE_ASSOCIATE_MODULE, _TYPE_EXTERNALREFERENCE_MODULE, _TYPE_MAPPING_MODULE, _TYPE_MEDIA_MODULE, _TYPE_MODULE, _TYPE_PROPERTY_MODULE, _TYPE_TEMPLATE_MODULE, insertView, searchView
 
Constructor Summary
PictureModule()
          Creates a new instance
 
Method Summary
 DcObject createItem()
          Creates a new picture instance.
 boolean equals(java.lang.Object o)
           
 int[] getSupportedViews()
           
 boolean hasInsertView()
          Indicates if this module has an insert view available.
 boolean hasSearchView()
          Indicates if this module has a search view available.
protected  void initializeFields()
          Initializes the default fields.
protected  void initializeUI()
          There are no views or UI components to be initialized for picture modules.
 
Methods inherited from class net.datacrow.core.modules.DcModule
addField, addValueEnhancer, applySettings, canBeLend, compareTo, delete, deliversOnlineService, getChartPanel, getChild, getCurrentInsertView, getCurrentSearchView, getDefaultData, getDefaultSortFieldIdx, getDescription, getDisplayFieldIdx, getDisplayIndex, getField, getField, getFieldCount, getFieldDefinitions, getFieldIndices, getFields, getFileField, getFileRenamerDialog, getFilterForm, getIcon16, getIcon16Filename, getIcon32, getIcon32Filename, getIconField, getImporter, getImporterClass, getIndex, getInsertView, getItem, getItemForm, getItemPluralResourceKey, getItemResourceKey, getKeyStroke, getLabel, getMenuBar, getMinimalFields, getModuleResourceKey, getName, getNameFieldIdx, getObjectName, getObjectNamePlural, getOnlineServices, getParent, getParentReferenceFieldIndex, getPersistentField, getPropertyModule, getQuickView, getQuickViewFieldDefinitions, getSearchView, getSetting, getSettings, getSynchronizer, getSystemDisplayFieldIdx, getSystemField, getSystemObjectName, getSystemObjectNamePlural, getTableName, getTableShortName, getTemplateModule, getType, getViews, getWebFieldDefinitions, getXmlModule, hasActualReferenceTo, hasDependingModules, hashCode, hasReferenceTo, hasReports, initializeMultiReferenceFields, initializeSettings, initializeSystemFields, isAbstract, isChildModule, isContainerManaged, isCustomFieldsAllowed, isCustomModule, isDefaultDataLoaded, isEditingAllowed, isEnabled, isEnabled, isFileBacked, isHasImages, isHasReferences, isNew, isParentModule, isSearchViewInitialized, isSelectableInUI, isServingMultipleModules, isTopModule, isValid, release, removeEnhancers, setChild, setDefaultDataLoaded, setIcon16, setIcon32, setNew, setServingMultipleModules, setSetting, setValid, setXmlModule, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PictureModule

public PictureModule()
Creates a new instance

Method Detail

createItem

public DcObject createItem()
Creates a new picture instance.

Overrides:
createItem in class DcModule
See Also:
Picture

initializeUI

protected void initializeUI()
There are no views or UI components to be initialized for picture modules.

Overrides:
initializeUI in class DcModule

getSupportedViews

public int[] getSupportedViews()
Overrides:
getSupportedViews in class DcModule

hasInsertView

public boolean hasInsertView()
Description copied from class: DcModule
Indicates if this module has an insert view available.

Overrides:
hasInsertView in class DcModule

hasSearchView

public boolean hasSearchView()
Description copied from class: DcModule
Indicates if this module has a search view available.

Overrides:
hasSearchView in class DcModule

initializeFields

protected void initializeFields()
Initializes the default fields.

Overrides:
initializeFields in class DcModule

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class DcModule