Uses of Class
com.openindex.openestate.tool.agency.imports.AbstractImport
-
Packages that use AbstractImport Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien.com.openindex.openestate.tool.agency.extensions com.openindex.openestate.tool.agency.gui com.openindex.openestate.tool.agency.imports -
-
Uses of AbstractImport in com.openindex.openestate.tool.agency
Fields in com.openindex.openestate.tool.agency declared as AbstractImport Modifier and Type Field Description protected AbstractImport
AgencyImportTask. importFormat
Methods in com.openindex.openestate.tool.agency that return AbstractImport Modifier and Type Method Description AbstractImport[]
AgencyImportExtension. createImports()
Constructors in com.openindex.openestate.tool.agency with parameters of type AbstractImport Constructor Description AgencyImportTask(File importFile, AbstractImport importFormat, String importVersion, AgencyImportTask.Settings importSettings, AbstractDbDriver dbDriver, DbAgencyExtension dbExtension, DbUser dbUser)
-
Uses of AbstractImport in com.openindex.openestate.tool.agency.extensions
Methods in com.openindex.openestate.tool.agency.extensions that return AbstractImport Modifier and Type Method Description AbstractImport[]
ImportAdapter. createImports()
AbstractImport[]
ImportExtension. createImports()
-
Uses of AbstractImport in com.openindex.openestate.tool.agency.gui
Methods in com.openindex.openestate.tool.agency.gui with parameters of type AbstractImport Modifier and Type Method Description void
ImportFormatRenderer. render(AbstractImport value, JLabel label)
-
Uses of AbstractImport in com.openindex.openestate.tool.agency.imports
Subclasses of AbstractImport in com.openindex.openestate.tool.agency.imports Modifier and Type Class Description class
IdxImport
IdxImport.class
ImmobiliareItImport
ImmobiliareItImport.class
ImmoXmlImport
ImmoXmlImport.class
Is24CsvImport
Is24CsvImport.class
Is24XmlImport
Is24XmlImport.class
KyeroImport
KyeroImport.class
OpenEstateImport
OpenEstateImport.class
OpenImmoImport
OpenImmoImport.Methods in com.openindex.openestate.tool.agency.imports that return AbstractImport Modifier and Type Method Description static AbstractImport
AbstractImport. getImport(String name)
Methods in com.openindex.openestate.tool.agency.imports that return types with arguments of type AbstractImport Modifier and Type Method Description static Map<String,AbstractImport>
AbstractImport. getImports()
-