Uses of Class
ca.sqlpower.wabit.report.chart.ColumnRole

Packages that use ColumnRole
ca.sqlpower.wabit.report.chart   
ca.sqlpower.wabit.swingui.tree   
 

Uses of ColumnRole in ca.sqlpower.wabit.report.chart
 

Methods in ca.sqlpower.wabit.report.chart that return ColumnRole
 ColumnRole ChartColumn.getRoleInChart()
           
static ColumnRole ColumnRole.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColumnRole[] ColumnRole.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in ca.sqlpower.wabit.report.chart with parameters of type ColumnRole
 java.util.List<ChartColumn> Chart.findRoleColumns(ColumnRole role)
          Returns a list of the identifiers for all columns labeled as a given role in a bar chart.
 void ChartColumn.setRoleInChart(ColumnRole dataType)
           
 

Uses of ColumnRole in ca.sqlpower.wabit.swingui.tree
 

Fields in ca.sqlpower.wabit.swingui.tree with type parameters of type ColumnRole
static java.util.Map<ColumnRole,javax.swing.Icon> WorkspaceTreeCellRenderer.CHART_COL_ROLE_ICONS
          Mapping of ColumnRole types to their respective icons.
 



Copyright © 2009. All Rights Reserved.