Lines Matching refs:Vector
34 import java.util.Vector;
49 private Vector m_propnames = new Vector();
84 public Vector getChildren() in getChildren()
86 Vector properties = getProperties(); in getChildren()
99 public Vector getChildren( Vector properties ) in getChildren()
102 Vector result = null; in getChildren()
132 result = new Vector(); in getChildren()
145 Vector propsValues = new Vector(); in getChildren()
179 public Vector getProperties() { in getProperties()
235 public void printLine( Vector props ) { in printLine()
297 Vector result = access.getChildren(); in main()
310 Vector cont = new Vector(); in main()
312 Vector props = access.getProperties(); in main()
322 Vector propsV = ( Vector )e.nextElement(); in main()