Uses of Class
jdbreport.design.model.GroupKey

Packages that use GroupKey
jdbreport.design.model   
jdbreport.model   
 

Uses of GroupKey in jdbreport.design.model
 

Methods in jdbreport.design.model with parameters of type GroupKey
 boolean KeyComparator.compare(GroupKey groupKey)
           
 void KeyComparator.init(GroupKey groupKey)
           
 

Uses of GroupKey in jdbreport.model
 

Methods in jdbreport.model that return GroupKey
 GroupKey DetailGroup.getKey(int index)
           
 

Methods in jdbreport.model with parameters of type GroupKey
 boolean DetailGroup.addKey(GroupKey groupKey)