Methods in com.bbn.openmap.util with parameters of type ProgressSupport |
static java.util.Vector |
ComponentFactory.create(java.util.Vector markerNames,
java.lang.String prefix,
java.util.Properties properties,
ProgressSupport progressSupport)
Given a Vector of marker name Strings, and a Properties object,
look in the Properties object for the markerName.class property
to get a class name to create each object. |
static java.util.Vector |
ComponentFactory.create(java.util.Vector markerNames,
java.util.Properties properties,
ProgressSupport progressSupport)
Given a Vector of marker name Strings, and a Properties object,
look in the Properties object for the markerName.class property
to get a class name to create each object. |
static java.util.Vector |
ComponentFactory.create(java.util.Vector markerNames,
java.util.Properties properties,
ProgressSupport progressSupport,
boolean matchInOutVectorSize)
Given a Vector of marker name Strings, and a Properties object,
look in the Properties object for the markerName.class property
to get a class name to create each object. |
static java.util.Vector |
ComponentFactory.create(java.util.Vector markerNames,
java.lang.String prefix,
java.util.Properties properties,
ProgressSupport progressSupport,
boolean matchInOutVectorSize)
Given a Vector of marker name Strings, and a Properties object,
look in the Properties object for the markerName.class property
to get a class name to create each object. |
protected java.util.Vector |
ComponentFactory._create(java.util.Vector markerNames,
java.lang.String prefix,
java.util.Properties properties,
ProgressSupport progressSupport,
boolean matchInOutVectorSize)
Given a Vector of marker name Strings, and a Properties object,
look in the Properties object for the markerName.class property
to get a class name to create each object. |