Uses of Class
planetj.property.PropertyGroup

Packages that use PropertyGroup
planetj.chart   
planetj.database   
planetj.database.connection   
planetj.database.report   
planetj.dataengine   
planetj.dataengine.autorun   
planetj.dataengine.display   
planetj.dataengine.email   
planetj.dataengine.security   
planetj.helpers.properties   
planetj.magic   
planetj.property   
 

Uses of PropertyGroup in planetj.chart
 

Subclasses of PropertyGroup in planetj.chart
 class ChartSpecificationPG
          This property group encapsulates properties used to create and generate a chart using JFreeChart.
 

Uses of PropertyGroup in planetj.database
 

Methods in planetj.database that return PropertyGroup
 PropertyGroup RowCollection.getPropertyGroup(String groupName)
          Gets the first PropertyGroup with the given property group name.
 PropertyGroup Row.getPropertyGroup(String groupName)
          Gets the first PropertyGroup with the given property group name.
 

Uses of PropertyGroup in planetj.database.connection
 

Subclasses of PropertyGroup in planetj.database.connection
 class ConnectionReportPropertyGroup
          Insert the type's description here.
 

Uses of PropertyGroup in planetj.database.report
 

Subclasses of PropertyGroup in planetj.database.report
 class ReportPropertyGroup
          Contains Property objects which specify one or more ReportBreak objects.
 

Uses of PropertyGroup in planetj.dataengine
 

Methods in planetj.dataengine that return PropertyGroup
 PropertyGroup PropertyRow.getRowPropertyGroup(String groupName)
          Gets the first PropertyGroup with the given property group name.
 PropertyGroup IContext.getPropertyGroup(String groupName)
          Gets the first PropertyGroup with the given property group name.
 PropertyGroup AbstractContext.getPropertyGroup(String groupName)
          Gets the first PropertyGroup with the given property group name.
 

Uses of PropertyGroup in planetj.dataengine.autorun
 

Subclasses of PropertyGroup in planetj.dataengine.autorun
 class AutoRunPropertyGroup
          A PropertyGroup containing auto run information
 class DistributionPropertyGroup
          Properties for an auto-run emailing operation
 

Methods in planetj.dataengine.autorun that return PropertyGroup
 PropertyGroup EmailTask.getAlternateEmailPropertyGroup()
          Gets properties from another email property group.
 

Uses of PropertyGroup in planetj.dataengine.display
 

Subclasses of PropertyGroup in planetj.dataengine.display
 class ActionDescriptor
          An ActionDescriptor contains all the actions of a given type that should be shown or hidden when displaying.
 class ActionDisplayDescriptor
          An ActionDisplayDescriptor property group contains all the information needed in order to display the action.
 class BrowserProperties
           
 class DetailDisplayPropertyGroup
           
 class DisplayColumnsPropertyGroup
           
 class FramePropertyGroup
          Properties dealing with an HTML frame
 class JoinProperties
           
 class LayoutDisplayPropertyGroup
           
 class OperationLabelsPropertyGroup
           
 class OperationSettingsPropertyGroup
          Insert the type's description here.
 class ParameterOperatorLabels
           
 class SignOnPropertyGroup
           
 class StoredProcedurePropertyGroup
          Contains properties dealing with stored procedures
 class StylesPropertyGroup
           
 class TableDisplayPropertyGroup
          Insert the type's description here.
 

Uses of PropertyGroup in planetj.dataengine.email
 

Subclasses of PropertyGroup in planetj.dataengine.email
 class EmailPropertyGroup
          This property group contains properties that are used for emailing.
 

Uses of PropertyGroup in planetj.dataengine.security
 

Subclasses of PropertyGroup in planetj.dataengine.security
 class OptionalSignonPropertyGroup
          Insert the type's description here.
 

Uses of PropertyGroup in planetj.helpers.properties
 

Subclasses of PropertyGroup in planetj.helpers.properties
 class CSVPropertyGroup
          PropertyGroup for the CSV file format.
 class FilePropertyGroup
          PropertyGroup for the PDF file format.
 class MSAccessPropertyGroup
          PropertyGroup for Microsoft Access file format
 class PDFPropertyGroup
          PropertyGroup for the PDF file format.
 class XLSPropertyGroup
          PropertyGroup for the xls file format.
 class XMLPropertyGroup
          PropertyGroup for the XML file format.
 

Uses of PropertyGroup in planetj.magic
 

Methods in planetj.magic that return PropertyGroup
 PropertyGroup EmailExecutionRequest.getAlternateEmailPropertyGroup()
          Gets properties from another email property group.
 

Uses of PropertyGroup in planetj.property
 

Subclasses of PropertyGroup in planetj.property
 class DefaultPropertyGroup
          A default concrete implementation of the PropertyGroup class.
 

Methods in planetj.property that return PropertyGroup
 PropertyGroup PropertyGroupList.getPropertyGroup(int i)
          Gets the PropertyGroup object at the specified index
 PropertyGroup PropertyGroup.mergeOnList(PropertyGroup pGroup, String pMergeProperty)
          Merges this PropertyGroup into another PropertyGroup.
 

Methods in planetj.property with parameters of type PropertyGroup
 boolean PropertyGroupList.add(PropertyGroup pPG)
          Adds a PropertyGroup to this List
 int PropertyGroup.compareTo(PropertyGroup pPG)
          Comapres this PropertyGroup with another by examining their names
 boolean PropertyGroup.isMergeableOnList(PropertyGroup pGroup, String pMergeProperty)
          Tests if this PropertyGroup can be merged with another PropertyGroup on a property.
 PropertyGroup PropertyGroup.mergeOnList(PropertyGroup pGroup, String pMergeProperty)
          Merges this PropertyGroup into another PropertyGroup.