Uses of Class
com.openindex.openestate.tool.gui.AbstractTable.Model
-
Packages that use AbstractTable.Model Package Description com.openindex.openestate.tool Hauptklassen des ImmoTool-Frameworks.com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien.com.openindex.openestate.tool.agency.addons.contacts Erweiterungen des Immobilien-Add-Ons.com.openindex.openestate.tool.calendar ImmoTool-Add-On zur Verwaltung von iCal-Kalendern.com.openindex.openestate.tool.contacts ImmoTool-Add-On zur Verwaltung von OpenEstate-Adressen.com.openindex.openestate.tool.crm com.openindex.openestate.tool.gui com.openindex.openestate.tool.mail com.openindex.openestate.tool.news com.openindex.openestate.tool.utils Hilfsklassen. -
-
Uses of AbstractTable.Model in com.openindex.openestate.tool
Constructors in com.openindex.openestate.tool with parameters of type AbstractTable.Model Constructor Description ImmoToolLogTable(String id, AbstractTable.Model<R> model)
-
Uses of AbstractTable.Model in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency that return AbstractTable.Model Modifier and Type Method Description protected AbstractTable.Model<R>
AgencyEstateTable. createModel()
Constructors in com.openindex.openestate.tool.agency with parameters of type AbstractTable.Model Constructor Description AgencyContactTable(String id, AbstractTable.Model<R> model)
AgencyEstateTable(String id, AbstractTable.Model<R> model)
AgencyExportLogTable(String id, AbstractTable.Model<R> model)
AgencyExportTable(String id, AbstractTable.Model<R> model)
-
Uses of AbstractTable.Model in com.openindex.openestate.tool.agency.addons.contacts
Constructors in com.openindex.openestate.tool.agency.addons.contacts with parameters of type AbstractTable.Model Constructor Description AgencyBrokeringTable(String id, AbstractTable.Model<R> model)
AgencyInterestTable(String id, AbstractTable.Model<R> model)
-
Uses of AbstractTable.Model in com.openindex.openestate.tool.calendar
Constructors in com.openindex.openestate.tool.calendar with parameters of type AbstractTable.Model Constructor Description CalendarEntryTable(String id, AbstractTable.Model<R> model)
-
Uses of AbstractTable.Model in com.openindex.openestate.tool.contacts
Constructors in com.openindex.openestate.tool.contacts with parameters of type AbstractTable.Model Constructor Description ContactsEntryTable(String id, AbstractTable.Model<R> model)
-
Uses of AbstractTable.Model in com.openindex.openestate.tool.crm
Constructors in com.openindex.openestate.tool.crm with parameters of type AbstractTable.Model Constructor Description CrmActivityTable(String id, AbstractTable.Model<R> model)
CrmMarketingTable(String id, AbstractTable.Model<R> model)
-
Uses of AbstractTable.Model in com.openindex.openestate.tool.gui
Classes in com.openindex.openestate.tool.gui with type parameters of type AbstractTable.Model Modifier and Type Class Description class
AbstractTable<R extends AbstractTable.Row,M extends AbstractTable.Model<R>>
AbstractTable.Method parameters in com.openindex.openestate.tool.gui with type arguments of type AbstractTable.Model Modifier and Type Method Description boolean
AbstractTable.Filter. include(RowFilter.Entry<? extends AbstractTable.Model<R>,? extends Integer> entry)
-
Uses of AbstractTable.Model in com.openindex.openestate.tool.mail
Constructors in com.openindex.openestate.tool.mail with parameters of type AbstractTable.Model Constructor Description MailTable(String id, AbstractTable.Model<R> model)
-
Uses of AbstractTable.Model in com.openindex.openestate.tool.news
Constructors in com.openindex.openestate.tool.news with parameters of type AbstractTable.Model Constructor Description NewsEntryTable(String id, AbstractTable.Model<R> model)
-
Uses of AbstractTable.Model in com.openindex.openestate.tool.utils
Methods in com.openindex.openestate.tool.utils with parameters of type AbstractTable.Model Modifier and Type Method Description static void
SwingUtils. dispose(AbstractTable.Model c)
-