Uses of Interface
com.biglybt.core.vuzefile.VuzeFileComponent
-
Packages that use VuzeFileComponent Package Description com.biglybt.core.vuzefile -
-
Uses of VuzeFileComponent in com.biglybt.core.vuzefile
Classes in com.biglybt.core.vuzefile that implement VuzeFileComponent Modifier and Type Class Description protected static class
VuzeFileImpl.comp
Fields in com.biglybt.core.vuzefile declared as VuzeFileComponent Modifier and Type Field Description private VuzeFileComponent[]
VuzeFileImpl. components
Methods in com.biglybt.core.vuzefile that return VuzeFileComponent Modifier and Type Method Description VuzeFileComponent
VuzeFile. addComponent(int type, java.util.Map content)
VuzeFileComponent
VuzeFileImpl. addComponent(int type, java.util.Map content)
VuzeFileComponent[]
VuzeFile. getComponents()
VuzeFileComponent[]
VuzeFileImpl. getComponents()
-