MCPcopy Create free account
hub / github.com/Card-Forge/forge / FDeckEditor

Method FDeckEditor

forge-gui-mobile/src/forge/deck/FDeckEditor.java:431–433  ·  view source on GitHub ↗
(DeckEditorConfig editorConfig, String editDeckName)

Source from the content-addressed store, hash-verified

429 private boolean tabsInitialized = false;
430
431 public FDeckEditor(DeckEditorConfig editorConfig, String editDeckName) {
432 this(editorConfig, editorConfig.initDeckController(editDeckName, ""));
433 }
434 public FDeckEditor(DeckEditorConfig editorConfig, DeckProxy editDeck) {
435 this(editorConfig, editorConfig.initDeckController(editDeck.getName(), editDeck.getPath()));
436 }

Callers

nothing calls this directly

Calls 15

initDeckHeaderMethod · 0.95
cacheTabPagesMethod · 0.95
isLimitedEditorMethod · 0.95
isDraftEditorMethod · 0.95
isDraftingMethod · 0.95
showExtraSectionTabMethod · 0.95
getVariantCardPoolsMethod · 0.95
getCatalogPageMethod · 0.95
saveMethod · 0.95
updateDeckHeaderMethod · 0.95
createMoreOptionsMenuMethod · 0.95

Tested by

no test coverage detected