Searched refs:m_propValues (Results 1 – 2 of 2) sorted by relevance
95 Vector m_propValues = null; in getPropertyValues() local116 m_propValues = new Vector(); in getPropertyValues()125 m_propValues.add( propertyValue ); in getPropertyValues()127 m_propValues.add( "[ Property not found ]" ); in getPropertyValues()130 return m_propValues; in getPropertyValues()
43 private Vector m_propValues = new Vector(); field in PropertiesComposer164 return m_propValues; in getPropertyValues()201 m_propValues.add( tok.nextToken() ); in parseArguments()219 if ( m_propValues.size() == 0 ) { in parseArguments()220 m_propValues.add( in parseArguments()
Completed in 15 milliseconds