MCPcopy Index your code
hub / github.com/PCGen/pcgen / TodoHandler

Interface TodoHandler

code/src/java/pcgen/gui2/tabs/TodoHandler.java:28–38  ·  view source on GitHub ↗

TodoHandler defines a tab that is capable of advising the user of which field should be used to action a todo. This may be by highlighting the field, or changing focus to the field.

Source from the content-addressed store, hash-verified

26 */
27
28@FunctionalInterface
29@SuppressWarnings("TodoComment")
30public interface TodoHandler
31{
32
33 /**
34 * Advise the user of where to action a todo item.
35 * @param fieldName The field to be actioned.
36 */
37 public void adviseTodo(String fieldName);
38}

Callers 2

adviseTodoMethod · 0.65

Implementers 9

InventoryInfoTabcode/src/java/pcgen/gui2/tabs/Inventor
AbilityChooserTabcode/src/java/pcgen/gui2/tabs/AbilityC
DomainInfoTabcode/src/java/pcgen/gui2/tabs/DomainIn
CompanionInfoTabcode/src/java/pcgen/gui2/tabs/Companio
SkillInfoTabcode/src/java/pcgen/gui2/tabs/SkillInf
SummaryInfoTabcode/src/java/pcgen/gui2/tabs/SummaryI
AbilitiesInfoTabcode/src/java/pcgen/gui2/tabs/Abilitie
EquipInfoTabcode/src/java/pcgen/gui2/tabs/EquipInf
SpellsInfoTabcode/src/java/pcgen/gui2/tabs/SpellsIn

Calls

no outgoing calls

Tested by

no test coverage detected