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 KanbanCategory
CCKanbanBoard.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) boolean
CCKanbanBoard.DefaultListener.checkMove
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanBoard.DefaultListener.checkMove
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanBoard.IListener.checkMove
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanBoard.IListener.checkMove
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanColumn.IListener.checkMove
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) boolean
CCKanbanColumn.IListener.checkMove
(KanbanItem fromItem, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) protected CCKanbanBoard.KanbanCategoryWrapper
CCKanbanBoard.createKanbanCategoryWrapper
(KanbanCategory category) void
CCKanbanColumn.prepare
(KanbanCategory category, CCKanbanColumn.IListener listener) void
CCKanbanBoard.DefaultListener.reactOnCategoryMoved
(KanbanCategory category) void
CCKanbanBoard.IListener.reactOnCategoryMoved
(KanbanCategory category) void
CCKanbanBoard.DefaultListener.reactOnItemMoved
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanBoard.DefaultListener.reactOnItemMoved
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanBoard.IListener.reactOnItemMoved
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanBoard.IListener.reactOnItemMoved
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanColumn.IListener.reactOnMove
(KanbanItem item, KanbanCategory fromCategory, KanbanCategory toCategory) void
CCKanbanColumn.IListener.reactOnMove
(KanbanItem item, KanbanItem toItem, boolean inFront, KanbanCategory fromCategory, KanbanCategory toCategory) Constructors in org.eclnt.ccaddons.pbc.kanban with parameters of type KanbanCategory