|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DTSLoadingBarInterface | |
|---|---|
| com.ihr.xbrl.gui.interfaces | |
| com.ihr.xbrl.mapper | Provides the classes necessary access to content in whatever format and create an XBRL Instance document This package contains the MapEngine and Mappers that uses a configuration file with an Instance template. |
| com.ihr.xbrl.mapper.util | |
| com.ihr.xbrl.om | Provides the classes necessary to start processing XBRL information. |
| com.ihr.xbrl.pojo | Provides the classes necessary to access to the content of a DTS using POJO technology. |
| com.ihr.xbrl.store | |
| com.ihr.xbrl.util | Provides utility classes with static methods that are used by other classes This is a common container for utilities like resolving relative URIs from two absolute URIs or formatting an XML document to a String... |
| Uses of DTSLoadingBarInterface in com.ihr.xbrl.gui.interfaces |
|---|
| Methods in com.ihr.xbrl.gui.interfaces that return DTSLoadingBarInterface | |
|---|---|
DTSLoadingBarInterface |
HasLoadingBar.getLoadingBar()
Access to the application loading bar |
| Uses of DTSLoadingBarInterface in com.ihr.xbrl.mapper |
|---|
| Methods in com.ihr.xbrl.mapper with parameters of type DTSLoadingBarInterface | |
|---|---|
Mapper |
MapEngine.getMasterMapper(DTSLoadingBarInterface bar)
Access to the master mapper. |
| Constructors in com.ihr.xbrl.mapper with parameters of type DTSLoadingBarInterface | |
|---|---|
MapEngine(java.net.URI configFile,
int initialMappers,
DTSLoadingBarInterface bar,
boolean bCreateMasterMapper)
Creates a mapping engine. |
|
MapEngine(java.net.URI configFile,
int initialMappers,
DTSLoadingBarInterface bar,
boolean bCreateMasterMapper,
java.util.Properties dtsProperties)
Creates a mapping engine. |
|
Mapper(java.net.URI configFile,
DTSLoadingBarInterface bar)
Creates a mapping engine object. |
|
Mapper(java.net.URI configFile,
DTSLoadingBarInterface bar,
java.util.Properties dtsProperties)
Creates a mapping engine object. |
|
| Uses of DTSLoadingBarInterface in com.ihr.xbrl.mapper.util |
|---|
| Constructors in com.ihr.xbrl.mapper.util with parameters of type DTSLoadingBarInterface | |
|---|---|
LoadMapperInThread(java.net.URI configFile,
DTSLoadingBarInterface bar,
HasReceiveMappingLoadingEvents sendEventsTo,
java.util.Properties dtsProperties)
Creates a new object that will load a Mapping Engine and configuration file in a thread |
|
LoadMapperInThread(java.net.URI configFile,
int initialMappers,
DTSLoadingBarInterface bar,
HasReceiveMappingLoadingEvents sendEventsTo,
boolean bCreateMaster,
java.util.Properties dtsProperties)
Creates a new object that will load a Mapping Engine and configuration file in a thread |
|
| Uses of DTSLoadingBarInterface in com.ihr.xbrl.om |
|---|
| Methods in com.ihr.xbrl.om that return DTSLoadingBarInterface | |
|---|---|
DTSLoadingBarInterface |
DTSContainer.getRegisteredBar()
If this DTSContainer has a registered object that implements the DTSLoadingBarInterface interface this function returns it. |
| Methods in com.ihr.xbrl.om with parameters of type DTSLoadingBarInterface | |
|---|---|
void |
DTSContainer.registerBar(DTSLoadingBarInterface bar)
Sets the loading bar object that will be informed about progress in the loading process. |
| Uses of DTSLoadingBarInterface in com.ihr.xbrl.pojo |
|---|
| Methods in com.ihr.xbrl.pojo with parameters of type DTSLoadingBarInterface | |
|---|---|
void |
XBRLPojoGenerator.registerBar(DTSLoadingBarInterface bar)
|
| Uses of DTSLoadingBarInterface in com.ihr.xbrl.store |
|---|
| Constructors in com.ihr.xbrl.store with parameters of type DTSLoadingBarInterface | |
|---|---|
LoadPojoInThread(XBRLInstance instanceDocument,
DTSContainer dts,
DbUtil.Database databaseType,
org.hibernate.Session session,
org.apache.log4j.Appender logHandler,
org.apache.log4j.Level level,
DTSLoadingBarInterface bar,
boolean bForUpdate)
|
|
| Uses of DTSLoadingBarInterface in com.ihr.xbrl.util |
|---|
| Constructors in com.ihr.xbrl.util with parameters of type DTSLoadingBarInterface | |
|---|---|
LoadDTSInThread(javax.xml.transform.Source source,
boolean bDoXBRLValidation,
boolean bDoXDTValidation,
boolean bErrorsAsExceptions,
boolean bWarningsAsExceptions,
org.apache.log4j.Appender logHandler,
org.apache.log4j.Level level,
DTSLoadingBarInterface bar,
HasErrorsHandler errorHandler,
HasReceiveXBRLLoadingEvents sendEventsTo,
java.util.Properties extraProperties,
DTSContainer compatibleDTS)
Creates a new object that will load a DTS and possible perform validation. |
|
LoadDTSInThread(java.lang.String fileName,
boolean bDoXBRLValidation,
boolean bDoXDTValidation,
boolean bErrorsAsExceptions,
boolean bWarningsAsExceptions,
org.apache.log4j.Appender logHandler,
org.apache.log4j.Level level,
DTSLoadingBarInterface bar,
HasErrorsHandler errorHandler,
HasReceiveXBRLLoadingEvents sendEventsTo,
java.util.Properties extraProperties,
DTSContainer compatibleDTS)
Creates a new object that will load a DTS and possible perform validation. |
|
LoadDTSInThread(java.net.URI[] files,
boolean bDoXBRLValidation,
boolean bDoXDTValidation,
boolean bErrorsAsExceptions,
boolean bWarningsAsExceptions,
org.apache.log4j.Appender logHandler,
org.apache.log4j.Level level,
DTSLoadingBarInterface bar,
HasErrorsHandler errorHandler,
HasReceiveXBRLLoadingEvents sendEventsTo,
java.util.Properties extraProperties,
DTSContainer compatibleDTS)
Creates a new object that will load a DTS and possible perform validation. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||