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 NamingContext
NamingContext. createNamingContextFor(VDBTemplateInstance instance)
Creates or returns NamingContext for specific templateNamingContext
NamingContext. 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 void
Group. save(Object dsId, Group group2save, File file, NamingContext renamer, boolean export)
Insert the method's description here.void
Group. writeObjects(Writer writer, NamingContext renamer, boolean export)
Insert the method's description here.static void
Group. writeObjects(Object dsId, Vector elements, DataOutputStream stream, NamingContext renamer, boolean export)
static void
Group. writeObjects(Object dsId, Vector elements, Writer writer, NamingContext renamer, boolean export)
Insert the method's description here.void
SaveInterface. writeObjects(Writer writer, NamingContext renamer, boolean export)
Insert the method's description here.void
Template. writeObjects(Writer writer, NamingContext context, boolean export)
static void
Group. writeTemplateData(Object dsId, DataOutputStream stream, NamingContext renamer, Vector allowedPortMacroSet)
Insert the method's description here.static void
Group. writeTemplateData(Object dsId, Writer writer, NamingContext renamer, Vector allowedPortMacroSet)
void
Group. writeVDCTObjects(Writer writer, NamingContext renamer, boolean export)
static void
Group. writeVDCTObjects(Vector elements, DataOutputStream stream, NamingContext renamer, boolean export)
static void
Group. writeVDCTObjects(Vector elements, Writer writer, NamingContext renamer, boolean export)
Insert the method's description here.void
SaveInterface. writeVDCTObjects(Writer writer, NamingContext renamer, boolean export)
Insert the method's description here.void
Template. 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
-