Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ putValue
Method
putValue
code/src/java/pcgen/gui2/tabs/TabTitle.java:94–97 ·
view source on GitHub ↗
(String prop, Object value)
Source
from the content-addressed store, hash-verified
92
}
93
94
public
void
putValue(String prop, Object value)
95
{
96
support.firePropertyChange(prop, propertyTable.put(prop, value), value);
97
}
98
99
public
Tab getTab()
100
{
Callers
15
TabTitle
Method · 0.95
updateTabsForCharacter
Method · 0.95
addAbilityCategory
Method · 0.45
PCGenAction
Method · 0.45
configureProps
Method · 0.45
name
Method · 0.45
initCompData
Method · 0.45
AddAction
Method · 0.45
RemoveAction
Method · 0.45
AddAction
Method · 0.45
SelectRaceAction
Method · 0.45
RemoveRaceAction
Method · 0.45
Calls
1
put
Method · 0.65
Tested by
1
addAbilityCategory
Method · 0.36