Uses of Class
com.openindex.openestate.tool.contacts.ContactsEntryViewPanel
-
Packages that use ContactsEntryViewPanel Package Description com.openindex.openestate.tool.agency.addons.contacts Erweiterungen des Immobilien-Add-Ons.com.openindex.openestate.tool.contacts ImmoTool-Add-On zur Verwaltung von OpenEstate-Adressen. -
-
Uses of ContactsEntryViewPanel in com.openindex.openestate.tool.agency.addons.contacts
Methods in com.openindex.openestate.tool.agency.addons.contacts with parameters of type ContactsEntryViewPanel Modifier and Type Method Description void
ContactsEntryEstateTabPanel. setViewPanel(ContactsEntryViewPanel viewPanel)
-
Uses of ContactsEntryViewPanel in com.openindex.openestate.tool.contacts
Methods in com.openindex.openestate.tool.contacts that return ContactsEntryViewPanel Modifier and Type Method Description static ContactsEntryViewPanel
ContactsEntryViewPanel. createTab()
static ContactsEntryViewPanel
ContactsEntryViewPanel. createTab(DbContactsEntry entry)
protected ContactsEntryViewPanel
ContactsEntryViewTask. doInBackground()
ContactsEntryViewPanel
ContactsEntryViewPanel.AbstractTab. getViewPanel()
Methods in com.openindex.openestate.tool.contacts with parameters of type ContactsEntryViewPanel Modifier and Type Method Description void
ContactsEntryViewPanel.AbstractTab. setViewPanel(ContactsEntryViewPanel viewPanel)
protected void
ContactsEntryViewTask. succeeded(ContactsEntryViewPanel panel)
Constructors in com.openindex.openestate.tool.contacts with parameters of type ContactsEntryViewPanel Constructor Description ContactsEntryViewTask(AbstractDbDriver dbDriver, long entryId, ContactsEntryViewPanel viewTab)
-