Uses of Class
com.openindex.openestate.tool.agency.AgencyEstateViewPanel
-
Packages that use AgencyEstateViewPanel Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien. -
-
Uses of AgencyEstateViewPanel in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency that return AgencyEstateViewPanel Modifier and Type Method Description static AgencyEstateViewPanel
AgencyEstateViewPanel. createTab()
static AgencyEstateViewPanel
AgencyEstateViewPanel. createTab(DbAgencyObject object)
protected AgencyEstateViewPanel
AgencyEstateViewTask. doInBackground()
AgencyEstateViewPanel
AgencyEstateViewPanel.AbstractTab. getViewPanel()
Methods in com.openindex.openestate.tool.agency with parameters of type AgencyEstateViewPanel Modifier and Type Method Description void
AgencyEstateViewPanel.AbstractTab. setViewPanel(AgencyEstateViewPanel viewPanel)
protected void
AgencyEstateViewTask. succeeded(AgencyEstateViewPanel panel)
Constructors in com.openindex.openestate.tool.agency with parameters of type AgencyEstateViewPanel Constructor Description AgencyEstateViewTask(AbstractDbDriver dbDriver, long estateId, AgencyEstateViewPanel viewTab)
-