Uses of Class
edu.usc.cse.desi.properties.Property

Packages that use Property
edu.usc.cse.desi.properties   
edu.usc.cse.desi.viewers   
 

Uses of Property in edu.usc.cse.desi.properties
 

Methods in edu.usc.cse.desi.properties that return Property
private  Property PropertyInitializer.propertyLine(java.lang.String line)
          Given a line from the property file in the form: property id display name default type it will return a property.
 

Methods in edu.usc.cse.desi.properties with parameters of type Property
private  void PropertyInitializer.addProperty(java.lang.String type_name, Property prop)
          Adds a new property to the given type.
 

Uses of Property in edu.usc.cse.desi.viewers
 

Fields in edu.usc.cse.desi.viewers declared as Property
private  Property[] HostContentProvider.myColumnNames
           
private  Property[] ComponentContentProvider.myColumnNames
           
 

Methods in edu.usc.cse.desi.viewers that return Property
 Property[] NodeContentProvider.getMyColumnNames()
           
 Property[] HostContentProvider.getMyColumnNames()
          Returns a list of Properties in their column order.
 Property[] ComponentContentProvider.getMyColumnNames()
          Returns a list of Properties in their column order.