Uses of Class
com.openindex.openestate.tool.calendar.db.DbCalendarGroup
-
Packages that use DbCalendarGroup Package Description com.openindex.openestate.tool.calendar ImmoTool-Add-On zur Verwaltung von iCal-Kalendern.com.openindex.openestate.tool.calendar.db com.openindex.openestate.tool.calendar.db.hsql com.openindex.openestate.tool.calendar.extensions com.openindex.openestate.tool.calendar.gui -
-
Uses of DbCalendarGroup in com.openindex.openestate.tool.calendar
Methods in com.openindex.openestate.tool.calendar that return DbCalendarGroup Modifier and Type Method Description DbCalendarGroup
CalendarFrameSidebarExtension.TreeNode. getLocalCalendar()
static DbCalendarGroup
CalendarSourceDialog. showDialog(long groupId, ImmoToolProject project, Window window)
static DbCalendarGroup
CalendarSourceDialog. showDialog(ImmoToolProject project, Window window)
Methods in com.openindex.openestate.tool.calendar with parameters of type DbCalendarGroup Modifier and Type Method Description static CalendarViewPanel
CalendarViewPanel. createTab(DbCalendarGroup calendar)
abstract void
CalendarSourceDialogTab. load(DbCalendarGroup group)
void
CalendarFrameSidebarExtension.Tree. putCalendar(DbCalendarGroup calendar)
abstract void
CalendarSourceDialogTab. save(DbCalendarGroup group)
void
CalendarSourceDialogTab. saveFinished(Connection c, String driverName, DbCalendarGroup group)
void
CalendarViewPanel. setCalendar(DbCalendarGroup localCalendar)
void
CalendarFrameSidebarExtension.TreeNode. setLocalCalendar(DbCalendarGroup localCalendar)
static boolean
CalendarSourceDialog. showDialog(DbCalendarGroup group, ImmoToolProject project, Window window)
abstract boolean
CalendarEntryRelationPanel. submit(DbCalendarGroup calendarGroup, DbCalendarEntry calendarEntry, String notes)
Method parameters in com.openindex.openestate.tool.calendar with type arguments of type DbCalendarGroup Modifier and Type Method Description void
CalendarEntryPanel. setCalendarGroupsModel(ComboBoxModel<DbCalendarGroup> model)
void
CalendarEntryRelationPanel. setCalendarGroupsModel(ComboBoxModel<DbCalendarGroup> calendarGroupModel)
Constructors in com.openindex.openestate.tool.calendar with parameters of type DbCalendarGroup Constructor Description CalendarSyncTask(AbstractDbDriver dbDriver, DbCalendarHandler calendarHandler, DbCalendarGroup calendarGroup)
-
Uses of DbCalendarGroup in com.openindex.openestate.tool.calendar.db
Methods in com.openindex.openestate.tool.calendar.db that return DbCalendarGroup Modifier and Type Method Description DbCalendarGroup
DbCalendarHandler. getGroup(Connection c, long id)
DbCalendarGroup
DbCalendarHandlerImpl. getGroup(Connection c, long id)
DbCalendarGroup[]
DbCalendarHandler. getGroups(Connection c)
DbCalendarGroup[]
DbCalendarHandler. getGroups(Connection c, long[] ids)
DbCalendarGroup[]
DbCalendarHandlerImpl. getGroups(Connection c)
abstract DbCalendarGroup[]
DbCalendarHandlerImpl. getGroups(Connection c, long[] ids)
Methods in com.openindex.openestate.tool.calendar.db with parameters of type DbCalendarGroup Modifier and Type Method Description void
DbCalendarHandler. saveGroup(Connection c, DbCalendarGroup group)
abstract void
DbCalendarHandlerImpl. saveGroup(Connection c, DbCalendarGroup group)
-
Uses of DbCalendarGroup in com.openindex.openestate.tool.calendar.db.hsql
Methods in com.openindex.openestate.tool.calendar.db.hsql that return DbCalendarGroup Modifier and Type Method Description DbCalendarGroup[]
HSqlDbCalendarHandler. getGroups(Connection c, long[] ids)
Methods in com.openindex.openestate.tool.calendar.db.hsql with parameters of type DbCalendarGroup Modifier and Type Method Description void
HSqlDbCalendarHandler. saveGroup(Connection c, DbCalendarGroup group)
-
Uses of DbCalendarGroup in com.openindex.openestate.tool.calendar.extensions
Methods in com.openindex.openestate.tool.calendar.extensions with parameters of type DbCalendarGroup Modifier and Type Method Description JMenuItem[]
SourceViewAdapter. createActionMenuItems(DbCalendarGroup src)
JMenuItem[]
SourceViewExtension. createActionMenuItems(DbCalendarGroup src)
-
Uses of DbCalendarGroup in com.openindex.openestate.tool.calendar.gui
Fields in com.openindex.openestate.tool.calendar.gui declared as DbCalendarGroup Modifier and Type Field Description DbCalendarGroup
GroupItem. calendarGroup
Methods in com.openindex.openestate.tool.calendar.gui with parameters of type DbCalendarGroup Modifier and Type Method Description void
GroupRenderer. render(DbCalendarGroup value, JLabel label)
-