Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.biomage.Common.NameValueType

Uses of NameValueType in org.biomage.Common
 

Methods in org.biomage.Common that return NameValueType
 NameValueType NameValueType.getFromPropertySets(int position)
          Method to get NameValueType from PropertySets_list
 NameValueType Extendable.getFromPropertySets(int position)
          Method to get NameValueType from PropertySets_list
 

Methods in org.biomage.Common with parameters of type NameValueType
 void NameValueType.addToPropertySets(NameValueType nameValueType)
          Method to add NameValueType to PropertySets_list
 void NameValueType.addToPropertySets(int position, NameValueType nameValueType)
          Method to add NameValueType at position to PropertySets_list
 void NameValueType.removeFromPropertySets(NameValueType nameValueType)
          Method to remove first NameValueType from PropertySets_list
 void Extendable.addToPropertySets(NameValueType nameValueType)
          Method to add NameValueType to PropertySets_list
 void Extendable.addToPropertySets(int position, NameValueType nameValueType)
          Method to add NameValueType at position to PropertySets_list
 void Extendable.removeFromPropertySets(NameValueType nameValueType)
          Method to remove first NameValueType from PropertySets_list