MCPcopy Create free account
hub / github.com/PCGen/pcgen / AddAction

Method AddAction

code/src/java/pcgen/gui2/kits/KitPanel.java:225–230  ·  view source on GitHub ↗
(CharacterFacade character)

Source from the content-addressed store, hash-verified

223 private final CharacterFacade character;
224
225 public AddAction(CharacterFacade character)
226 {
227 super(LanguageBundle.getString("in_kitApply")); //$NON-NLS-1$
228 this.character = character;
229 putValue(SMALL_ICON, Icons.Forward16.getImageIcon());
230 }
231
232 @Override
233 public void actionPerformed(ActionEvent e)

Callers

nothing calls this directly

Calls 3

getStringMethod · 0.95
getImageIconMethod · 0.80
putValueMethod · 0.45

Tested by

no test coverage detected