MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / Loaded

Interface Loaded

src/main/java/fieldbox/io/IO.java:917–919  ·  view source on GitHub ↗

tag interface for boxes, method will be called after all boxes have been loaded (and all properties set). Boxes that throw exceptions won't be loaded after all.

Source from the content-addressed store, hash-verified

915
916 static public class Document {
917 public List<External> externalList;
918 public Map<String, Filespec> knownFiles;
919 public Set<String> knownProperties;
920 }
921
922 static public class External {

Callers 8

OpenMethod · 0.65
loadBoxMethod · 0.65
duplicateGroupMethod · 0.65
activeatePluginMethod · 0.65
loadBoxMethod · 0.65
dropMethod · 0.65
CreateMethod · 0.65
readDocumentMethod · 0.65

Implementers 15

Autosrc/main/java/fieldbox/boxes/plugins/A
Variantsrc/main/java/fieldbox/boxes/plugins/V
Viewportsrc/main/java/fieldbox/boxes/plugins/V
FileBrowsersrc/main/java/fieldbox/boxes/plugins/F
BoxGroupsrc/main/java/fieldbox/boxes/plugins/B
DispatchBoxsrc/main/java/fieldbox/boxes/plugins/D
Templatessrc/main/java/fieldbox/boxes/plugins/T
Welcomesrc/main/java/fieldbox/boxes/plugins/W
TopologyBoxsrc/main/java/fieldbox/boxes/plugins/T
BoxBrowsersrc/main/java/fielded/boxbrowser/BoxBr
WebAppssrc/main/java/fielded/boxbrowser/WebAp
Browsersrc/main/java/fieldcef/browser/Browser

Calls

no outgoing calls

Tested by

no test coverage detected