com.borland.primetime.properties
Interface PropertyGroupCategory


public interface PropertyGroupCategory

PropertyGroupCategory allows the PropertyGroup to have its own name. Only PropertyGroup instances that support RunConfiguration topic and need to be able to save it settings under a different category name in the project file will need to implement this interface.


Method Summary
 java.lang.String getCategory()
          Returns the category name for a given PropertyGroup.
 

Method Detail

getCategory

public java.lang.String getCategory()

Returns the category name for a given PropertyGroup.