|
|
@ -26,10 +26,6 @@ import java.awt.Dimension; |
|
|
|
public class SingleCategoryDataSetFieldsPane |
|
|
|
public class SingleCategoryDataSetFieldsPane |
|
|
|
extends AbstractDataSetFieldsWithSeriesValuePane<MultiCategoryColumnFieldCollection> { |
|
|
|
extends AbstractDataSetFieldsWithSeriesValuePane<MultiCategoryColumnFieldCollection> { |
|
|
|
|
|
|
|
|
|
|
|
private UIComboBox categoryPane; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private CategorySeriesFilterPane filterPane; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private static final int HGAP = 0; |
|
|
|
private static final int HGAP = 0; |
|
|
|
private static final int VGAP = 6; |
|
|
|
private static final int VGAP = 6; |
|
|
|
private static final int TOP = 4; |
|
|
|
private static final int TOP = 4; |
|
|
@ -37,6 +33,10 @@ public class SingleCategoryDataSetFieldsPane |
|
|
|
private static final int BOTTOM = 0; |
|
|
|
private static final int BOTTOM = 0; |
|
|
|
private static final int RIGHT = 15; |
|
|
|
private static final int RIGHT = 15; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private UIComboBox categoryPane; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private CategorySeriesFilterPane filterPane; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public SingleCategoryDataSetFieldsPane() { |
|
|
|
public SingleCategoryDataSetFieldsPane() { |
|
|
|
} |
|
|
|
} |
|
|
|