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

Method onSave

code/src/java/pcgen/gui3/component/PCGenToolBar.java:127–130  ·  view source on GitHub ↗
(final ActionEvent actionEvent)

Source from the content-addressed store, hash-verified

125 }
126
127 private void onSave(final ActionEvent actionEvent)
128 {
129 SwingUtilities.invokeLater(() -> rootFrame.saveCharacter(rootFrame.getSelectedCharacterRef().get()));
130 }
131
132 private void onPrint(final ActionEvent actionEvent)
133 {

Callers

nothing calls this directly

Calls 3

getMethod · 0.65
saveCharacterMethod · 0.45

Tested by

no test coverage detected