Uses of Class
com.cosylab.vdct.graphics.objects.NamingContext
-
Packages that use NamingContext Package Description com.cosylab.vdct.graphics.objects -
-
Uses of NamingContext in com.cosylab.vdct.graphics.objects
Methods in com.cosylab.vdct.graphics.objects that return NamingContext Modifier and Type Method Description NamingContextNamingContext. createNamingContextFor(VDBTemplateInstance instance)Creates or returns NamingContext for specific templateNamingContextNamingContext. getParent()Returns parent, which can be null.Methods in com.cosylab.vdct.graphics.objects with parameters of type NamingContext Modifier and Type Method Description static voidGroup. save(Object dsId, Group group2save, File file, NamingContext renamer, boolean export)Insert the method's description here.voidGroup. writeObjects(Writer writer, NamingContext renamer, boolean export)Insert the method's description here.static voidGroup. writeObjects(Object dsId, Vector elements, DataOutputStream stream, NamingContext renamer, boolean export)static voidGroup. writeObjects(Object dsId, Vector elements, Writer writer, NamingContext renamer, boolean export)Insert the method's description here.voidSaveInterface. writeObjects(Writer writer, NamingContext renamer, boolean export)Insert the method's description here.voidTemplate. writeObjects(Writer writer, NamingContext context, boolean export)static voidGroup. writeTemplateData(Object dsId, DataOutputStream stream, NamingContext renamer, Vector allowedPortMacroSet)Insert the method's description here.static voidGroup. writeTemplateData(Object dsId, Writer writer, NamingContext renamer, Vector allowedPortMacroSet)voidGroup. writeVDCTObjects(Writer writer, NamingContext renamer, boolean export)static voidGroup. writeVDCTObjects(Vector elements, DataOutputStream stream, NamingContext renamer, boolean export)static voidGroup. writeVDCTObjects(Vector elements, Writer writer, NamingContext renamer, boolean export)Insert the method's description here.voidSaveInterface. writeVDCTObjects(Writer writer, NamingContext renamer, boolean export)Insert the method's description here.voidTemplate. writeVDCTObjects(Writer writer, NamingContext renamer, boolean export)Constructors in com.cosylab.vdct.graphics.objects with parameters of type NamingContext Constructor Description NamingContext(NamingContext parent, VDBTemplate template, String addedPrefix, String removedPrefix, boolean export)This constructor should be used for the topmost template, which doesn't have template instance
-