Uses of Class
org.eclnt.ccaddons.pbc.kanban.KanbanCategory
Packages that use KanbanCategory
-
Uses of KanbanCategory in org.eclnt.ccaddons.pbc.kanban
Fields in org.eclnt.ccaddons.pbc.kanban declared as KanbanCategoryMethods in org.eclnt.ccaddons.pbc.kanban that return KanbanCategoryModifier and TypeMethodDescriptionprotected KanbanCategoryCCKanbanBoard.findKanbanCategory(String itemId) CCKanbanColumn.IListener.findKanbanCategory(String itemId) CCKanbanBoard.KanbanCategoryWrapper.getCategory()Methods in org.eclnt.ccaddons.pbc.kanban with parameters of type KanbanCategoryModifier and TypeMethodDescriptionCCKanbanBoard.addCategory(KanbanCategory category) booleanCCKanbanBoard.DefaultListener.checkMove(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) booleanCCKanbanBoard.DefaultListener.checkMove(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) booleanCCKanbanBoard.IListener.checkMove(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) booleanCCKanbanBoard.IListener.checkMove(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) booleanCCKanbanColumn.IListener.checkMove(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) booleanCCKanbanColumn.IListener.checkMove(KanbanItem fromItem, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) protected CCKanbanBoard.KanbanCategoryWrapperCCKanbanBoard.createKanbanCategoryWrapper(KanbanCategory category) voidCCKanbanColumn.prepare(KanbanCategory category, CCKanbanColumn.IListener listener) voidCCKanbanBoard.DefaultListener.reactOnCategoryMoved(KanbanCategory category) voidCCKanbanBoard.IListener.reactOnCategoryMoved(KanbanCategory category) voidCCKanbanBoard.DefaultListener.reactOnItemMoved(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) voidCCKanbanBoard.DefaultListener.reactOnItemMoved(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) voidCCKanbanBoard.IListener.reactOnItemMoved(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) voidCCKanbanBoard.IListener.reactOnItemMoved(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) voidCCKanbanColumn.IListener.reactOnMove(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) voidCCKanbanColumn.IListener.reactOnMove(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) Constructors in org.eclnt.ccaddons.pbc.kanban with parameters of type KanbanCategory