Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setTitle
Method
setTitle
code/src/java/pcgen/cdom/base/SelectableSet.java:46–46 ·
view source on GitHub ↗
(String title)
Source
from the content-addressed store, hash-verified
44
String getTitle();
45
46
void
setTitle(String title);
47
48
Collection<? extends T> getSet(PlayerCharacter pc);
49
Callers
15
createTC
Method · 0.65
testUnparseComplex
Method · 0.65
parseTokenWithSeparator
Method · 0.65
parseNonEmptyToken
Method · 0.65
parseNonEmptyToken
Method · 0.65
showSavePartyChooser
Method · 0.65
showSaveCharacterChooser
Method · 0.65
showOpenCharacterChooser
Method · 0.65
showOpenPartyChooser
Method · 0.65
updateTitle
Method · 0.65
showWarningConfirm
Method · 0.65
showErrorMessage
Method · 0.65
Implementers
1
ChoiceSet
code/src/java/pcgen/cdom/base/ChoiceSe
Calls
no outgoing calls
Tested by
2
createTC
Method · 0.52
testUnparseComplex
Method · 0.52