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 DbCalendarGroupCalendarFrameSidebarExtension.TreeNode. getLocalCalendar()static DbCalendarGroupCalendarSourceDialog. showDialog(long groupId, ImmoToolProject project, Window window)static DbCalendarGroupCalendarSourceDialog. showDialog(ImmoToolProject project, Window window)Methods in com.openindex.openestate.tool.calendar with parameters of type DbCalendarGroup Modifier and Type Method Description static CalendarViewPanelCalendarViewPanel. createTab(DbCalendarGroup calendar)abstract voidCalendarSourceDialogTab. load(DbCalendarGroup group)voidCalendarFrameSidebarExtension.Tree. putCalendar(DbCalendarGroup calendar)abstract voidCalendarSourceDialogTab. save(DbCalendarGroup group)voidCalendarSourceDialogTab. saveFinished(Connection c, String driverName, DbCalendarGroup group)voidCalendarViewPanel. setCalendar(DbCalendarGroup localCalendar)voidCalendarFrameSidebarExtension.TreeNode. setLocalCalendar(DbCalendarGroup localCalendar)static booleanCalendarSourceDialog. showDialog(DbCalendarGroup group, ImmoToolProject project, Window window)abstract booleanCalendarEntryRelationPanel. 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 voidCalendarEntryPanel. setCalendarGroupsModel(ComboBoxModel<DbCalendarGroup> model)voidCalendarEntryRelationPanel. 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 DbCalendarGroupDbCalendarHandler. getGroup(Connection c, long id)DbCalendarGroupDbCalendarHandlerImpl. 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 voidDbCalendarHandler. saveGroup(Connection c, DbCalendarGroup group)abstract voidDbCalendarHandlerImpl. 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 voidHSqlDbCalendarHandler. 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 DbCalendarGroupGroupItem. calendarGroupMethods in com.openindex.openestate.tool.calendar.gui with parameters of type DbCalendarGroup Modifier and Type Method Description voidGroupRenderer. render(DbCalendarGroup value, JLabel label)
-