Browse Source

代码质量,公式部分可扩展

master
finereport 7 years ago
parent
commit
6a9170a93c
  1. 3
      designer/src/com/fr/design/actions/insert/flot/FormulaFloatAction.java
  2. 10
      designer/src/com/fr/design/cell/editor/FormulaCellEditor.java
  3. 10
      designer/src/com/fr/design/cell/editor/FormulaFloatEditor.java
  4. 5
      designer/src/com/fr/design/cell/editor/RichTextToolBar.java
  5. 10
      designer/src/com/fr/design/dscolumn/DSColumnAdvancedPane.java
  6. 6
      designer/src/com/fr/design/dscolumn/SpecifiedGroupAttrPane.java
  7. 5
      designer/src/com/fr/design/headerfooter/HFAttributesEditDialog.java
  8. 2
      designer/src/com/fr/design/mainframe/ElementCasePane.java
  9. 2
      designer/src/com/fr/design/module/DesignerModule.java
  10. 5
      designer/src/com/fr/design/report/RichTextEditingPane.java
  11. 142
      designer/src/com/fr/design/report/ValueVerifierEditPane.java
  12. 47
      designer/src/com/fr/design/widget/ui/DateEditorDefinePane.java
  13. 22
      designer/src/com/fr/grid/IntelliElements.java
  14. 18
      designer/src/com/fr/grid/selection/CellSelection.java
  15. 13
      designer/src/com/fr/quickeditor/cellquick/CellDSColumnEditor.java
  16. 12
      designer/src/com/fr/quickeditor/cellquick/CellFormulaQuickEditor.java
  17. 8
      designer/src/com/fr/quickeditor/cellquick/CellStringQuickEditor.java
  18. 8
      designer/src/com/fr/quickeditor/floatquick/FloatStringQuickEditor.java
  19. 25
      designer_base/src/com/fr/design/actions/core/ActionFactory.java
  20. 10
      designer_base/src/com/fr/design/condition/LiteConditionPane.java
  21. 239
      designer_base/src/com/fr/design/data/datapane/ChoosePaneSupportFormula.java
  22. 4
      designer_base/src/com/fr/design/data/tabledata/tabledatapane/MultiTDTableDataPane.java
  23. 17
      designer_base/src/com/fr/design/editor/DoubleDeckValueEditorPane.java
  24. 811
      designer_base/src/com/fr/design/editor/ValueEditorPane.java
  25. 5
      designer_base/src/com/fr/design/editor/editor/ConstantsEditor.java
  26. 28
      designer_base/src/com/fr/design/editor/editor/FormulaEditor.java
  27. 41
      designer_base/src/com/fr/design/formula/FormulaPane.java
  28. 7
      designer_base/src/com/fr/design/formula/FormulaPaneWhenReserveFormula.java
  29. 7
      designer_base/src/com/fr/design/formula/SortFormulaPane.java
  30. 7
      designer_base/src/com/fr/design/formula/TinyFormulaPane.java
  31. 7
      designer_base/src/com/fr/design/formula/UIFormula.java
  32. 232
      designer_base/src/com/fr/design/present/dict/FormulaDictPane.java
  33. 11
      designer_base/src/com/fr/design/widget/component/DateValuePane.java
  34. 64
      designer_base/src/com/fr/design/write/submit/DBManipulationPane.java
  35. 5
      designer_chart/src/com/fr/design/chart/ChartSwingUtils.java
  36. 7
      designer_chart/src/com/fr/design/chart/axis/ChartAlertValuePane.java
  37. 14
      designer_chart/src/com/fr/design/chart/axis/MinMaxValuePane.java
  38. 596
      designer_chart/src/com/fr/design/chart/report/GisMapReportDataContentPane.java
  39. 396
      designer_chart/src/com/fr/design/chart/report/MapMoreReportIndexPane.java
  40. 33
      designer_chart/src/com/fr/design/chart/report/MapReportDataSinglePane.java
  41. 6
      designer_chart/src/com/fr/design/mainframe/chart/gui/data/report/AbstractReportDataContentPane.java
  42. 3
      designer_chart/src/com/fr/design/mainframe/chart/gui/data/report/CategoryPlotReportDataContentPane.java
  43. 4
      designer_chart/src/com/fr/design/mainframe/chart/gui/other/ChartDesignerInteractivePane.java
  44. 4
      designer_chart/src/com/fr/design/mainframe/chart/gui/other/ChartInteractivePane.java
  45. 25
      designer_chart/src/com/fr/design/mainframe/chart/gui/other/TimeSwitchPane.java
  46. 938
      designer_chart/src/com/fr/design/mainframe/chart/gui/style/ChartAxisLabelPane.java
  47. 6
      designer_chart/src/com/fr/design/mainframe/chart/gui/style/ChartAxisTitlePane.java
  48. 723
      designer_chart/src/com/fr/design/mainframe/chart/gui/style/DateAxisValuePane.java
  49. 5
      designer_chart/src/com/fr/design/mainframe/chart/gui/style/axis/ChartValuePane.java
  50. 24
      designer_chart/src/com/fr/design/mainframe/chart/gui/style/series/UIColorPickerPane.java
  51. 384
      designer_chart/src/com/fr/design/mainframe/chart/gui/style/title/ChartTitlePane.java
  52. 14
      designer_chart/src/com/fr/plugin/chart/designer/other/VanChartInteractivePane.java
  53. 8
      designer_chart/src/com/fr/plugin/chart/designer/style/VanChartTitlePane.java
  54. 12
      designer_chart/src/com/fr/plugin/chart/designer/style/axis/VanChartBaseAxisPane.java
  55. 16
      designer_chart/src/com/fr/plugin/chart/designer/style/axis/VanChartTimeAxisPane.java
  56. 5
      designer_chart/src/com/fr/plugin/chart/designer/style/axis/VanChartValueAxisPane.java
  57. 6
      designer_chart/src/com/fr/plugin/chart/designer/style/axis/component/MinMaxValuePaneWithOutTick.java
  58. 5
      designer_chart/src/com/fr/plugin/chart/designer/style/background/VanChartAlertValuePane.java
  59. 6
      designer_chart/src/com/fr/plugin/chart/designer/style/background/VanChartCustomIntervalBackgroundPane.java
  60. 308
      designer_form/src/com/fr/design/designer/creator/XBorderStyleWidgetCreator.java
  61. 3
      designer_form/src/com/fr/design/mainframe/widget/accessibles/AccessibleFormulaEditor.java
  62. 3
      designer_form/src/com/fr/design/mainframe/widget/wrappers/FormulaWrapper.java
  63. 49
      designer_form/src/com/fr/design/widget/ui/designer/DateEditorDefinePane.java

3
designer/src/com/fr/design/actions/insert/flot/FormulaFloatAction.java

@ -3,6 +3,7 @@
*/ */
package com.fr.design.actions.insert.flot; package com.fr.design.actions.insert.flot;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.DynamicUnitList; import com.fr.base.DynamicUnitList;
import com.fr.base.Formula; import com.fr.base.Formula;
@ -108,7 +109,7 @@ public class FormulaFloatAction extends ElementCaseAction {
reportPane.stopEditing(); reportPane.stopEditing();
final FloatElement floatElement = new FloatElement(); final FloatElement floatElement = new FloatElement();
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
formulaPane.populate(new Formula(StringUtils.EMPTY)); formulaPane.populate(BaseFormula.createFormulaBuilder().build());
BasicDialog dialog = formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() { BasicDialog dialog = formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() {

10
designer/src/com/fr/design/cell/editor/FormulaCellEditor.java

@ -3,7 +3,7 @@
*/ */
package com.fr.design.cell.editor; package com.fr.design.cell.editor;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.design.dialog.DialogActionAdapter; import com.fr.design.dialog.DialogActionAdapter;
import com.fr.design.formula.FormulaFactory; import com.fr.design.formula.FormulaFactory;
import com.fr.design.formula.UIFormula; import com.fr.design.formula.UIFormula;
@ -34,7 +34,7 @@ public class FormulaCellEditor extends com.fr.design.cell.editor.AbstractCellEdi
*/ */
@Override @Override
public Object getCellEditorValue() throws Exception { public Object getCellEditorValue() throws Exception {
Formula newFormula = this.formulaEditorPane.update(); BaseFormula newFormula = this.formulaEditorPane.update();
if (newFormula.getContent() != null && newFormula.getContent().trim().length() > 1) { if (newFormula.getContent() != null && newFormula.getContent().trim().length() > 1) {
return newFormula; return newFormula;
} else { } else {
@ -64,13 +64,13 @@ public class FormulaCellEditor extends com.fr.design.cell.editor.AbstractCellEdi
if (cellElement != null) { if (cellElement != null) {
value = cellElement.getValue(); value = cellElement.getValue();
} }
if (value == null || !(value instanceof Formula)) { if (value == null || !(value instanceof BaseFormula)) {
value = new Formula(""); value = BaseFormula.createFormulaBuilder().build();
} }
this.formulaEditorPane = FormulaFactory.createFormulaPaneWhenReserveFormula(); this.formulaEditorPane = FormulaFactory.createFormulaPaneWhenReserveFormula();
this.formulaEditorPane.populate((Formula) value); this.formulaEditorPane.populate((BaseFormula) value);
return this.formulaEditorPane.showLargeWindow(SwingUtilities.getWindowAncestor(grid), new DialogActionAdapter() { return this.formulaEditorPane.showLargeWindow(SwingUtilities.getWindowAncestor(grid), new DialogActionAdapter() {
@Override @Override

10
designer/src/com/fr/design/cell/editor/FormulaFloatEditor.java

@ -3,7 +3,7 @@
*/ */
package com.fr.design.cell.editor; package com.fr.design.cell.editor;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.design.dialog.DialogActionAdapter; import com.fr.design.dialog.DialogActionAdapter;
import com.fr.design.formula.FormulaFactory; import com.fr.design.formula.FormulaFactory;
import com.fr.design.formula.UIFormula; import com.fr.design.formula.UIFormula;
@ -31,7 +31,7 @@ public class FormulaFloatEditor extends AbstractFloatEditor {
*/ */
@Override @Override
public Object getFloatEditorValue() throws Exception { public Object getFloatEditorValue() throws Exception {
Formula newFormula = this.formulaEditorPane.update(); BaseFormula newFormula = this.formulaEditorPane.update();
if (newFormula.getContent() != null && newFormula.getContent().trim().length() > 1) { if (newFormula.getContent() != null && newFormula.getContent().trim().length() > 1) {
return newFormula; return newFormula;
} else { } else {
@ -59,12 +59,12 @@ public class FormulaFloatEditor extends AbstractFloatEditor {
public Component getFloatEditorComponent(Grid grid, FloatElement floatElement, int resolution) { public Component getFloatEditorComponent(Grid grid, FloatElement floatElement, int resolution) {
//populate data to UI //populate data to UI
Object value = floatElement.getValue(); Object value = floatElement.getValue();
if (value == null || !(value instanceof com.fr.base.Formula)) { if (value == null || !(value instanceof BaseFormula)) {
value = new Formula(""); value = BaseFormula.createFormulaBuilder().build();
} }
this.formulaEditorPane = FormulaFactory.createFormulaPane(); this.formulaEditorPane = FormulaFactory.createFormulaPane();
this.formulaEditorPane.populate((Formula) value); this.formulaEditorPane.populate((BaseFormula) value);
return this.formulaEditorPane.showLargeWindow(SwingUtilities.getWindowAncestor(grid), new DialogActionAdapter() { return this.formulaEditorPane.showLargeWindow(SwingUtilities.getWindowAncestor(grid), new DialogActionAdapter() {

5
designer/src/com/fr/design/cell/editor/RichTextToolBar.java

@ -3,6 +3,7 @@
*/ */
package com.fr.design.cell.editor; package com.fr.design.cell.editor;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.FRContext; import com.fr.base.FRContext;
import com.fr.base.Formula; import com.fr.base.Formula;
@ -311,12 +312,12 @@ public class RichTextToolBar extends BasicPane{
private ActionListener formulaActionListener = new ActionListener() { private ActionListener formulaActionListener = new ActionListener() {
public void actionPerformed(ActionEvent evt) { public void actionPerformed(ActionEvent evt) {
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
formulaPane.populate(new Formula()); formulaPane.populate(BaseFormula.createFormulaBuilder().build());
formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() { formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() {
@Override @Override
public void doOk() { public void doOk() {
StyledDocument doc = (StyledDocument) textPane.getDocument(); StyledDocument doc = (StyledDocument) textPane.getDocument();
Formula fm = formulaPane.update(); BaseFormula fm = formulaPane.update();
String content = RichTextConverter.asFormula(fm.getContent()); String content = RichTextConverter.asFormula(fm.getContent());
int start = textPane.getSelectionStart(); int start = textPane.getSelectionStart();
AttributeSet attrs = start > 0 ? doc.getCharacterElement(start - 1).getAttributes() : new SimpleAttributeSet(); AttributeSet attrs = start > 0 ? doc.getCharacterElement(start - 1).getAttributes() : new SimpleAttributeSet();

10
designer/src/com/fr/design/dscolumn/DSColumnAdvancedPane.java

@ -1,6 +1,6 @@
package com.fr.design.dscolumn; package com.fr.design.dscolumn;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.data.util.SortOrder; import com.fr.data.util.SortOrder;
import com.fr.design.data.DesignTableDataManager; import com.fr.design.data.DesignTableDataManager;
import com.fr.design.dialog.BasicPane; import com.fr.design.dialog.BasicPane;
@ -31,7 +31,9 @@ import java.awt.*;
import java.awt.event.ActionEvent; import java.awt.event.ActionEvent;
import java.awt.event.ActionListener; import java.awt.event.ActionListener;
import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.*; import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.BOTTOM;
import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.SPECIFY;
import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.TOP;
public class DSColumnAdvancedPane extends BasicPane { public class DSColumnAdvancedPane extends BasicPane {
@ -460,7 +462,7 @@ public class DSColumnAdvancedPane extends BasicPane {
private ActionListener formulaButtonActionListener = new ActionListener() { private ActionListener formulaButtonActionListener = new ActionListener() {
public void actionPerformed(ActionEvent evt) { public void actionPerformed(ActionEvent evt) {
Formula valueFormula = new Formula(); BaseFormula valueFormula = BaseFormula.createFormulaBuilder().build();
String text = formulaTextField.getText(); String text = formulaTextField.getText();
if (text == null || text.length() <= 0) { if (text == null || text.length() <= 0) {
valueFormula.setContent(defaultValue); valueFormula.setContent(defaultValue);
@ -485,7 +487,7 @@ public class DSColumnAdvancedPane extends BasicPane {
formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(JFormulaField.this), new DialogActionAdapter() { formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(JFormulaField.this), new DialogActionAdapter() {
@Override @Override
public void doOk() { public void doOk() {
Formula valueFormula = formulaPane.update(); BaseFormula valueFormula = formulaPane.update();
if (valueFormula.getContent().length() <= 1) { if (valueFormula.getContent().length() <= 1) {
formulaTextField.setText(defaultValue); formulaTextField.setText(defaultValue);
} else { } else {

6
designer/src/com/fr/design/dscolumn/SpecifiedGroupAttrPane.java

@ -1,6 +1,6 @@
package com.fr.design.dscolumn; package com.fr.design.dscolumn;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.design.beans.BasicBeanPane; import com.fr.design.beans.BasicBeanPane;
import com.fr.design.condition.DSColumnLiteConditionPane; import com.fr.design.condition.DSColumnLiteConditionPane;
import com.fr.design.dialog.BasicPane; import com.fr.design.dialog.BasicPane;
@ -333,7 +333,7 @@ public class SpecifiedGroupAttrPane extends BasicPane {
formulaButton.setPreferredSize(new Dimension(25, valueField.getPreferredSize().height)); formulaButton.setPreferredSize(new Dimension(25, valueField.getPreferredSize().height));
formulaButton.addActionListener(new ActionListener() { formulaButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent evt) { public void actionPerformed(ActionEvent evt) {
Formula valueFormula = new Formula(); BaseFormula valueFormula = BaseFormula.createFormulaBuilder().build();
String text = valueField.getText(); String text = valueField.getText();
if (text == null || text.length() <= 0) { if (text == null || text.length() <= 0) {
valueFormula.setContent("$$$"); valueFormula.setContent("$$$");
@ -347,7 +347,7 @@ public class SpecifiedGroupAttrPane extends BasicPane {
formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(FormulaGroupPane.this), new DialogActionAdapter(){ formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(FormulaGroupPane.this), new DialogActionAdapter(){
@Override @Override
public void doOk() { public void doOk() {
Formula valueFormula = formulaPane.update(); BaseFormula valueFormula = formulaPane.update();
if (valueFormula.getContent().length() <= 1) { if (valueFormula.getContent().length() <= 1) {
valueField.setText("$$$"); valueField.setText("$$$");
} else { } else {

5
designer/src/com/fr/design/headerfooter/HFAttributesEditDialog.java

@ -3,6 +3,7 @@
*/ */
package com.fr.design.headerfooter; package com.fr.design.headerfooter;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.base.headerfooter.*; import com.fr.base.headerfooter.*;
import com.fr.design.dialog.BasicPane; import com.fr.design.dialog.BasicPane;
@ -121,7 +122,7 @@ public class HFAttributesEditDialog extends BasicPane {
formulaButton.addActionListener(new ActionListener() { formulaButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent evt) { public void actionPerformed(ActionEvent evt) {
Formula valueFormula = new Formula(); BaseFormula valueFormula = BaseFormula.createFormulaBuilder().build();
String text = formulaContentField.getText(); String text = formulaContentField.getText();
if (text == null || text.length() <= 0) { if (text == null || text.length() <= 0) {
valueFormula.setContent(""); valueFormula.setContent("");
@ -135,7 +136,7 @@ public class HFAttributesEditDialog extends BasicPane {
@Override @Override
public void doOk() { public void doOk() {
Formula valueFormula = formulaPane.update(); BaseFormula valueFormula = formulaPane.update();
if (valueFormula.getContent().length() <= 1) { if (valueFormula.getContent().length() <= 1) {
formulaContentField.setText(""); formulaContentField.setText("");
} else { } else {

2
designer/src/com/fr/design/mainframe/ElementCasePane.java

@ -322,7 +322,7 @@ public abstract class ElementCasePane<T extends TemplateElementCase> extends Tar
private void initDefaultEditors() { private void initDefaultEditors() {
Grid grid = this.getGrid(); Grid grid = this.getGrid();
grid.setDefaultCellEditor(DSColumn.class, new DSColumnCellEditor(this)); grid.setDefaultCellEditor(DSColumn.class, new DSColumnCellEditor(this));
grid.setDefaultCellEditor(Formula.class, new FormulaCellEditor(this)); grid.setDefaultCellEditor(BaseFormula.class, new FormulaCellEditor(this));
grid.setDefaultCellEditor(RichText.class, new RichTextCellEditor(this)); grid.setDefaultCellEditor(RichText.class, new RichTextCellEditor(this));
grid.setDefaultCellEditor(BiasTextPainter.class, new BiasTextPainterCellEditor(this)); grid.setDefaultCellEditor(BiasTextPainter.class, new BiasTextPainterCellEditor(this));

2
designer/src/com/fr/design/module/DesignerModule.java

@ -112,7 +112,7 @@ public class DesignerModule extends DesignModule {
private void registerCellEditor() { private void registerCellEditor() {
ActionFactory.registerCellEditor(String.class, CellStringQuickEditor.class); ActionFactory.registerCellEditor(String.class, CellStringQuickEditor.class);
ActionFactory.registerCellEditor(Number.class, CellStringQuickEditor.class); ActionFactory.registerCellEditor(Number.class, CellStringQuickEditor.class);
ActionFactory.registerCellEditor(Formula.class, CellFormulaQuickEditor.class); ActionFactory.registerCellEditor(BaseFormula.class, CellFormulaQuickEditor.class);
ActionFactory.registerCellEditor(SubReport.class, CellSubReportEditor.class); ActionFactory.registerCellEditor(SubReport.class, CellSubReportEditor.class);
ActionFactory.registerCellEditor(RichText.class, CellRichTextEditor.class); ActionFactory.registerCellEditor(RichText.class, CellRichTextEditor.class);
ActionFactory.registerCellEditor(DSColumn.class, CellDSColumnEditor.class); ActionFactory.registerCellEditor(DSColumn.class, CellDSColumnEditor.class);

5
designer/src/com/fr/design/report/RichTextEditingPane.java

@ -3,6 +3,7 @@
*/ */
package com.fr.design.report; package com.fr.design.report;
import com.fr.base.BaseFormula;
import com.fr.base.FRContext; import com.fr.base.FRContext;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.design.dialog.DialogActionAdapter; import com.fr.design.dialog.DialogActionAdapter;
@ -139,12 +140,12 @@ public class RichTextEditingPane extends UITextPane{
private void popUpFormulaEditPane(final String formulaContent, final int formulaStart, private void popUpFormulaEditPane(final String formulaContent, final int formulaStart,
final AttributeSet attrs){ final AttributeSet attrs){
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
formulaPane.populate(new Formula(formulaContent)); formulaPane.populate(BaseFormula.createFormulaBuilder().build(formulaContent));
formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() { formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() {
@Override @Override
public void doOk() { public void doOk() {
StyledDocument doc = (StyledDocument) RichTextEditingPane.this.getDocument(); StyledDocument doc = (StyledDocument) RichTextEditingPane.this.getDocument();
Formula fm = formulaPane.update(); BaseFormula fm = formulaPane.update();
String content = RichTextConverter.asFormula(fm.getContent()); String content = RichTextConverter.asFormula(fm.getContent());
try { try {
doc.remove(formulaStart, formulaContent.length() + WRAPPER_LEN); doc.remove(formulaStart, formulaContent.length() + WRAPPER_LEN);

142
designer/src/com/fr/design/report/ValueVerifierEditPane.java

@ -1,71 +1,71 @@
package com.fr.design.report; package com.fr.design.report;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.data.VerifyItem; import com.fr.data.VerifyItem;
import com.fr.design.gui.itableeditorpane.ActionStyle; import com.fr.design.gui.itableeditorpane.ActionStyle;
import com.fr.design.gui.itableeditorpane.UIArrayFormulaTableModel; import com.fr.design.gui.itableeditorpane.UIArrayFormulaTableModel;
import com.fr.design.gui.itableeditorpane.UITableEditorPane; import com.fr.design.gui.itableeditorpane.UITableEditorPane;
import com.fr.design.layout.FRGUIPaneFactory; import com.fr.design.layout.FRGUIPaneFactory;
import com.fr.general.GeneralUtils; import com.fr.general.GeneralUtils;
import com.fr.general.Inter; import com.fr.general.Inter;
import com.fr.report.write.ValueVerifier; import com.fr.report.write.ValueVerifier;
import com.fr.stable.FormulaProvider; import com.fr.stable.FormulaProvider;
import com.fr.stable.StableUtils; import com.fr.stable.StableUtils;
import javax.swing.*; import javax.swing.*;
import java.awt.*; import java.awt.*;
public class ValueVerifierEditPane extends JPanel { public class ValueVerifierEditPane extends JPanel {
private UITableEditorPane<Object[]> tableEditorPane; private UITableEditorPane<Object[]> tableEditorPane;
private final String[] columnNames = new String[] { private final String[] columnNames = new String[] {
Inter.getLocText(new String[] {"Verify-Verify_Formula", "Verify-ToolTips"}, new String[] {"(", ")"}), Inter.getLocText(new String[] {"Verify-Verify_Formula", "Verify-ToolTips"}, new String[] {"(", ")"}),
Inter.getLocText("Verify-Error_Information") }; Inter.getLocText("Verify-Error_Information") };
public ValueVerifierEditPane() { public ValueVerifierEditPane() {
// ben:UITableEditorPane; // ben:UITableEditorPane;
this.setLayout(FRGUIPaneFactory.createM_BorderLayout()); this.setLayout(FRGUIPaneFactory.createM_BorderLayout());
tableEditorPane = new UITableEditorPane(new UIArrayFormulaTableModel(columnNames, new int[] { tableEditorPane = new UITableEditorPane(new UIArrayFormulaTableModel(columnNames, new int[] {
ActionStyle.ADDSTYLE, ActionStyle.DELETESTYLE, ActionStyle.ADDSTYLE, ActionStyle.DELETESTYLE,
ActionStyle.MOVEUPSTYLE, ActionStyle.MOVEDOWNSTYLE})); ActionStyle.MOVEUPSTYLE, ActionStyle.MOVEDOWNSTYLE}));
this.add(tableEditorPane, BorderLayout.CENTER); this.add(tableEditorPane, BorderLayout.CENTER);
} }
/** /**
* populate * populate
*/ */
public void populate(ValueVerifier valueVerifier) { public void populate(ValueVerifier valueVerifier) {
if (valueVerifier == null) { if (valueVerifier == null) {
return; return;
} }
int rowCount = valueVerifier.getVerifyItemsCount(); int rowCount = valueVerifier.getVerifyItemsCount();
Object[][] os = new Object[rowCount][]; Object[][] os = new Object[rowCount][];
int tableDataCount = 0; int tableDataCount = 0;
for (int i = 0; i < rowCount; i ++) { for (int i = 0; i < rowCount; i ++) {
VerifyItem item = valueVerifier.getVerifyItem(i); VerifyItem item = valueVerifier.getVerifyItem(i);
FormulaProvider formula = item.getFormula(); FormulaProvider formula = item.getFormula();
if (formula == null) { if (formula == null) {
continue; continue;
} }
String msg = item.getMessage(); String msg = item.getMessage();
if (!StableUtils.canBeFormula(msg)) { if (!StableUtils.canBeFormula(msg)) {
msg = "\"" + msg + "\"";//如果报错信息是以前的写法(字符串)就拼上"" msg = "\"" + msg + "\"";//如果报错信息是以前的写法(字符串)就拼上""
} }
os[tableDataCount++] = new Object[]{formula, new Formula(msg)}; os[tableDataCount++] = new Object[]{formula, BaseFormula.createFormulaBuilder().build(msg)};
} }
this.tableEditorPane.populate(os); this.tableEditorPane.populate(os);
} }
public ValueVerifier update() { public ValueVerifier update() {
ValueVerifier valueVerifier = new ValueVerifier(); ValueVerifier valueVerifier = new ValueVerifier();
java.util.List<Object[]> list = tableEditorPane.update(); java.util.List<Object[]> list = tableEditorPane.update();
for (int i = 0; i < list.size(); i++) { for (int i = 0; i < list.size(); i++) {
Object[] o = list.get(i); Object[] o = list.get(i);
if (o == null || o[0] == null) { if (o == null || o[0] == null) {
continue; continue;
} }
VerifyItem item = new VerifyItem(new Formula(GeneralUtils.objectToString(o[0])), GeneralUtils.objectToString(o[1])); VerifyItem item = new VerifyItem(BaseFormula.createFormulaBuilder().build(o[0]), GeneralUtils.objectToString(o[1]));
valueVerifier.addVerifyItem(item); valueVerifier.addVerifyItem(item);
} }
return valueVerifier; return valueVerifier;
} }
} }

47
designer/src/com/fr/design/widget/ui/DateEditorDefinePane.java

@ -17,6 +17,7 @@ import com.fr.general.DateUtils;
import com.fr.general.Inter; import com.fr.general.Inter;
import com.fr.script.Calculator; import com.fr.script.Calculator;
import com.fr.stable.ArrayUtils; import com.fr.stable.ArrayUtils;
import com.fr.stable.FormulaProvider;
import com.fr.stable.UtilEvalError; import com.fr.stable.UtilEvalError;
import javax.swing.*; import javax.swing.*;
@ -214,52 +215,6 @@ public class DateEditorDefinePane extends DirectWriteEditorDefinePane<DateEditor
return ob; return ob;
} }
/**
* 更新日期控件的起止日期
* @param dateWidgetEditor 日期控件
*/
public void updateStartEnd(DateEditor dateWidgetEditor) {
Object startObject = "";
Object endObject = endDv.update();
// wei : 对公式的处理
Calculator cal = null;
if (startObject instanceof Formula) {
cal = Calculator.createCalculator();
Formula startFormula = (Formula) startObject;
try {
startFormula.setResult(cal.evalValue(startFormula.getContent()));
} catch (UtilEvalError e) {
FRContext.getLogger().error(e.getMessage(), e);
}
startObject = startFormula.getResult();
dateWidgetEditor.setStartDateFM(startFormula);
dateWidgetEditor.setStartText(null);
} else {
try {
dateWidgetEditor.setStartText(startObject == null ? "" : DateUtils.getDate2Str("MM/dd/yyyy", (Date)startObject));
} catch(ClassCastException e) {
//wei : TODO 说明应用的公式不能转化成日期格式,应该做些处理。
}
}
if (endObject instanceof Formula) {
cal = Calculator.createCalculator();
Formula endFormula = (Formula) endObject;
try {
endFormula.setResult(cal.evalValue(endFormula.getContent()));
} catch (UtilEvalError e) {
FRContext.getLogger().error(e.getMessage(), e);
}
endObject = endFormula.getResult();
dateWidgetEditor.setEndDateFM(endFormula);
dateWidgetEditor.setEndText(null);
} else {
try {
dateWidgetEditor.setEndText(endObject == null ? "" : DateUtils.getDate2Str("MM/dd/yyyy", (Date)endObject));
} catch(ClassCastException e) {
}
}
}
private SimpleDateFormat getSimpleDateFormat() { private SimpleDateFormat getSimpleDateFormat() {
String text = (String) currentFormatComboBox.getSelectedItem(); String text = (String) currentFormatComboBox.getSelectedItem();

22
designer/src/com/fr/grid/IntelliElements.java

@ -1,12 +1,8 @@
package com.fr.grid; package com.fr.grid;
import java.awt.Rectangle; import com.fr.base.BaseFormula;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.FRContext; import com.fr.base.FRContext;
import com.fr.base.Formula;
import com.fr.design.cell.clipboard.CellElementsClip; import com.fr.design.cell.clipboard.CellElementsClip;
import com.fr.design.cell.clipboard.ElementsTransferable; import com.fr.design.cell.clipboard.ElementsTransferable;
import com.fr.design.mainframe.ElementCasePane; import com.fr.design.mainframe.ElementCasePane;
@ -19,6 +15,10 @@ import com.fr.report.cell.cellattr.core.group.DSColumn;
import com.fr.report.elementcase.TemplateElementCase; import com.fr.report.elementcase.TemplateElementCase;
import com.fr.stable.ColumnRow; import com.fr.stable.ColumnRow;
import java.awt.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/** /**
* Kevin Wang: inner class used by method intelliElements iterating in GridUtils.java. * Kevin Wang: inner class used by method intelliElements iterating in GridUtils.java.
*/ */
@ -199,8 +199,8 @@ public class IntelliElements {
newCellElement.setCellExpandAttr(sourceCellElement.getCellExpandAttr()); newCellElement.setCellExpandAttr(sourceCellElement.getCellExpandAttr());
} else if (sourceCellElement.getValue() instanceof Number) { } else if (sourceCellElement.getValue() instanceof Number) {
newCellElement.setValue(processNumber((Number) sourceCellElement.getValue())); newCellElement.setValue(processNumber((Number) sourceCellElement.getValue()));
} else if (sourceCellElement.getValue() instanceof Formula) { } else if (sourceCellElement.getValue() instanceof BaseFormula) {
Formula formula = (Formula) sourceCellElement.getValue(); BaseFormula formula = (BaseFormula) sourceCellElement.getValue();
formula = this.generateSimpleFormula(formula, 1); formula = this.generateSimpleFormula(formula, 1);
newCellElement.setValue(formula); newCellElement.setValue(formula);
} else { } else {
@ -231,12 +231,12 @@ public class IntelliElements {
protected abstract ColumnRow processColumnRow(ColumnRow org, int diff); protected abstract ColumnRow processColumnRow(ColumnRow org, int diff);
private Formula generateSimpleFormula(Formula formula, int diff) { private BaseFormula generateSimpleFormula(BaseFormula formula, int diff) {
Formula newFormula; BaseFormula newFormula;
try { try {
newFormula = (Formula) (formula.clone()); newFormula = formula.clone();
} catch (CloneNotSupportedException e) { } catch (CloneNotSupportedException e) {
newFormula = new Formula(); newFormula = BaseFormula.createFormulaBuilder().build();
FRContext.getLogger().error(e.getMessage(), e); FRContext.getLogger().error(e.getMessage(), e);
} }
String formulaContent = formula.getContent(); String formulaContent = formula.getContent();

18
designer/src/com/fr/grid/selection/CellSelection.java

@ -1,10 +1,21 @@
package com.fr.grid.selection; package com.fr.grid.selection;
import com.fr.base.*; import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils;
import com.fr.base.ConfigManager;
import com.fr.base.NameStyle;
import com.fr.base.Utils;
import com.fr.cache.list.IntList; import com.fr.cache.list.IntList;
import com.fr.design.actions.UpdateAction; import com.fr.design.actions.UpdateAction;
import com.fr.design.actions.cell.*; import com.fr.design.actions.cell.CellAttributeAction;
import com.fr.design.actions.cell.CellExpandAttrAction;
import com.fr.design.actions.cell.CellWidgetAttrAction;
import com.fr.design.actions.cell.CleanAuthorityAction;
import com.fr.design.actions.cell.ConditionAttributesAction;
import com.fr.design.actions.cell.EditCellAction;
import com.fr.design.actions.cell.GlobalStyleMenuDef;
import com.fr.design.actions.cell.GlobalStyleMenuDef.GlobalStyleSelection; import com.fr.design.actions.cell.GlobalStyleMenuDef.GlobalStyleSelection;
import com.fr.design.actions.cell.StyleAction;
import com.fr.design.actions.core.ActionFactory; import com.fr.design.actions.core.ActionFactory;
import com.fr.design.actions.edit.CopyAction; import com.fr.design.actions.edit.CopyAction;
import com.fr.design.actions.edit.CutAction; import com.fr.design.actions.edit.CutAction;
@ -26,7 +37,6 @@ import com.fr.design.mainframe.JTemplate;
import com.fr.design.menu.KeySetUtils; import com.fr.design.menu.KeySetUtils;
import com.fr.design.report.RowColumnPane; import com.fr.design.report.RowColumnPane;
import com.fr.design.selection.QuickEditor; import com.fr.design.selection.QuickEditor;
import com.fr.form.ui.CellWidget;
import com.fr.general.Inter; import com.fr.general.Inter;
import com.fr.grid.GridUtils; import com.fr.grid.GridUtils;
import com.fr.report.cell.CellElement; import com.fr.report.cell.CellElement;
@ -293,7 +303,7 @@ public class CellSelection extends Selection {
for (int c = 0; c < lineTextArray.length; c++) { for (int c = 0; c < lineTextArray.length; c++) {
String textValue = lineTextArray[c]; String textValue = lineTextArray[c];
if (textValue.length() > 0 && textValue.charAt(0) == '=') { if (textValue.length() > 0 && textValue.charAt(0) == '=') {
ec.setCellValue(column + c, row + r, new Formula(textValue)); ec.setCellValue(column + c, row + r, BaseFormula.createFormulaBuilder().build(textValue));
} else { } else {
Number number = Utils.string2Number(lineTextArray[c]); Number number = Utils.string2Number(lineTextArray[c]);
if (number != null) { if (number != null) {

13
designer/src/com/fr/quickeditor/cellquick/CellDSColumnEditor.java

@ -1,6 +1,6 @@
package com.fr.quickeditor.cellquick; package com.fr.quickeditor.cellquick;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.design.actions.UpdateAction; import com.fr.design.actions.UpdateAction;
import com.fr.design.actions.columnrow.DSColumnConditionAction; import com.fr.design.actions.columnrow.DSColumnConditionAction;
import com.fr.design.actions.core.ActionFactory; import com.fr.design.actions.core.ActionFactory;
@ -47,7 +47,12 @@ import java.awt.event.ItemEvent;
import java.awt.event.ItemListener; import java.awt.event.ItemListener;
import java.util.ArrayList; import java.util.ArrayList;
import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.*; import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.BOTTOM;
import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.EVEN;
import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.ODD;
import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.SPECIFY;
import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.TOP;
import static com.fr.report.cell.cellattr.core.group.FilterTypeEnum.UNDEFINE;
/** /**
@ -974,7 +979,7 @@ public class CellDSColumnEditor extends CellQuickEditor {
private ActionListener formulaButtonActionListener = new ActionListener() { private ActionListener formulaButtonActionListener = new ActionListener() {
public void actionPerformed(ActionEvent evt) { public void actionPerformed(ActionEvent evt) {
Formula valueFormula = new Formula(); BaseFormula valueFormula = BaseFormula.createFormulaBuilder().build();
String text = formulaTextField.getText(); String text = formulaTextField.getText();
if (text == null || text.length() <= 0) { if (text == null || text.length() <= 0) {
valueFormula.setContent(defaultValue); valueFormula.setContent(defaultValue);
@ -991,7 +996,7 @@ public class CellDSColumnEditor extends CellQuickEditor {
formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(DSColumnAdvancedEditorPane.JFormulaField.this), new DialogActionAdapter() { formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(DSColumnAdvancedEditorPane.JFormulaField.this), new DialogActionAdapter() {
@Override @Override
public void doOk() { public void doOk() {
Formula valueFormula = formulaPane.update(); BaseFormula valueFormula = formulaPane.update();
if (valueFormula.getContent().length() <= 1) { if (valueFormula.getContent().length() <= 1) {
formulaTextField.setText(defaultValue); formulaTextField.setText(defaultValue);
} else { } else {

12
designer/src/com/fr/quickeditor/cellquick/CellFormulaQuickEditor.java

@ -1,6 +1,6 @@
package com.fr.quickeditor.cellquick; package com.fr.quickeditor.cellquick;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.base.Style; import com.fr.base.Style;
import com.fr.base.TextFormat; import com.fr.base.TextFormat;
import com.fr.design.actions.core.ActionFactory; import com.fr.design.actions.core.ActionFactory;
@ -99,11 +99,11 @@ public class CellFormulaQuickEditor extends CellQuickEditor {
public void actionPerformed(ActionEvent evt) { public void actionPerformed(ActionEvent evt) {
String text = formulaTextField.getText(); String text = formulaTextField.getText();
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
formulaPane.populate(new Formula(text)); formulaPane.populate(BaseFormula.createFormulaBuilder().build(text));
formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() { formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() {
@Override @Override
public void doOk() { public void doOk() {
Formula fm = formulaPane.update(); BaseFormula fm = formulaPane.update();
if (fm.getContent().length() <= 1) { if (fm.getContent().length() <= 1) {
formulaTextField.setText(DEFAULT_FORMULA); formulaTextField.setText(DEFAULT_FORMULA);
} else { } else {
@ -146,7 +146,7 @@ public class CellFormulaQuickEditor extends CellQuickEditor {
tc.getEditingElementCase().addCellElement(cellElement, false); tc.getEditingElementCase().addCellElement(cellElement, false);
} }
if (tmpText != null && (tmpText.length() > 0 && tmpText.charAt(0) == '=')) { if (tmpText != null && (tmpText.length() > 0 && tmpText.charAt(0) == '=')) {
Formula textFormula = new Formula(tmpText); BaseFormula textFormula = BaseFormula.createFormulaBuilder().build(tmpText);
textFormula.setReserveInResult(reserveInResult); textFormula.setReserveInResult(reserveInResult);
textFormula.setReserveOnWriteOrAnaly(reserveOnWriteOrAnaly); textFormula.setReserveOnWriteOrAnaly(reserveOnWriteOrAnaly);
cellElement.setValue(textFormula); cellElement.setValue(textFormula);
@ -175,8 +175,8 @@ public class CellFormulaQuickEditor extends CellQuickEditor {
Object value = cellElement.getValue(); Object value = cellElement.getValue();
if (value == null) { if (value == null) {
str = StringUtils.EMPTY; str = StringUtils.EMPTY;
} else if (value instanceof Formula) { } else if (value instanceof BaseFormula) {
Formula formula = (Formula) value; BaseFormula formula = (BaseFormula) value;
str = formula.getContent(); str = formula.getContent();
reserveInResult = formula.isReserveInResult(); reserveInResult = formula.isReserveInResult();
reserveOnWriteOrAnaly = formula.isReserveOnWriteOrAnaly(); reserveOnWriteOrAnaly = formula.isReserveOnWriteOrAnaly();

8
designer/src/com/fr/quickeditor/cellquick/CellStringQuickEditor.java

@ -1,6 +1,6 @@
package com.fr.quickeditor.cellquick; package com.fr.quickeditor.cellquick;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.base.Style; import com.fr.base.Style;
import com.fr.base.TextFormat; import com.fr.base.TextFormat;
import com.fr.design.gui.itextarea.UITextArea; import com.fr.design.gui.itextarea.UITextArea;
@ -110,7 +110,7 @@ public class CellStringQuickEditor extends CellQuickEditor {
tc.getEditingElementCase().addCellElement(cellElement, false); tc.getEditingElementCase().addCellElement(cellElement, false);
} }
if (tmpText != null && (tmpText.length() > 0 && tmpText.charAt(0) == '=')) { if (tmpText != null && (tmpText.length() > 0 && tmpText.charAt(0) == '=')) {
Formula textFormula = new Formula(tmpText); BaseFormula textFormula = BaseFormula.createFormulaBuilder().build(tmpText);
textFormula.setReserveInResult(reserveInResult); textFormula.setReserveInResult(reserveInResult);
textFormula.setReserveOnWriteOrAnaly(reserveOnWriteOrAnaly); textFormula.setReserveOnWriteOrAnaly(reserveOnWriteOrAnaly);
cellElement.setValue(textFormula); cellElement.setValue(textFormula);
@ -139,8 +139,8 @@ public class CellStringQuickEditor extends CellQuickEditor {
Object value = cellElement.getValue(); Object value = cellElement.getValue();
if (value == null) { if (value == null) {
str = StringUtils.EMPTY; str = StringUtils.EMPTY;
} else if (value instanceof Formula) { } else if (value instanceof BaseFormula) {
Formula formula = (Formula) value; BaseFormula formula = (BaseFormula) value;
str = formula.getContent(); str = formula.getContent();
reserveInResult = formula.isReserveInResult(); reserveInResult = formula.isReserveInResult();
reserveOnWriteOrAnaly = formula.isReserveOnWriteOrAnaly(); reserveOnWriteOrAnaly = formula.isReserveOnWriteOrAnaly();

8
designer/src/com/fr/quickeditor/floatquick/FloatStringQuickEditor.java

@ -1,7 +1,7 @@
package com.fr.quickeditor.floatquick; package com.fr.quickeditor.floatquick;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.Formula;
import com.fr.base.Style; import com.fr.base.Style;
import com.fr.base.TextFormat; import com.fr.base.TextFormat;
import com.fr.design.constants.UIConstants; import com.fr.design.constants.UIConstants;
@ -68,10 +68,10 @@ public class FloatStringQuickEditor extends FloatQuickEditor {
Object value = floatElement.getValue(); Object value = floatElement.getValue();
if (value == null) { if (value == null) {
str = StringUtils.EMPTY; str = StringUtils.EMPTY;
} else if (value instanceof Formula) { } else if (value instanceof BaseFormula) {
//MoMeak: 没拆文本框和公式所以需要这么个玩意 //MoMeak: 没拆文本框和公式所以需要这么个玩意
formulaButton.setVisible(true); formulaButton.setVisible(true);
Formula formula = (Formula) value; BaseFormula formula = (BaseFormula) value;
str = formula.getContent(); str = formula.getContent();
stringTextField.setLineWrap(false); stringTextField.setLineWrap(false);
this.setBorder(BorderFactory.createEmptyBorder(10, 75, 10, 10)); this.setBorder(BorderFactory.createEmptyBorder(10, 75, 10, 10));
@ -110,7 +110,7 @@ public class FloatStringQuickEditor extends FloatQuickEditor {
protected void changeReportPaneCell(String tmpText) { protected void changeReportPaneCell(String tmpText) {
if (tmpText != null && (tmpText.length() > 0 && tmpText.charAt(0) == '=')) { if (tmpText != null && (tmpText.length() > 0 && tmpText.charAt(0) == '=')) {
Formula textFormula = new Formula(tmpText); BaseFormula textFormula = BaseFormula.createFormulaBuilder().build(tmpText);
textFormula.setReserveInResult(reserveInResult); textFormula.setReserveInResult(reserveInResult);
textFormula.setReserveOnWriteOrAnaly(reserveOnWriteOrAnaly); textFormula.setReserveOnWriteOrAnaly(reserveOnWriteOrAnaly);
floatElement.setValue(textFormula); floatElement.setValue(textFormula);

25
designer_base/src/com/fr/design/actions/core/ActionFactory.java

@ -127,23 +127,32 @@ public class ActionFactory {
} }
private static QuickEditor createEditor(Class clazz, Map<Class, Class<? extends QuickEditor>> editorMap) { private static QuickEditor createEditor(Class clazz, Map<Class, Class<? extends QuickEditor>> editorMap) {
Class<? extends QuickEditor> c = editorMap.get(clazz); Class<? extends QuickEditor> c = findQuickEditorClass(clazz, editorMap);
if (c == null) {
return null;
}
try { try {
Constructor<? extends QuickEditor> constructor = c.getDeclaredConstructor(); Constructor<? extends QuickEditor> constructor = c.getDeclaredConstructor();
constructor.setAccessible(true); constructor.setAccessible(true);
return constructor.newInstance(); return constructor.newInstance();
} catch (NoSuchMethodException e) { } catch (Exception e) {
FRContext.getLogger().error(e.getMessage(), e);
} catch (IllegalAccessException e) {
FRContext.getLogger().error(e.getMessage(), e);
} catch (InstantiationException e) {
FRContext.getLogger().error(e.getMessage(), e);
} catch (InvocationTargetException e) {
FRContext.getLogger().error(e.getMessage(), e); FRContext.getLogger().error(e.getMessage(), e);
} }
return null; return null;
} }
private static Class<? extends QuickEditor> findQuickEditorClass(Class clazz, Map<Class, Class<? extends QuickEditor>> editorMap) {
Class<? extends QuickEditor> c = editorMap.get(clazz);
if (c == null) {
Class superClazz = clazz.getSuperclass();
if (superClazz == null) {
return null;
}
return findQuickEditorClass(superClazz, editorMap);
}
return c;
}
public static QuickEditor getCellEditor(Class clazz) { public static QuickEditor getCellEditor(Class clazz) {
return createEditor(clazz, cellEditor); return createEditor(clazz, cellEditor);
} }

10
designer_base/src/com/fr/design/condition/LiteConditionPane.java

@ -1,7 +1,7 @@
package com.fr.design.condition; package com.fr.design.condition;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.Formula;
import com.fr.data.DataConstants; import com.fr.data.DataConstants;
import com.fr.data.condition.*; import com.fr.data.condition.*;
import com.fr.design.beans.BasicBeanPane; import com.fr.design.beans.BasicBeanPane;
@ -75,13 +75,13 @@ public abstract class LiteConditionPane<T extends Condition> extends BasicBeanPa
@Override @Override
public void actionPerformed(ActionEvent evt) { public void actionPerformed(ActionEvent evt) {
Formula formula; BaseFormula formula;
String text = formulaTextArea.getText(); String text = formulaTextArea.getText();
if (text == null || text.length() <= 0) { if (text == null || text.length() <= 0) {
formula = new Formula(StringUtils.EMPTY); formula = BaseFormula.createFormulaBuilder().build();
} else { } else {
formula = new Formula(text); formula = BaseFormula.createFormulaBuilder().build(text);
} }
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
@ -90,7 +90,7 @@ public abstract class LiteConditionPane<T extends Condition> extends BasicBeanPa
@Override @Override
public void doOk() { public void doOk() {
Formula formula = formulaPane.update(); BaseFormula formula = formulaPane.update();
if (formula.getContent().length() <= 1) {// 如果没有填任何字符,则是空白文本 if (formula.getContent().length() <= 1) {// 如果没有填任何字符,则是空白文本
formulaTextArea.setText(StringUtils.EMPTY); formulaTextArea.setText(StringUtils.EMPTY);
} else { } else {

239
designer_base/src/com/fr/design/data/datapane/ChoosePaneSupportFormula.java

File diff suppressed because one or more lines are too long

4
designer_base/src/com/fr/design/data/tabledata/tabledatapane/MultiTDTableDataPane.java

@ -386,10 +386,10 @@ public class MultiTDTableDataPane extends AbstractTableDataPane<MultiTDTableData
return new ActionListener() { return new ActionListener() {
public void actionPerformed(ActionEvent e) { public void actionPerformed(ActionEvent e) {
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
formulaPane.populate(new Formula(formulaContentTextField.getText())); formulaPane.populate(BaseFormula.createFormulaBuilder().build(formulaContentTextField.getText()));
formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(MultiTDTableDataPane.this), new DialogActionAdapter() { formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(MultiTDTableDataPane.this), new DialogActionAdapter() {
public void doOk() { public void doOk() {
Formula formula = formulaPane.update(); BaseFormula formula = formulaPane.update();
if (formula == null) { if (formula == null) {
formulaContentTextField.setText(""); formulaContentTextField.setText("");
} else { } else {

17
designer_base/src/com/fr/design/editor/DoubleDeckValueEditorPane.java

@ -1,9 +1,14 @@
package com.fr.design.editor; package com.fr.design.editor;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.design.DesignerEnvManager; import com.fr.design.DesignerEnvManager;
import com.fr.design.dialog.BasicPane; import com.fr.design.dialog.BasicPane;
import com.fr.design.editor.editor.*; import com.fr.design.editor.editor.ColumnIndexEditor;
import com.fr.design.editor.editor.ColumnNameEditor;
import com.fr.design.editor.editor.Editor;
import com.fr.design.editor.editor.FormulaEditor;
import com.fr.design.editor.editor.TextEditor;
import com.fr.design.editor.editor.XMLANameEditor;
import com.fr.design.event.GlobalNameListener; import com.fr.design.event.GlobalNameListener;
import com.fr.design.event.GlobalNameObserver; import com.fr.design.event.GlobalNameObserver;
import com.fr.design.event.UIObserver; import com.fr.design.event.UIObserver;
@ -234,7 +239,7 @@ public class DoubleDeckValueEditorPane extends BasicPane implements UIObserver,
Object columnName = StringUtils.EMPTY; Object columnName = StringUtils.EMPTY;
if (ComparatorUtils.equals(name, Inter.getLocText("FR-Designer_Formula"))) { if (ComparatorUtils.equals(name, Inter.getLocText("FR-Designer_Formula"))) {
columnIndex = new Formula(columnIndex == null ? "" : columnIndex.toString()); columnIndex = BaseFormula.createFormulaBuilder().build(columnIndex == null ? "" : columnIndex.toString());
} }
if (currentEditor instanceof ColumnNameEditor) { if (currentEditor instanceof ColumnNameEditor) {
@ -250,7 +255,7 @@ public class DoubleDeckValueEditorPane extends BasicPane implements UIObserver,
Object columnName = StringUtils.EMPTY; Object columnName = StringUtils.EMPTY;
if (ComparatorUtils.equals(name, Inter.getLocText("FR-Designer_Formula"))) { if (ComparatorUtils.equals(name, Inter.getLocText("FR-Designer_Formula"))) {
columnIndex = new Formula(columnIndex == null ? "" : columnIndex.toString()); columnIndex = BaseFormula.createFormulaBuilder().build(columnIndex == null ? "" : columnIndex.toString());
} }
if (isXMLA) { if (isXMLA) {
@ -302,12 +307,12 @@ public class DoubleDeckValueEditorPane extends BasicPane implements UIObserver,
if (returnValue == JOptionPane.OK_OPTION) { if (returnValue == JOptionPane.OK_OPTION) {
setCurrentEditor(j); setCurrentEditor(j);
Formula formula = new Formula(string); BaseFormula formula = BaseFormula.createFormulaBuilder().build(string);
currentEditor.setValue(formula); currentEditor.setValue(formula);
} }
} else { } else {
setCurrentEditor(j); setCurrentEditor(j);
Formula formula = new Formula(string); BaseFormula formula = BaseFormula.createFormulaBuilder().build(string);
currentEditor.setValue(formula); currentEditor.setValue(formula);
} }
} }

811
designer_base/src/com/fr/design/editor/ValueEditorPane.java

@ -1,405 +1,408 @@
package com.fr.design.editor; package com.fr.design.editor;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.design.DesignerEnvManager; import com.fr.design.DesignerEnvManager;
import com.fr.design.dialog.BasicPane; import com.fr.design.dialog.BasicPane;
import com.fr.design.editor.editor.*; import com.fr.design.editor.editor.ColumnNameEditor;
import com.fr.design.event.GlobalNameListener; import com.fr.design.editor.editor.Editor;
import com.fr.design.event.GlobalNameObserver; import com.fr.design.editor.editor.FormulaEditor;
import com.fr.design.event.UIObserver; import com.fr.design.editor.editor.TextEditor;
import com.fr.design.event.UIObserverListener; import com.fr.design.editor.editor.XMLANameEditor;
import com.fr.design.gui.ibutton.UIButton; import com.fr.design.event.GlobalNameListener;
import com.fr.design.gui.imenu.UIMenuEastAttrItem; import com.fr.design.event.GlobalNameObserver;
import com.fr.design.gui.imenu.UIPopupEastAttrMenu; import com.fr.design.event.UIObserver;
import com.fr.design.layout.FRGUIPaneFactory; import com.fr.design.event.UIObserverListener;
import com.fr.design.mainframe.DesignerContext; import com.fr.design.gui.ibutton.UIButton;
import com.fr.general.ComparatorUtils; import com.fr.design.gui.imenu.UIMenuEastAttrItem;
import com.fr.general.Inter; import com.fr.design.gui.imenu.UIPopupEastAttrMenu;
import com.fr.stable.StringUtils; import com.fr.design.layout.FRGUIPaneFactory;
import com.fr.design.mainframe.DesignerContext;
import javax.swing.*; import com.fr.general.ComparatorUtils;
import java.awt.*; import com.fr.general.Inter;
import java.awt.event.ActionEvent; import com.fr.stable.StringUtils;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter; import javax.swing.*;
import java.awt.event.MouseEvent; import java.awt.*;
import java.awt.event.ActionEvent;
public class ValueEditorPane extends BasicPane implements UIObserver, GlobalNameObserver { import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
private Editor[] cards; import java.awt.event.MouseEvent;
private Editor currentEditor; public class ValueEditorPane extends BasicPane implements UIObserver, GlobalNameObserver {
private UIButton arrowButton; private Editor[] cards;
private JPopupMenu menu;
private JPanel centerPane; private Editor currentEditor;
private Object value; private UIButton arrowButton;
private JPopupMenu menu;
private GlobalNameListener globalNameListener = null; private JPanel centerPane;
private UIObserverListener uiObserverListener = null;
private Object value;
public ValueEditorPane(Editor[] cards) {
this(cards, null, null); private GlobalNameListener globalNameListener = null;
} private UIObserverListener uiObserverListener = null;
public ValueEditorPane(Editor[] cards, String popupName, String textEditorValue) { public ValueEditorPane(Editor[] cards) {
initComponents(cards, popupName, textEditorValue, 200); this(cards, null, null);
} }
public ValueEditorPane(Editor[] cards, String popupName, String textEditorValue, int centerPaneWidth) { public ValueEditorPane(Editor[] cards, String popupName, String textEditorValue) {
initComponents(cards, popupName, textEditorValue, centerPaneWidth); initComponents(cards, popupName, textEditorValue, 200);
} }
private void initComponents(final Editor[] cards, String popupName, String textEditorValue, int centerPaneWidth) { public ValueEditorPane(Editor[] cards, String popupName, String textEditorValue, int centerPaneWidth) {
initComponents(cards, popupName, textEditorValue, centerPaneWidth);
this.cards = cards; }
// Frank:布局 private void initComponents(final Editor[] cards, String popupName, String textEditorValue, int centerPaneWidth) {
this.setLayout(new BorderLayout(2, 0));
centerPane = FRGUIPaneFactory.createBorderLayout_S_Pane(); this.cards = cards;
arrowButton = new UIButton();
arrowButton.set4ToolbarButton(); // Frank:布局
setCurrentEditor(0); this.setLayout(new BorderLayout(2, 0));
centerPane.setPreferredSize(new Dimension(centerPaneWidth, centerPane.getPreferredSize().height)); centerPane = FRGUIPaneFactory.createBorderLayout_S_Pane();
arrowButton.setPreferredSize(new Dimension(20, centerPane.getPreferredSize().height)); arrowButton = new UIButton();
final Color beforeColor = arrowButton.getBackground(); arrowButton.set4ToolbarButton();
menu = createPopMenu(); setCurrentEditor(0);
centerPane.setPreferredSize(new Dimension(centerPaneWidth, centerPane.getPreferredSize().height));
arrowButton.addMouseListener(new MouseAdapter() { arrowButton.setPreferredSize(new Dimension(20, centerPane.getPreferredSize().height));
public void mouseEntered(MouseEvent a) { final Color beforeColor = arrowButton.getBackground();
if (cards != null && cards.length > 1) { menu = createPopMenu();
arrowButton.setBackground(new Color(228, 246, 255));
arrowButton.repaint(); arrowButton.addMouseListener(new MouseAdapter() {
} public void mouseEntered(MouseEvent a) {
} if (cards != null && cards.length > 1) {
arrowButton.setBackground(new Color(228, 246, 255));
public void mouseExited(MouseEvent a) { arrowButton.repaint();
arrowButton.setBackground(beforeColor); }
arrowButton.setBorder(null); }
}
}); public void mouseExited(MouseEvent a) {
arrowButton.addActionListener(new ActionListener() { arrowButton.setBackground(beforeColor);
public void actionPerformed(ActionEvent e) { arrowButton.setBorder(null);
if (cards != null && cards.length > 1) { // 如果只有“列”的话,就不需要弹出菜单了 }
Rectangle re = centerPane.getBounds(); });
menu.setPopupSize(re.width + arrowButton.getWidth(), menu.getPreferredSize().height); arrowButton.addActionListener(new ActionListener() {
menu.show(centerPane, -arrowButton.getWidth(), re.height); public void actionPerformed(ActionEvent e) {
} if (cards != null && cards.length > 1) { // 如果只有“列”的话,就不需要弹出菜单了
} Rectangle re = centerPane.getBounds();
}); menu.setPopupSize(re.width + arrowButton.getWidth(), menu.getPreferredSize().height);
menu.show(centerPane, -arrowButton.getWidth(), re.height);
this.add(centerPane, BorderLayout.CENTER); }
if (cards.length > 1) { }
this.add(arrowButton, BorderLayout.WEST); });
}
} this.add(centerPane, BorderLayout.CENTER);
if (cards.length > 1) {
@Override this.add(arrowButton, BorderLayout.WEST);
protected String title4PopupWindow() { }
return Inter.getLocText("FR-Designer_Values-Editor"); }
}
@Override
public Editor getCurrentEditor() { protected String title4PopupWindow() {
return currentEditor; return Inter.getLocText("FR-Designer_Values-Editor");
} }
public int getCurrentEditorIndex() { public Editor getCurrentEditor() {
for (int i = 0;i < cards.length; i++){ return currentEditor;
if (cards[i].getClass() == currentEditor.getClass()){ }
return i;
} public int getCurrentEditorIndex() {
} for (int i = 0;i < cards.length; i++){
return 0; if (cards[i].getClass() == currentEditor.getClass()){
} return i;
}
public void setCurrentEditor(int i) { }
this.add(arrowButton, BorderLayout.WEST); return 0;
currentEditor = this.cards[i]; }
centerPane.removeAll();
centerPane.add(currentEditor); public void setCurrentEditor(int i) {
centerPane.validate(); this.add(arrowButton, BorderLayout.WEST);
centerPane.repaint(); currentEditor = this.cards[i];
arrowButton.setIcon(cards[i].getIcon()); centerPane.removeAll();
if (this.cards.length == 1) { centerPane.add(currentEditor);
this.remove(arrowButton); centerPane.validate();
} centerPane.repaint();
} arrowButton.setIcon(cards[i].getIcon());
if (this.cards.length == 1) {
public void setCurrentEditor(Class editorClass) { this.remove(arrowButton);
for (int i = 0; i < cards.length; i++) { }
if (cards[i].getClass() == editorClass) { }
setCurrentEditor(i);
break; public void setCurrentEditor(Class editorClass) {
} for (int i = 0; i < cards.length; i++) {
} if (cards[i].getClass() == editorClass) {
} setCurrentEditor(i);
break;
}
private JPopupMenu createPopMenu() { }
JPopupMenu scate = new UIPopupEastAttrMenu(); }
if (this.cards == null) {
return scate; private JPopupMenu createPopMenu() {
} JPopupMenu scate = new UIPopupEastAttrMenu();
for (int i = 0; i < this.cards.length; i++) { if (this.cards == null) {
JMenuItem item = new UIMenuEastAttrItem(cards[i].getName()); return scate;
final int j = i; }
item.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) { for (int i = 0; i < this.cards.length; i++) {
if (globalNameListener != null) { JMenuItem item = new UIMenuEastAttrItem(cards[i].getName());
globalNameListener.setGlobalName(Inter.getLocText("CellWrite-InsertRow_Policy")); final int j = i;
} item.addActionListener(new ActionListener() {
Object oldValue = currentEditor.getValue(); public void actionPerformed(ActionEvent e) {
setCurrentEditor(j); if (globalNameListener != null) {
currentEditor.selected(); globalNameListener.setGlobalName(Inter.getLocText("CellWrite-InsertRow_Policy"));
value = currentEditor.getValue(); }
if (uiObserverListener != null) { Object oldValue = currentEditor.getValue();
uiObserverListener.doChange(); setCurrentEditor(j);
} currentEditor.selected();
value = currentEditor.getValue();
ValueEditorPane.this.firePropertyChange("value", oldValue, value); if (uiObserverListener != null) {
} uiObserverListener.doChange();
}); }
scate.add(item);
} ValueEditorPane.this.firePropertyChange("value", oldValue, value);
return scate; }
} });
scate.add(item);
public void populate(Object object) { }
for (int i = 0; i < cards.length; i++) { return scate;
if (cards[i].accept(object)) { }
setCardValue(i,object);
break; public void populate(Object object) {
} for (int i = 0; i < cards.length; i++) {
} if (cards[i].accept(object)) {
} setCardValue(i,object);
break;
public void populate(Object object,String name) { }
for (int i = 0; i < cards.length; i++) { }
if (cards[i].accept(object) && ComparatorUtils.equals(cards[i].getName(),name)) { }
setCardValue(i,object);
break; public void populate(Object object,String name) {
} for (int i = 0; i < cards.length; i++) {
} if (cards[i].accept(object) && ComparatorUtils.equals(cards[i].getName(),name)) {
} setCardValue(i,object);
break;
private void setCardValue(int i,Object object){ }
setCurrentEditor(i); }
cards[i].setValue(object); }
// kunsnat: bug7861 所有的Editor值都要跟随改变, 因为populate的editor 从""
// 一定是最后的Editor哦. private void setCardValue(int i,Object object){
for (int j = 0; j < cards.length; j++) { setCurrentEditor(i);
if (i == j) { cards[i].setValue(object);
continue; // kunsnat: bug7861 所有的Editor值都要跟随改变, 因为populate的editor 从""
} // 一定是最后的Editor哦.
this.cards[j].setValue(null); for (int j = 0; j < cards.length; j++) {
} if (i == j) {
} continue;
}
public Object update() { this.cards[j].setValue(null);
String name = currentEditor.getName(); }
Object columnIndex = currentEditor.getValue(); }
//bug86542,这边为啥要new一个公式出来,只保留content,其他属性全不要了?
//MoMeak:我也想注释了,但是有bug啊。。。 public Object update() {
if (columnIndex == null && ComparatorUtils.equals(name, Inter.getLocText("Formula"))) { String name = currentEditor.getName();
columnIndex = ((FormulaEditor) currentEditor).getFormula(); Object columnIndex = currentEditor.getValue();
} //bug86542,这边为啥要new一个公式出来,只保留content,其他属性全不要了?
//MoMeak:我也想注释了,但是有bug啊。。。
return columnIndex; if (columnIndex == null && ComparatorUtils.equals(name, Inter.getLocText("Formula"))) {
} columnIndex = ((FormulaEditor) currentEditor).getFormula();
}
public Object update(String makeAdiff) {
String name = currentEditor.getName(); return columnIndex;
Object columnIndex = currentEditor.getValue(); }
Object columnName = StringUtils.EMPTY;
public Object update(String makeAdiff) {
if (ComparatorUtils.equals(name, Inter.getLocText("FR-Designer_Formula"))) { String name = currentEditor.getName();
columnIndex = new Formula(columnIndex == null ? "" : columnIndex.toString()); Object columnIndex = currentEditor.getValue();
} Object columnName = StringUtils.EMPTY;
if (currentEditor instanceof ColumnNameEditor) { if (ComparatorUtils.equals(name, Inter.getLocText("FR-Designer_Formula"))) {
columnName = ((ColumnNameEditor) currentEditor).getColumnName(); columnIndex = BaseFormula.createFormulaBuilder().build(columnIndex == null ? "" : columnIndex.toString());
} }
return new Object[]{columnIndex, columnName}; if (currentEditor instanceof ColumnNameEditor) {
} columnName = ((ColumnNameEditor) currentEditor).getColumnName();
}
public Object update(boolean isXMLA) {
String name = currentEditor.getName(); return new Object[]{columnIndex, columnName};
Object columnIndex = currentEditor.getValue(); }
Object columnName = StringUtils.EMPTY;
public Object update(boolean isXMLA) {
if (ComparatorUtils.equals(name, Inter.getLocText("FR-Designer_Formula"))) { String name = currentEditor.getName();
columnIndex = new Formula(columnIndex == null ? "" : columnIndex.toString()); Object columnIndex = currentEditor.getValue();
} Object columnName = StringUtils.EMPTY;
if (isXMLA) { if (ComparatorUtils.equals(name, Inter.getLocText("FR-Designer_Formula"))) {
columnName = ((XMLANameEditor) currentEditor).getColumnName(); columnIndex = BaseFormula.createFormulaBuilder().build(columnIndex == null ? "" : columnIndex.toString());
} }
return new Object[]{columnIndex, columnName}; if (isXMLA) {
} columnName = ((XMLANameEditor) currentEditor).getColumnName();
}
public void setEditors(Editor[] editors, Object obj) {
this.cards = editors; return new Object[]{columnIndex, columnName};
this.populate(obj); }
}
public void setEditors(Editor[] editors, Object obj) {
/** this.cards = editors;
* 检查是否有效 this.populate(obj);
* }
* @throws Exception 异常
*/ /**
public void checkValid() throws Exception { * 检查是否有效
if (!(currentEditor instanceof TextEditor)) { *
return; * @throws Exception 异常
} */
public void checkValid() throws Exception {
int i; if (!(currentEditor instanceof TextEditor)) {
boolean containFormulaType = false; return;
for (i = 0; i < cards.length; i++) { }
if (ComparatorUtils.equals(cards[i].getName(), Inter.getLocText("FR-Engine_Parameter-Formula"))) {
containFormulaType = true; int i;
break; boolean containFormulaType = false;
} for (i = 0; i < cards.length; i++) {
} if (ComparatorUtils.equals(cards[i].getName(), Inter.getLocText("FR-Engine_Parameter-Formula"))) {
if (!containFormulaType) { containFormulaType = true;
return; break;
} }
}
final int j = i; if (!containFormulaType) {
return;
if (!(currentEditor instanceof TextEditor)) { }
return;
} final int j = i;
String string = (String) currentEditor.getValue();
if (isFormula(string)) { if (!(currentEditor instanceof TextEditor)) {
DesignerEnvManager designerEnvManager = DesignerEnvManager.getEnvManager(); return;
if (designerEnvManager.isSupportStringToFormula()) { }
if (!designerEnvManager.isDefaultStringToFormula()) { String string = (String) currentEditor.getValue();
int returnValue = JOptionPane.showConfirmDialog(DesignerContext.getDesignerFrame(), Inter.getLocText("FR-Designer_Edit_String_To_Formula") if (isFormula(string)) {
+ "?", Inter.getLocText("FR-Designer_Tooltips"), JOptionPane.YES_NO_OPTION); DesignerEnvManager designerEnvManager = DesignerEnvManager.getEnvManager();
if (returnValue == JOptionPane.OK_OPTION) { if (designerEnvManager.isSupportStringToFormula()) {
if (!designerEnvManager.isDefaultStringToFormula()) {
setCurrentEditor(j); int returnValue = JOptionPane.showConfirmDialog(DesignerContext.getDesignerFrame(), Inter.getLocText("FR-Designer_Edit_String_To_Formula")
Formula formula = new Formula(string); + "?", Inter.getLocText("FR-Designer_Tooltips"), JOptionPane.YES_NO_OPTION);
currentEditor.setValue(formula); if (returnValue == JOptionPane.OK_OPTION) {
}
} else { setCurrentEditor(j);
setCurrentEditor(j); BaseFormula formula = BaseFormula.createFormulaBuilder().build(string);
Formula formula = new Formula(string); currentEditor.setValue(formula);
currentEditor.setValue(formula); }
} } else {
} setCurrentEditor(j);
} BaseFormula formula = BaseFormula.createFormulaBuilder().build(string);
currentEditor.setValue(formula);
} }
}
private boolean isFormula(String string) { }
return StringUtils.isNotBlank(string) && (string.length() > 0 && string.charAt(0) == '='); }
}
private boolean isFormula(String string) {
@Override return StringUtils.isNotBlank(string) && (string.length() > 0 && string.charAt(0) == '=');
public void setEnabled(boolean enabled) { }
arrowButton.setEnabled(enabled);
for (Editor card : cards) { @Override
card.setEnabled(enabled); public void setEnabled(boolean enabled) {
} arrowButton.setEnabled(enabled);
} for (Editor card : cards) {
card.setEnabled(enabled);
/** }
* 重置组件 }
*/
public void resetComponets() { /**
for (Editor card : cards) { * 重置组件
card.reset(); */
} public void resetComponets() {
} for (Editor card : cards) {
card.reset();
/** }
* 清除组件数据 }
*/
public void clearComponentsData() { /**
for (Editor card : cards) { * 清除组件数据
card.clearData(); */
} public void clearComponentsData() {
} for (Editor card : cards) {
card.clearData();
public Editor[] getCards() { }
return this.cards; }
}
public Editor[] getCards() {
public JPopupMenu getMenu() { return this.cards;
return this.menu; }
}
public JPopupMenu getMenu() {
return this.menu;
/** }
* 注册全局名字监听事件
*
* @param listener 观察者监听事件 /**
*/ * 注册全局名字监听事件
public void registerNameListener(GlobalNameListener listener) { *
globalNameListener = listener; * @param listener 观察者监听事件
} */
public void registerNameListener(GlobalNameListener listener) {
/** globalNameListener = listener;
* 是否对名字listener监听器做出响应 }
*
* @return 如果要做出响应则返回true /**
*/ * 是否对名字listener监听器做出响应
public boolean shouldResponseNameListener() { *
return false; * @return 如果要做出响应则返回true
} */
public boolean shouldResponseNameListener() {
public void setGlobalName(String name) { return false;
for (Editor card : cards) { }
setComponentGlobalName(card, name);
} public void setGlobalName(String name) {
} for (Editor card : cards) {
setComponentGlobalName(card, name);
private void setComponentGlobalName(Container card, String name) { }
for (int i = 0, len = card.getComponentCount(); i < len; i++) { }
Component component = card.getComponent(i);
if (component instanceof GlobalNameObserver) { private void setComponentGlobalName(Container card, String name) {
((GlobalNameObserver) component).setGlobalName(name); for (int i = 0, len = card.getComponentCount(); i < len; i++) {
} else { Component component = card.getComponent(i);
setComponentGlobalName((Container) component, name); if (component instanceof GlobalNameObserver) {
} ((GlobalNameObserver) component).setGlobalName(name);
} } else {
} setComponentGlobalName((Container) component, name);
}
/** }
* 给组件登记一个观察者监听事件 }
*
* @param listener 观察者监听事件 /**
*/ * 给组件登记一个观察者监听事件
public void registerChangeListener(UIObserverListener listener) { *
uiObserverListener = listener; * @param listener 观察者监听事件
for (Editor card : cards) { */
doLoop(card, listener); public void registerChangeListener(UIObserverListener listener) {
} uiObserverListener = listener;
} for (Editor card : cards) {
doLoop(card, listener);
private void doLoop(Container card, UIObserverListener listener) { }
for (int i = 0, len = card.getComponentCount(); i < len; i++) { }
Component component = card.getComponent(i);
if (component instanceof UIObserver) { private void doLoop(Container card, UIObserverListener listener) {
((UIObserver) component).registerChangeListener(listener); for (int i = 0, len = card.getComponentCount(); i < len; i++) {
} else { Component component = card.getComponent(i);
doLoop((Container) component, listener); if (component instanceof UIObserver) {
} ((UIObserver) component).registerChangeListener(listener);
} } else {
} doLoop((Container) component, listener);
}
/** }
* 组件是否需要响应添加的观察者事件 }
*
* @return 如果需要响应观察者事件则返回true否则返回false /**
*/ * 组件是否需要响应添加的观察者事件
public boolean shouldResponseChangeListener() { *
return true; * @return 如果需要响应观察者事件则返回true否则返回false
} */
public boolean shouldResponseChangeListener() {
return true;
}
} }

5
designer_base/src/com/fr/design/editor/editor/ConstantsEditor.java

@ -1,11 +1,12 @@
package com.fr.design.editor.editor; package com.fr.design.editor.editor;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
public class ConstantsEditor extends FormulaEditor { public class ConstantsEditor extends FormulaEditor {
public ConstantsEditor(String name, Formula formula) { public ConstantsEditor(String name, BaseFormula formula) {
super(name, formula); super(name, formula);
} }
@ -13,7 +14,7 @@ public class ConstantsEditor extends FormulaEditor {
// do nothing 防止修改... // do nothing 防止修改...
} }
public void setValue(Formula value) { public void setValue(BaseFormula value) {
// do nothing 防止修改... // do nothing 防止修改...
} }

28
designer_base/src/com/fr/design/editor/editor/FormulaEditor.java

@ -3,13 +3,13 @@
*/ */
package com.fr.design.editor.editor; package com.fr.design.editor.editor;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.design.dialog.DialogActionAdapter; import com.fr.design.dialog.DialogActionAdapter;
import com.fr.design.formula.FormulaFactory; import com.fr.design.formula.FormulaFactory;
import com.fr.design.formula.UIFormula; import com.fr.design.formula.UIFormula;
import com.fr.design.gui.itextfield.UITextField; import com.fr.design.gui.itextfield.UITextField;
import com.fr.design.layout.FRGUIPaneFactory; import com.fr.design.layout.FRGUIPaneFactory;
import com.fr.stable.StringUtils;
import javax.swing.*; import javax.swing.*;
import javax.swing.event.DocumentListener; import javax.swing.event.DocumentListener;
@ -23,10 +23,10 @@ import java.awt.event.MouseEvent;
* @editor zhou * @editor zhou
* @since 2012-3-29下午6:27:27 * @since 2012-3-29下午6:27:27
*/ */
public class FormulaEditor extends Editor<Formula> { public class FormulaEditor extends Editor<BaseFormula> {
private Formula formula = new Formula(StringUtils.EMPTY); private BaseFormula formula = BaseFormula.createFormulaBuilder().build();
private UITextField currentTextField; private UITextField currentTextField;
private ShowPaneListener listerner = new ShowPaneListener(); private ShowPaneListener listener = new ShowPaneListener();
/** /**
* Constructor. * Constructor.
@ -39,7 +39,7 @@ public class FormulaEditor extends Editor<Formula> {
this(name, null); this(name, null);
} }
public FormulaEditor(String name, Formula formula) { public FormulaEditor(String name, BaseFormula formula) {
if (formula != null) { if (formula != null) {
this.formula = formula; this.formula = formula;
} }
@ -51,7 +51,7 @@ public class FormulaEditor extends Editor<Formula> {
editPane.add(currentTextField, BorderLayout.CENTER); editPane.add(currentTextField, BorderLayout.CENTER);
currentTextField.setEditable(false); currentTextField.setEditable(false);
currentTextField.addMouseListener(listerner); currentTextField.addMouseListener(listener);
this.add(editPane, BorderLayout.CENTER); this.add(editPane, BorderLayout.CENTER);
this.setName(name); this.setName(name);
} }
@ -96,7 +96,7 @@ public class FormulaEditor extends Editor<Formula> {
}).setVisible(true); }).setVisible(true);
} }
public Formula getFormula(){ public BaseFormula getFormula(){
return formula; return formula;
} }
@ -104,7 +104,7 @@ public class FormulaEditor extends Editor<Formula> {
* Return the value of the CellEditor. * Return the value of the CellEditor.
*/ */
@Override @Override
public Formula getValue() { public BaseFormula getValue() {
if (formula != null && "=".equals(formula.getContent())) { if (formula != null && "=".equals(formula.getContent())) {
return null; return null;
} }
@ -115,9 +115,9 @@ public class FormulaEditor extends Editor<Formula> {
* Set the value to the CellEditor. * Set the value to the CellEditor.
*/ */
@Override @Override
public void setValue(Formula value) { public void setValue(BaseFormula value) {
if (value == null) { if (value == null) {
value = new Formula(StringUtils.EMPTY); value = BaseFormula.createFormulaBuilder().build();
} }
this.formula = value; this.formula = value;
currentTextField.setText(value.toString()); currentTextField.setText(value.toString());
@ -151,7 +151,7 @@ public class FormulaEditor extends Editor<Formula> {
*/ */
public void reset() { public void reset() {
currentTextField.setText("="); currentTextField.setText("=");
formula = new Formula(StringUtils.EMPTY); formula = BaseFormula.createFormulaBuilder().build();
} }
/** /**
@ -170,13 +170,13 @@ public class FormulaEditor extends Editor<Formula> {
this.setEnabled(flag); this.setEnabled(flag);
this.currentTextField.setEnabled(flag); this.currentTextField.setEnabled(flag);
if (flag == false) { if (flag == false) {
this.currentTextField.removeMouseListener(listerner); this.currentTextField.removeMouseListener(listener);
} else { } else {
int listenerSize = this.currentTextField.getMouseListeners().length; int listenerSize = this.currentTextField.getMouseListeners().length;
for (int i = 0; i < listenerSize; i++) { for (int i = 0; i < listenerSize; i++) {
this.currentTextField.removeMouseListener(listerner); this.currentTextField.removeMouseListener(listener);
} }
this.currentTextField.addMouseListener(listerner); this.currentTextField.addMouseListener(listener);
} }
} }
} }

41
designer_base/src/com/fr/design/formula/FormulaPane.java

@ -1,8 +1,8 @@
package com.fr.design.formula; package com.fr.design.formula;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.FRContext; import com.fr.base.FRContext;
import com.fr.base.Formula;
import com.fr.design.actions.UpdateAction; import com.fr.design.actions.UpdateAction;
import com.fr.design.border.UIRoundedBorder; import com.fr.design.border.UIRoundedBorder;
import com.fr.design.constants.UIConstants; import com.fr.design.constants.UIConstants;
@ -32,13 +32,27 @@ import javax.swing.event.ListSelectionEvent;
import javax.swing.event.ListSelectionListener; import javax.swing.event.ListSelectionListener;
import javax.swing.event.TreeSelectionEvent; import javax.swing.event.TreeSelectionEvent;
import javax.swing.event.TreeSelectionListener; import javax.swing.event.TreeSelectionListener;
import javax.swing.tree.*; import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.DefaultTreeCellRenderer;
import javax.swing.tree.DefaultTreeModel;
import javax.swing.tree.MutableTreeNode;
import javax.swing.tree.TreePath;
import java.awt.*; import java.awt.*;
import java.awt.event.*; import java.awt.event.ActionEvent;
import java.io.*; import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.StringReader;
import java.util.Locale; import java.util.Locale;
import java.util.Set;
/** /**
* 公式编辑面板 * 公式编辑面板
@ -468,11 +482,11 @@ public class FormulaPane extends BasicPane implements KeyListener, UIFormula {
/** /**
* Populate * Populate
*/ */
public void populate(Formula formula) { public void populate(BaseFormula formula) {
this.populate(formula, VariableResolver.DEFAULT); this.populate(formula, VariableResolver.DEFAULT);
} }
public void populate(Formula formula, VariableResolver variableResolver) { public void populate(BaseFormula formula, VariableResolver variableResolver) {
this.variableTreeAndDescriptionArea.populate(variableResolver); this.variableTreeAndDescriptionArea.populate(variableResolver);
// set text // set text
@ -508,19 +522,18 @@ public class FormulaPane extends BasicPane implements KeyListener, UIFormula {
/** /**
* update * update
*/ */
public Formula update() { public BaseFormula update() {
Formula formula; BaseFormula formula;
if (ifHasBeenWriten == 0) { if (ifHasBeenWriten == 0) {
String content = StringUtils.EMPTY; formula = BaseFormula.createFormulaBuilder().build();
formula = new Formula(content);
return formula; return formula;
} else { } else {
String content = this.formulaTextArea.getText(); String content = this.formulaTextArea.getText();
if (StringUtils.isEmpty(content) || content.trim().charAt(0) == '=') { if (StringUtils.isEmpty(content) || content.trim().charAt(0) == '=') {
formula = new Formula(content); formula = BaseFormula.createFormulaBuilder().build(content);
} else { } else {
formula = new Formula("=" + content); formula = BaseFormula.createFormulaBuilder().build("=" + content);
} }
return formula; return formula;
} }

7
designer_base/src/com/fr/design/formula/FormulaPaneWhenReserveFormula.java

@ -1,5 +1,6 @@
package com.fr.design.formula; package com.fr.design.formula;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.design.gui.icheckbox.UICheckBox; import com.fr.design.gui.icheckbox.UICheckBox;
import com.fr.general.Inter; import com.fr.general.Inter;
@ -46,15 +47,15 @@ public class FormulaPaneWhenReserveFormula extends FormulaPane {
} }
@Override @Override
public void populate(Formula formula, VariableResolver variableResolver) { public void populate(BaseFormula formula, VariableResolver variableResolver) {
super.populate(formula, variableResolver); super.populate(formula, variableResolver);
reserveCheckBox4Result.setSelected(formula.isReserveInResult()); reserveCheckBox4Result.setSelected(formula.isReserveInResult());
reserveCheckBox4Write.setSelected(formula.isReserveOnWriteOrAnaly()); reserveCheckBox4Write.setSelected(formula.isReserveOnWriteOrAnaly());
} }
@Override @Override
public Formula update() { public BaseFormula update() {
Formula formula = super.update(); BaseFormula formula = super.update();
if (formula != null) { if (formula != null) {
formula.setReserveInResult(this.reserveCheckBox4Result.isSelected()); formula.setReserveInResult(this.reserveCheckBox4Result.isSelected());
formula.setReserveOnWriteOrAnaly(this.reserveCheckBox4Write.isSelected()); formula.setReserveOnWriteOrAnaly(this.reserveCheckBox4Write.isSelected());

7
designer_base/src/com/fr/design/formula/SortFormulaPane.java

@ -1,7 +1,7 @@
package com.fr.design.formula; package com.fr.design.formula;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.data.util.SortOrder; import com.fr.data.util.SortOrder;
import com.fr.design.dialog.DialogActionAdapter; import com.fr.design.dialog.DialogActionAdapter;
import com.fr.design.gui.ibutton.UIButton; import com.fr.design.gui.ibutton.UIButton;
@ -57,12 +57,11 @@ public abstract class SortFormulaPane extends JPanel {
public void showFormulaDialog(String[] displayNames) { public void showFormulaDialog(String[] displayNames) {
String text = sortFormulaTextField.getText(); String text = sortFormulaTextField.getText();
final UIFormula formulaPane = FormulaFactory.createFormulaPaneWhenReserveFormula(); final UIFormula formulaPane = FormulaFactory.createFormulaPaneWhenReserveFormula();
formulaPane.populate(BaseFormula.createFormulaBuilder().build(text), new CustomVariableResolver(displayNames, true));
formulaPane.populate(new Formula(text), new CustomVariableResolver(displayNames, true));
formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(SortFormulaPane.this), formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(SortFormulaPane.this),
new DialogActionAdapter() { new DialogActionAdapter() {
public void doOk() { public void doOk() {
Formula fm = formulaPane.update(); BaseFormula fm = formulaPane.update();
if (fm.getContent().length() <= 1) { if (fm.getContent().length() <= 1) {
sortFormulaTextField.setText(""); sortFormulaTextField.setText("");
} else { } else {

7
designer_base/src/com/fr/design/formula/TinyFormulaPane.java

@ -1,5 +1,6 @@
package com.fr.design.formula; package com.fr.design.formula;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.design.beans.BasicBeanPane; import com.fr.design.beans.BasicBeanPane;
@ -51,11 +52,11 @@ public class TinyFormulaPane extends BasicBeanPane<String> implements UIObserver
String text = formulaTextField.getText(); String text = formulaTextField.getText();
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
formulaPane.populate(new Formula(text)); formulaPane.populate(BaseFormula.createFormulaBuilder().build(text));
formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() { formulaPane.showLargeWindow(DesignerContext.getDesignerFrame(), new DialogActionAdapter() {
@Override @Override
public void doOk() { public void doOk() {
Formula fm = formulaPane.update(); BaseFormula fm = formulaPane.update();
populateTextField(fm); populateTextField(fm);
okEvent(); okEvent();
} }
@ -65,7 +66,7 @@ public class TinyFormulaPane extends BasicBeanPane<String> implements UIObserver
initLayout(); initLayout();
} }
protected void populateTextField(Formula fm) { protected void populateTextField(BaseFormula fm) {
if (fm.getContent().length() <= 1) { if (fm.getContent().length() <= 1) {
formulaTextField.setText("$$$"); formulaTextField.setText("$$$");
} else { } else {

7
designer_base/src/com/fr/design/formula/UIFormula.java

@ -1,5 +1,6 @@
package com.fr.design.formula; package com.fr.design.formula;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.design.dialog.BasicDialog; import com.fr.design.dialog.BasicDialog;
import com.fr.design.dialog.DialogActionListener; import com.fr.design.dialog.DialogActionListener;
@ -17,20 +18,20 @@ public interface UIFormula {
* 从已有的公式还原公式面板 * 从已有的公式还原公式面板
* @param formula 公式 * @param formula 公式
*/ */
void populate(Formula formula); void populate(BaseFormula formula);
/** /**
* 根据指定的变量处理和公式还原公式面板 * 根据指定的变量处理和公式还原公式面板
* @param formula 公式 * @param formula 公式
* @param variableResolver 变量处理器 * @param variableResolver 变量处理器
*/ */
void populate(Formula formula, VariableResolver variableResolver); void populate(BaseFormula formula, VariableResolver variableResolver);
/** /**
* 获取公式面板的参数 * 获取公式面板的参数
* @return 公式 * @return 公式
*/ */
Formula update(); BaseFormula update();
/** /**
* 显示窗口 * 显示窗口

232
designer_base/src/com/fr/design/present/dict/FormulaDictPane.java

@ -1,118 +1,116 @@
package com.fr.design.present.dict; package com.fr.design.present.dict;
import com.fr.base.BaseUtils; import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.BaseUtils;
import com.fr.data.impl.FormulaDictionary; import com.fr.data.impl.FormulaDictionary;
import com.fr.design.beans.FurtherBasicBeanPane; import com.fr.design.beans.FurtherBasicBeanPane;
import com.fr.design.constants.LayoutConstants; import com.fr.design.constants.LayoutConstants;
import com.fr.design.constants.UIConstants; import com.fr.design.editor.editor.FormulaEditor;
import com.fr.design.editor.editor.FormulaEditor; import com.fr.design.gui.ilable.UILabel;
import com.fr.design.gui.ilable.UILabel; import com.fr.design.layout.TableLayout;
import com.fr.design.layout.TableLayout; import com.fr.design.layout.TableLayoutHelper;
import com.fr.design.layout.TableLayoutHelper; import com.fr.general.Inter;
import com.fr.design.utils.gui.GUICoreUtils; import com.fr.stable.StringUtils;
import com.fr.general.Inter;
import com.fr.stable.StringUtils; import javax.swing.*;
import javax.swing.event.DocumentListener;
import javax.swing.*; import java.awt.*;
import javax.swing.event.DocumentListener;
import java.awt.*; public class FormulaDictPane extends FurtherBasicBeanPane<FormulaDictionary> {
public class FormulaDictPane extends FurtherBasicBeanPane<FormulaDictionary> { private static final int EDITOR_COLUMN = 15;
private static final int LEFT_BORDER = 5;
private static final int EDITOR_COLUMN = 15; private FormulaEditor keyFormulaEditor;
private static final int LEFT_BORDER = 5; private FormulaEditor valueFormulaEditor;
private FormulaEditor keyFormulaEditor;
private FormulaEditor valueFormulaEditor; public FormulaDictPane() {
initComponents();
public FormulaDictPane() { }
initComponents();
} private void initComponents() {
keyFormulaEditor = new FormulaEditor();
private void initComponents() { keyFormulaEditor.setColumns(EDITOR_COLUMN);
keyFormulaEditor = new FormulaEditor(); JPanel keyFormulaContainer = new JPanel(new FlowLayout(FlowLayout.RIGHT, LEFT_BORDER, 0));
keyFormulaEditor.setColumns(EDITOR_COLUMN); keyFormulaContainer.setBorder(BorderFactory.createEmptyBorder(0, -LEFT_BORDER, 0, -LEFT_BORDER));
JPanel keyFormulaContainer = new JPanel(new FlowLayout(FlowLayout.RIGHT, LEFT_BORDER, 0)); keyFormulaEditor.setPreferredSize(new Dimension(144, 20));
keyFormulaContainer.setBorder(BorderFactory.createEmptyBorder(0, -LEFT_BORDER, 0, -LEFT_BORDER)); Icon icon = BaseUtils.readIcon("/com/fr/design/images/m_insert/formula.png");
keyFormulaEditor.setPreferredSize(new Dimension(144, 20)); keyFormulaContainer.add(new JLabel(icon));
Icon icon = BaseUtils.readIcon("/com/fr/design/images/m_insert/formula.png"); keyFormulaContainer.add(keyFormulaEditor);
keyFormulaContainer.add(new JLabel(icon));
keyFormulaContainer.add(keyFormulaEditor); valueFormulaEditor = new FormulaEditor();
valueFormulaEditor.setColumns(EDITOR_COLUMN);
valueFormulaEditor = new FormulaEditor();
valueFormulaEditor.setColumns(EDITOR_COLUMN); double p = TableLayout.PREFERRED;
double f = TableLayout.FILL;
double p = TableLayout.PREFERRED; double[] columnSize = {p, f};
double f = TableLayout.FILL; double[] rowSize = {p, p, p};
double[] columnSize = {p, f}; int[][] rowCount = {{1, 1}, {1, 1}, {1, 1}};
double[] rowSize = {p, p, p};
int[][] rowCount = {{1, 1}, {1, 1}, {1, 1}}; UILabel tag = new UILabel(Inter.getLocText("FR-Designer-Formula_Dictionary_Display_Examples_Html"));
tag.setForeground(new Color(143, 143, 146));
UILabel tag = new UILabel(Inter.getLocText("FR-Designer-Formula_Dictionary_Display_Examples_Html")); tag.setPreferredSize(new Dimension(225, 80));
tag.setForeground(new Color(143, 143, 146)); JPanel t = new JPanel(new BorderLayout());
tag.setPreferredSize(new Dimension(225, 80)); t.add(tag, BorderLayout.CENTER);
JPanel t = new JPanel(new BorderLayout());
t.add(tag, BorderLayout.CENTER); BaseFormula vf = BaseFormula.createFormulaBuilder().build("$$$");
valueFormulaEditor = new FormulaEditor(StringUtils.EMPTY, vf);
Formula vf = new Formula("$$$");
valueFormulaEditor = new FormulaEditor(StringUtils.EMPTY, vf); JPanel valueFormulaContainer = new JPanel(new FlowLayout(FlowLayout.RIGHT, LEFT_BORDER, 0));
valueFormulaContainer.setBorder(BorderFactory.createEmptyBorder(0, -LEFT_BORDER, 0, -LEFT_BORDER));
JPanel valueFormulaContainer = new JPanel(new FlowLayout(FlowLayout.RIGHT, LEFT_BORDER, 0)); valueFormulaEditor.setPreferredSize(new Dimension(144, 20));
valueFormulaContainer.setBorder(BorderFactory.createEmptyBorder(0, -LEFT_BORDER, 0, -LEFT_BORDER)); valueFormulaContainer.add(new JLabel(icon));
valueFormulaEditor.setPreferredSize(new Dimension(144, 20)); valueFormulaContainer.add(valueFormulaEditor);
valueFormulaContainer.add(new JLabel(icon));
valueFormulaContainer.add(valueFormulaEditor);
Component[][] components = new Component[][]{
new Component[]{new UILabel(Inter.getLocText("FR-Designer_Actual_Value"), UILabel.LEFT), keyFormulaContainer},
Component[][] components = new Component[][]{ new Component[]{new UILabel(Inter.getLocText("FR-Designer_Display_Value"), UILabel.LEFT), valueFormulaContainer},
new Component[]{new UILabel(Inter.getLocText("FR-Designer_Actual_Value"), UILabel.LEFT), keyFormulaContainer}, new Component[]{tag, null}
new Component[]{new UILabel(Inter.getLocText("FR-Designer_Display_Value"), UILabel.LEFT), valueFormulaContainer}, };
new Component[]{tag, null} JPanel panel = TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, rowCount, LayoutConstants.VGAP_LARGE, LayoutConstants.VGAP_LARGE);
};
JPanel panel = TableLayoutHelper.createGapTableLayoutPane(components, rowSize, columnSize, rowCount, LayoutConstants.VGAP_LARGE, LayoutConstants.VGAP_LARGE); this.setLayout(new BorderLayout());
this.add(panel, BorderLayout.CENTER);
this.setLayout(new BorderLayout());
this.add(panel, BorderLayout.CENTER); }
} public void addChangeListener(DocumentListener l) {
keyFormulaEditor.addDocumentListener(l);
public void addChangeListener(DocumentListener l) { valueFormulaEditor.addDocumentListener(l);
keyFormulaEditor.addDocumentListener(l); }
valueFormulaEditor.addDocumentListener(l);
} @Override
public String title4PopupWindow() {
@Override return Inter.getLocText("FR-Designer_Formula");
public String title4PopupWindow() { }
return Inter.getLocText("FR-Designer_Formula");
} @Override
public void populateBean(FormulaDictionary dict) {
@Override keyFormulaEditor.setValue(BaseFormula.createFormulaBuilder().build(dict.getProduceFormula() == null ? StringUtils.EMPTY : dict.getProduceFormula()));
public void populateBean(FormulaDictionary dict) { valueFormulaEditor.setValue(BaseFormula.createFormulaBuilder().build(dict.getExcuteFormula() == null ? StringUtils.EMPTY : dict.getExcuteFormula()));
keyFormulaEditor.setValue(new Formula(dict.getProduceFormula() == null ? StringUtils.EMPTY : dict.getProduceFormula())); }
valueFormulaEditor.setValue(new Formula(dict.getExcuteFormula() == null ? StringUtils.EMPTY : dict.getExcuteFormula()));
} @Override
public FormulaDictionary updateBean() {
@Override FormulaDictionary dict = new FormulaDictionary();
public FormulaDictionary updateBean() { if (keyFormulaEditor.getValue() != null) {
FormulaDictionary dict = new FormulaDictionary(); dict.setProduceFormula(keyFormulaEditor.getValue().getContent());
if (keyFormulaEditor.getValue() != null) { }
dict.setProduceFormula(keyFormulaEditor.getValue().getContent()); if (valueFormulaEditor.getValue() != null) {
} dict.setExcuteFormula(valueFormulaEditor.getValue().getContent());
if (valueFormulaEditor.getValue() != null) { }
dict.setExcuteFormula(valueFormulaEditor.getValue().getContent());
} return dict;
}
return dict;
} @Override
public boolean accept(Object ob) {
@Override return ob instanceof FormulaDictionary;
public boolean accept(Object ob) { }
return ob instanceof FormulaDictionary;
} @Override
public void reset() {
@Override keyFormulaEditor.reset();
public void reset() { valueFormulaEditor.reset();
keyFormulaEditor.reset(); }
valueFormulaEditor.reset();
}
} }

11
designer_base/src/com/fr/design/widget/component/DateValuePane.java

@ -1,12 +1,15 @@
package com.fr.design.widget.component; package com.fr.design.widget.component;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.design.constants.LayoutConstants; import com.fr.design.constants.LayoutConstants;
import com.fr.design.editor.editor.*; import com.fr.design.editor.editor.DateEditor;
import com.fr.design.editor.editor.Editor;
import com.fr.design.editor.editor.FormulaEditor;
import com.fr.design.editor.editor.NoneEditor;
import com.fr.design.gui.ibutton.UIButtonGroup; import com.fr.design.gui.ibutton.UIButtonGroup;
import com.fr.general.ComparatorUtils; import com.fr.general.ComparatorUtils;
import com.fr.general.Inter; import com.fr.general.Inter;
import com.fr.stable.StringUtils;
import javax.swing.*; import javax.swing.*;
import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener; import javax.swing.event.ChangeListener;
@ -61,7 +64,7 @@ public class DateValuePane extends JPanel {
Editor e = editor[index]; Editor e = editor[index];
Object value = e.getValue(); Object value = e.getValue();
if(value == null && ComparatorUtils.equals(FORMULA_EDITOR_NAME, e.getName())){ if(value == null && ComparatorUtils.equals(FORMULA_EDITOR_NAME, e.getName())){
value = new Formula(StringUtils.EMPTY); value = BaseFormula.createFormulaBuilder().build();
} }
return value; return value;
} }

64
designer_base/src/com/fr/design/write/submit/DBManipulationPane.java

@ -1,46 +1,7 @@
package com.fr.design.write.submit; package com.fr.design.write.submit;
import java.awt.BorderLayout; import com.fr.base.BaseFormula;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridLayout;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.FocusAdapter;
import java.awt.event.FocusEvent;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.util.ArrayList;
import java.util.Date;
import java.util.EventObject;
import java.util.List;
import javax.swing.AbstractCellEditor;
import javax.swing.BorderFactory;
import javax.swing.DefaultCellEditor;
import javax.swing.DefaultComboBoxModel;
import javax.swing.Icon;
import javax.swing.JList;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JTree;
import javax.swing.ListSelectionModel;
import javax.swing.SwingUtilities;
import javax.swing.table.AbstractTableModel;
import javax.swing.table.DefaultTableCellRenderer;
import javax.swing.table.TableCellEditor;
import javax.swing.table.TableColumn;
import javax.swing.tree.DefaultTreeCellRenderer;
import javax.swing.tree.DefaultTreeModel;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.Formula;
import com.fr.base.Parameter; import com.fr.base.Parameter;
import com.fr.data.DataConstants; import com.fr.data.DataConstants;
import com.fr.data.condition.JoinCondition; import com.fr.data.condition.JoinCondition;
@ -86,6 +47,27 @@ import com.fr.write.config.InsertConfig;
import com.fr.write.config.IntelliDMLConfig; import com.fr.write.config.IntelliDMLConfig;
import com.fr.write.config.UpdateConfig; import com.fr.write.config.UpdateConfig;
import javax.swing.*;
import javax.swing.table.AbstractTableModel;
import javax.swing.table.DefaultTableCellRenderer;
import javax.swing.table.TableCellEditor;
import javax.swing.table.TableColumn;
import javax.swing.tree.DefaultTreeCellRenderer;
import javax.swing.tree.DefaultTreeModel;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.FocusAdapter;
import java.awt.event.FocusEvent;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.util.ArrayList;
import java.util.Date;
import java.util.EventObject;
import java.util.List;
//august:这个东西应该分成两类,一类是有单元格的情况,一类是没有单元格的情况 //august:这个东西应该分成两类,一类是有单元格的情况,一类是没有单元格的情况
public class DBManipulationPane extends BasicBeanPane<DBManipulation> { public class DBManipulationPane extends BasicBeanPane<DBManipulation> {
private static final Image ICODS_IMAGE = BaseUtils.readImage("/com/fr/web/core/css/images/icons.png"); private static final Image ICODS_IMAGE = BaseUtils.readImage("/com/fr/web/core/css/images/icons.png");
@ -752,7 +734,7 @@ public class DBManipulationPane extends BasicBeanPane<DBManipulation> {
String columnName = column.getColumnName(); String columnName = column.getColumnName();
if (!acceptPara && column.getColumnValue() instanceof Parameter) { if (!acceptPara && column.getColumnValue() instanceof Parameter) {
// 表单中,将以前的参数转换为公式 // 表单中,将以前的参数转换为公式
column.setColumnValue(new Formula(((Parameter)column.getColumnValue()).getName())); column.setColumnValue(BaseFormula.createFormulaBuilder().build(((Parameter)column.getColumnValue()).getName()));
} }
KeyColumnNameValue newColumnNameValue = new KeyColumnNameValue(column.isKey(), new ColumnName(columnName), new ColumnValue(column.getColumnValue()), KeyColumnNameValue newColumnNameValue = new KeyColumnNameValue(column.isKey(), new ColumnName(columnName), new ColumnValue(column.getColumnValue()),

5
designer_chart/src/com/fr/design/chart/ChartSwingUtils.java

@ -1,5 +1,6 @@
package com.fr.design.chart; package com.fr.design.chart;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.design.dialog.DialogActionAdapter; import com.fr.design.dialog.DialogActionAdapter;
@ -58,10 +59,10 @@ public class ChartSwingUtils {
private static void showFormulaPane(final UITextField jTextField, final OKListener l) { private static void showFormulaPane(final UITextField jTextField, final OKListener l) {
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
formulaPane.populate(new Formula(jTextField.getText())); formulaPane.populate(BaseFormula.createFormulaBuilder().build(jTextField.getText()));
formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane()), new DialogActionAdapter(){ formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(FRGUIPaneFactory.createNormalFlowInnerContainer_S_Pane()), new DialogActionAdapter(){
public void doOk() { public void doOk() {
Formula formula = formulaPane.update(); BaseFormula formula = formulaPane.update();
jTextField.setText(Utils.objectToString(formula)); jTextField.setText(Utils.objectToString(formula));
if (l != null) { if (l != null) {
l.action(); l.action();

7
designer_chart/src/com/fr/design/chart/axis/ChartAlertValuePane.java

@ -1,5 +1,6 @@
package com.fr.design.chart.axis; package com.fr.design.chart.axis;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.chartattr.ChartAlertValue; import com.fr.chart.chartattr.ChartAlertValue;
@ -162,10 +163,10 @@ public class ChartAlertValuePane extends BasicBeanPane<ChartAlertValue> {
private void showFormulaPane() { private void showFormulaPane() {
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
formulaPane.populate(new Formula(textField.getText())); formulaPane.populate(BaseFormula.createFormulaBuilder().build(textField.getText()));
formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(ChartAlertValuePane.this), new DialogActionAdapter(){ formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(ChartAlertValuePane.this), new DialogActionAdapter(){
public void doOk() { public void doOk() {
Formula formula = formulaPane.update(); BaseFormula formula = formulaPane.update();
textField.setText(Utils.objectToString(formula)); textField.setText(Utils.objectToString(formula));
} }
}).setVisible(true); }).setVisible(true);
@ -206,7 +207,7 @@ public class ChartAlertValuePane extends BasicBeanPane<ChartAlertValue> {
public void updateBean(ChartAlertValue chartAlertValue) { public void updateBean(ChartAlertValue chartAlertValue) {
chartAlertValue.setAlertValueFormula(new Formula(textField.getText())); chartAlertValue.setAlertValueFormula(BaseFormula.createFormulaBuilder().build(textField.getText()));
chartAlertValue.getLineColor().setSeriesColor(colorBox.getSelectObject()); chartAlertValue.getLineColor().setSeriesColor(colorBox.getSelectObject());
chartAlertValue.getLineStyle().setLineStyle(lineCombo.getSelectedLineStyle()); chartAlertValue.getLineStyle().setLineStyle(lineCombo.getSelectedLineStyle());
chartAlertValue.setAlertLineAlpha(alphaPane.update()); chartAlertValue.setAlertLineAlpha(alphaPane.update());

14
designer_chart/src/com/fr/design/chart/axis/MinMaxValuePane.java

@ -1,6 +1,6 @@
package com.fr.design.chart.axis; package com.fr.design.chart.axis;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.chart.base.ChartBaseUtils; import com.fr.chart.base.ChartBaseUtils;
import com.fr.chart.chartattr.Axis; import com.fr.chart.chartattr.Axis;
import com.fr.design.chart.ChartSwingUtils; import com.fr.design.chart.ChartSwingUtils;
@ -147,13 +147,13 @@ public class MinMaxValuePane extends JPanel {
// 最大最小值 // 最大最小值
if (minCheckBox.isSelected()) { if (minCheckBox.isSelected()) {
axis.setCustomMinValue(StringUtils.isNotEmpty(minValueField.getText())); axis.setCustomMinValue(StringUtils.isNotEmpty(minValueField.getText()));
axis.setMinValue(new Formula(minValueField.getText())); axis.setMinValue(BaseFormula.createFormulaBuilder().build(minValueField.getText()));
} else { } else {
axis.setCustomMinValue(false); axis.setCustomMinValue(false);
} }
if (maxCheckBox.isSelected()) { if (maxCheckBox.isSelected()) {
axis.setCustomMaxValue(StringUtils.isNotEmpty(maxValueField.getText())); axis.setCustomMaxValue(StringUtils.isNotEmpty(maxValueField.getText()));
axis.setMaxValue(new Formula(maxValueField.getText())); axis.setMaxValue(BaseFormula.createFormulaBuilder().build(maxValueField.getText()));
} else { } else {
axis.setCustomMaxValue(false); axis.setCustomMaxValue(false);
} }
@ -170,10 +170,10 @@ public class MinMaxValuePane extends JPanel {
axis.setMainUnit(null); axis.setMainUnit(null);
} else { } else {
axis.setCustomMainUnit(true); axis.setCustomMainUnit(true);
Formula formula = new Formula(increment); BaseFormula formula = BaseFormula.createFormulaBuilder().build(increment);
Number number = ChartBaseUtils.formula2Number(formula); Number number = ChartBaseUtils.formula2Number(formula);
if(number != null && number.doubleValue() < 0) { if(number != null && number.doubleValue() < 0) {
axis.setMainUnit(new Formula("10")); axis.setMainUnit(BaseFormula.createFormulaBuilder().build("10"));
} else { } else {
axis.setMainUnit(formula); axis.setMainUnit(formula);
} }
@ -189,10 +189,10 @@ public class MinMaxValuePane extends JPanel {
axis.setSecUnit(null); axis.setSecUnit(null);
} else { } else {
axis.setCustomSecUnit(true); axis.setCustomSecUnit(true);
Formula formula = new Formula(increment); BaseFormula formula = BaseFormula.createFormulaBuilder().build(increment);
Number number = ChartBaseUtils.formula2Number(formula); Number number = ChartBaseUtils.formula2Number(formula);
if(number != null && number.doubleValue() < 0) { if(number != null && number.doubleValue() < 0) {
axis.setSecUnit(new Formula("10")); axis.setSecUnit(BaseFormula.createFormulaBuilder().build("10"));
} else { } else {
axis.setSecUnit(formula); axis.setSecUnit(formula);
} }

596
designer_chart/src/com/fr/design/chart/report/GisMapReportDataContentPane.java

@ -1,301 +1,297 @@
package com.fr.design.chart.report; package com.fr.design.chart.report;
import java.awt.*; import com.fr.base.BaseFormula;
import java.awt.event.FocusAdapter; import com.fr.base.Utils;
import java.awt.event.FocusEvent; import com.fr.chart.chartdata.BaseSeriesDefinition;
import java.util.ArrayList; import com.fr.chart.chartdata.GisMapReportDefinition;
import java.util.List; import com.fr.chart.chartdata.SeriesDefinition;
import com.fr.design.beans.FurtherBasicBeanPane;
import javax.swing.JComponent; import com.fr.design.constants.LayoutConstants;
import javax.swing.JPanel; import com.fr.design.constants.UIConstants;
import javax.swing.JTable; import com.fr.design.event.UIObserver;
import javax.swing.SwingConstants; import com.fr.design.event.UIObserverListener;
import javax.swing.event.ChangeEvent; import com.fr.design.formula.TinyFormulaPane;
import javax.swing.event.ChangeListener; import com.fr.design.gui.frpane.UICorrelationPane;
import com.fr.design.gui.ibutton.UIButtonGroup;
import com.fr.base.Formula; import com.fr.design.gui.ilable.UILabel;
import com.fr.base.Utils; import com.fr.design.gui.itable.UITableEditor;
import com.fr.chart.chartdata.BaseSeriesDefinition; import com.fr.design.gui.itextfield.UITextField;
import com.fr.chart.chartdata.GisMapReportDefinition; import com.fr.design.layout.TableLayout;
import com.fr.chart.chartdata.SeriesDefinition; import com.fr.design.layout.TableLayoutHelper;
import com.fr.design.constants.LayoutConstants; import com.fr.general.Inter;
import com.fr.design.constants.UIConstants; import com.fr.stable.StableUtils;
import com.fr.design.beans.FurtherBasicBeanPane; import com.fr.stable.StringUtils;
import com.fr.design.event.UIObserver;
import com.fr.design.event.UIObserverListener; import javax.swing.*;
import com.fr.design.formula.TinyFormulaPane; import javax.swing.event.ChangeEvent;
import com.fr.design.gui.frpane.UICorrelationPane; import javax.swing.event.ChangeListener;
import com.fr.design.gui.ibutton.UIButtonGroup; import java.awt.*;
import com.fr.design.gui.ilable.UILabel; import java.awt.event.FocusAdapter;
import com.fr.design.gui.itable.UITableEditor; import java.awt.event.FocusEvent;
import com.fr.design.gui.itextfield.UITextField; import java.util.ArrayList;
import com.fr.design.layout.TableLayout; import java.util.List;
import com.fr.design.layout.TableLayoutHelper;
import com.fr.general.Inter; /**
import com.fr.stable.StableUtils; * 属性表gis地图单元格数据源设置界面
import com.fr.stable.StringUtils; *
* @author eason
/** */
* 属性表gis地图单元格数据源设置界面 public class GisMapReportDataContentPane extends FurtherBasicBeanPane<GisMapReportDefinition> implements UIObserver {
* private UIButtonGroup<String> addressType;
* @author eason private UIButtonGroup<String> lnglatOrder;
*/ private TinyFormulaPane addressPane;
public class GisMapReportDataContentPane extends FurtherBasicBeanPane<GisMapReportDefinition> implements UIObserver { private TinyFormulaPane addressNamePane;
private UIButtonGroup<String> addressType; private UICorrelationPane seriesPane;
private UIButtonGroup<String> lnglatOrder; private JPanel orderPane;
private TinyFormulaPane addressPane; private ArrayList<ChangeListener> changeListeners = new ArrayList<ChangeListener>();
private TinyFormulaPane addressNamePane;
private UICorrelationPane seriesPane; public GisMapReportDataContentPane() {
private JPanel orderPane; initCom();
private ArrayList<ChangeListener> changeListeners = new ArrayList<ChangeListener>(); }
public GisMapReportDataContentPane() { private void initCom() {
initCom(); this.setLayout(new BorderLayout(0, 0));
} addressType = new UIButtonGroup<String>(new String[]{Inter.getLocText("Chart-Address"), Inter.getLocText("Chart-LngLat")});
lnglatOrder = new UIButtonGroup<String>(new String[]{Inter.getLocText("Chart-LngFirst"), Inter.getLocText("Chart-LatFirst")});
private void initCom() { addressPane = new TinyFormulaPane();
this.setLayout(new BorderLayout(0, 0)); addressNamePane = new TinyFormulaPane();
addressType = new UIButtonGroup<String>(new String[]{Inter.getLocText("Chart-Address"), Inter.getLocText("Chart-LngLat")}); double p = TableLayout.PREFERRED;
lnglatOrder = new UIButtonGroup<String>(new String[]{Inter.getLocText("Chart-LngFirst"), Inter.getLocText("Chart-LatFirst")}); double f = TableLayout.FILL;
addressPane = new TinyFormulaPane(); double[] columnSize = new double[]{p, f};
addressNamePane = new TinyFormulaPane(); double[] rowSize = new double[]{p, p, p};
double p = TableLayout.PREFERRED;
double f = TableLayout.FILL; orderPane = new JPanel(new BorderLayout(LayoutConstants.VGAP_MEDIUM, 0)) {
double[] columnSize = new double[]{p, f}; @Override
double[] rowSize = new double[]{p, p, p}; public Dimension getPreferredSize() {
if (this.isVisible()) {
orderPane = new JPanel(new BorderLayout(LayoutConstants.VGAP_MEDIUM, 0)) { return super.getPreferredSize();
@Override } else {
public Dimension getPreferredSize() { return new Dimension(0, 0);
if (this.isVisible()) { }
return super.getPreferredSize(); }
} else { };
return new Dimension(0, 0); orderPane.add(new UILabel(Inter.getLocText("Chart-LatLngOrder")), BorderLayout.WEST);
} orderPane.add(lnglatOrder, BorderLayout.CENTER);
} orderPane.setVisible(false);
}; lnglatOrder.setSelectedIndex(0);
orderPane.add(new UILabel(Inter.getLocText("Chart-LatLngOrder")), BorderLayout.WEST); addressType.setSelectedIndex(0);
orderPane.add(lnglatOrder, BorderLayout.CENTER); Component[][] components = new Component[][]{
orderPane.setVisible(false); new Component[]{addressType, addressPane},
lnglatOrder.setSelectedIndex(0); new Component[]{orderPane, null},
addressType.setSelectedIndex(0); new Component[]{new UILabel(" " +Inter.getLocText("Chart-Address-Name")+":", SwingConstants.RIGHT), addressNamePane},
Component[][] components = new Component[][]{ };
new Component[]{addressType, addressPane}, JPanel northPane = TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
new Component[]{orderPane, null},
new Component[]{new UILabel(" " +Inter.getLocText("Chart-Address-Name")+":", SwingConstants.RIGHT), addressNamePane}, this.add(northPane, BorderLayout.NORTH);
};
JPanel northPane = TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize); String[] columnNames = new String[]{Inter.getLocText(new String[]{"Filed", "Title"}), Inter.getLocText("Area_Value")};
seriesPane = new UICorrelationPane(columnNames) {
this.add(northPane, BorderLayout.NORTH); public UITableEditor createUITableEditor() {
return new InnerTableEditor();
String[] columnNames = new String[]{Inter.getLocText(new String[]{"Filed", "Title"}), Inter.getLocText("Area_Value")}; }
seriesPane = new UICorrelationPane(columnNames) { };
public UITableEditor createUITableEditor() {
return new InnerTableEditor(); this.add(seriesPane, BorderLayout.CENTER);
} }
};
/**
this.add(seriesPane, BorderLayout.CENTER); * 界面接入.
} * @param ob 对象
* @return true表示接受
/** */
* 界面接入. public boolean accept(Object ob) {
* @param ob 对象 return true;
* @return true表示接受 }
*/
public boolean accept(Object ob) { /**
return true; * 重置
} */
public void reset() {
/**
* 重置 }
*/
public void reset() { /**
* 界面弹出标题.
} * @return 标题
*/
/** public String title4PopupWindow() {
* 界面弹出标题. return Inter.getLocText("Cell");
* @return 标题 }
*/
public String title4PopupWindow() { @Override
return Inter.getLocText("Cell"); public void populateBean(GisMapReportDefinition ob) {
} if (ob.getCategoryName() != null) {
if (ob.isAddress()) {
@Override addressType.setSelectedIndex(0);
public void populateBean(GisMapReportDefinition ob) { orderPane.setVisible(false);
if (ob.getCategoryName() != null) { } else {
if (ob.isAddress()) { addressType.setSelectedIndex(1);
addressType.setSelectedIndex(0); orderPane.setVisible(true);
orderPane.setVisible(false); }
} else {
addressType.setSelectedIndex(1); if (ob.isLngFirst()) {
orderPane.setVisible(true); lnglatOrder.setSelectedIndex(0);
} } else {
lnglatOrder.setSelectedIndex(1);
if (ob.isLngFirst()) { }
lnglatOrder.setSelectedIndex(0);
} else { addressPane.populateBean(Utils.objectToString(ob.getCategoryName()));
lnglatOrder.setSelectedIndex(1); if (ob.getAddressName() != null) {
} addressNamePane.populateBean(Utils.objectToString(ob.getAddressName()));
}
addressPane.populateBean(Utils.objectToString(ob.getCategoryName())); int size = ob.getTitleValueSize();
if (ob.getAddressName() != null) { List paneList = new ArrayList();
addressNamePane.populateBean(Utils.objectToString(ob.getAddressName())); for (int i = 0; i < size; i++) {
} BaseSeriesDefinition first = ob.getTitleValueWithIndex(i);
int size = ob.getTitleValueSize(); if (first != null && first.getSeriesName() != null && first.getValue() != null) {
List paneList = new ArrayList(); paneList.add(new Object[]{first.getSeriesName(), first.getValue()});
for (int i = 0; i < size; i++) { }
BaseSeriesDefinition first = ob.getTitleValueWithIndex(i); }
if (first != null && first.getSeriesName() != null && first.getValue() != null) { if (!paneList.isEmpty()) {
paneList.add(new Object[]{first.getSeriesName(), first.getValue()}); seriesPane.populateBean(paneList);
} }
} }
if (!paneList.isEmpty()) { }
seriesPane.populateBean(paneList);
} @Override
} public GisMapReportDefinition updateBean() {
} GisMapReportDefinition reportDefinition = new GisMapReportDefinition();
if (this.addressType.getSelectedIndex() == 0) {
@Override reportDefinition.setAddressType(true);
public GisMapReportDefinition updateBean() { orderPane.setVisible(false);
GisMapReportDefinition reportDefinition = new GisMapReportDefinition(); } else {
if (this.addressType.getSelectedIndex() == 0) { reportDefinition.setAddressType(false);
reportDefinition.setAddressType(true); orderPane.setVisible(true);
orderPane.setVisible(false); }
} else {
reportDefinition.setAddressType(false); if (this.lnglatOrder.getSelectedIndex() == 0) {
orderPane.setVisible(true); reportDefinition.setLnglatOrder(true);
} } else {
reportDefinition.setLnglatOrder(false);
if (this.lnglatOrder.getSelectedIndex() == 0) { }
reportDefinition.setLnglatOrder(true);
} else { String address = addressPane.updateBean();
reportDefinition.setLnglatOrder(false); if (StringUtils.isBlank(address)) {
} return null;
}
String address = addressPane.updateBean(); if (StableUtils.canBeFormula(address)) {
if (StringUtils.isBlank(address)) { reportDefinition.setCategoryName(BaseFormula.createFormulaBuilder().build(address));
return null; } else {
} reportDefinition.setCategoryName(address);
if (StableUtils.canBeFormula(address)) { }
reportDefinition.setCategoryName(new Formula(address));
} else { String addressName = addressNamePane.updateBean();
reportDefinition.setCategoryName(address); if (addressName != null && !StringUtils.isBlank(addressName)) {
} if (StableUtils.canBeFormula(addressName)) {
reportDefinition.setAddressName(addressName);
String addressName = addressNamePane.updateBean(); } else {
if (addressName != null && !StringUtils.isBlank(addressName)) { reportDefinition.setAddressName(addressName);
if (StableUtils.canBeFormula(addressName)) { }
reportDefinition.setAddressName(addressName); }
} else { List values = seriesPane.updateBean();
reportDefinition.setAddressName(addressName); if (values != null && !values.isEmpty()) {
} for (int i = 0, size = values.size(); i < size; i++) {
} Object[] objects = (Object[]) values.get(i);
List values = seriesPane.updateBean(); Object name = objects[0];
if (values != null && !values.isEmpty()) { Object value = objects[1];
for (int i = 0, size = values.size(); i < size; i++) {
Object[] objects = (Object[]) values.get(i); if (StableUtils.canBeFormula(value)) {
Object name = objects[0]; value = BaseFormula.createFormulaBuilder().build(value);
Object value = objects[1]; }
SeriesDefinition definition = new SeriesDefinition(name, value);
if (StableUtils.canBeFormula(value)) { reportDefinition.addTitleValue(definition);
value = new Formula(Utils.objectToString(value)); }
} }
SeriesDefinition definition = new SeriesDefinition(name, value); return reportDefinition;
reportDefinition.addTitleValue(definition); }
}
} /**
return reportDefinition; * 给组件登记一个观察者监听事件
} *
* @param listener 观察者监听事件
/** */
* 给组件登记一个观察者监听事件 public void registerChangeListener(final UIObserverListener listener) {
* changeListeners.add(new ChangeListener() {
* @param listener 观察者监听事件 public void stateChanged(ChangeEvent e) {
*/ listener.doChange();
public void registerChangeListener(final UIObserverListener listener) { }
changeListeners.add(new ChangeListener() { });
public void stateChanged(ChangeEvent e) { }
listener.doChange();
} /**
}); * 组件是否需要响应添加的观察者事件
} *
* @return 如果需要响应观察者事件则返回true否则返回false
/** */
* 组件是否需要响应添加的观察者事件 public boolean shouldResponseChangeListener() {
* return true;
* @return 如果需要响应观察者事件则返回true否则返回false }
*/
public boolean shouldResponseChangeListener() { private class InnerTableEditor extends UITableEditor {
return true; private JComponent editorComponent;
}
/**
private class InnerTableEditor extends UITableEditor { * 返回当前编辑器的值
private JComponent editorComponent; */
public Object getCellEditorValue() {
/** if (editorComponent instanceof TinyFormulaPane) {
* 返回当前编辑器的值 return ((TinyFormulaPane) editorComponent).getUITextField().getText();
*/ } else if (editorComponent instanceof UITextField) {
public Object getCellEditorValue() { return ((UITextField) editorComponent).getText();
if (editorComponent instanceof TinyFormulaPane) { }
return ((TinyFormulaPane) editorComponent).getUITextField().getText();
} else if (editorComponent instanceof UITextField) { return super.getCellEditorValue();
return ((UITextField) editorComponent).getText(); }
}
/**
return super.getCellEditorValue(); * 返回当前编辑器..
} */
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) {
/** if (column == table.getModel().getColumnCount()) {
* 返回当前编辑器.. return null;
*/ }
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) { return getEditorComponent(column, value);
if (column == table.getModel().getColumnCount()) { }
return null;
} private JComponent getEditorComponent(int column, Object value) {
return getEditorComponent(column, value); if (column == 0) {
} UITextField field = new UITextField();
addListener4UITextFiled(field);
private JComponent getEditorComponent(int column, Object value) {
if (column == 0) { if (value != null) {
UITextField field = new UITextField(); field.setText(Utils.objectToString(value));
addListener4UITextFiled(field); }
editorComponent = field;
if (value != null) { } else {
field.setText(Utils.objectToString(value)); TinyFormulaPane tinyPane = new TinyFormulaPane() {
} @Override
editorComponent = field; public void okEvent() {
} else { seriesPane.stopCellEditing();
TinyFormulaPane tinyPane = new TinyFormulaPane() { seriesPane.fireTargetChanged();
@Override }
public void okEvent() { };
seriesPane.stopCellEditing(); tinyPane.setBackground(UIConstants.FLESH_BLUE);
seriesPane.fireTargetChanged();
} addListener4UITextFiled(tinyPane.getUITextField());
};
tinyPane.setBackground(UIConstants.FLESH_BLUE); if (value != null) {
tinyPane.getUITextField().setText(Utils.objectToString(value));
addListener4UITextFiled(tinyPane.getUITextField()); }
if (value != null) { editorComponent = tinyPane;
tinyPane.getUITextField().setText(Utils.objectToString(value)); }
} return editorComponent;
}
editorComponent = tinyPane;
} private void addListener4UITextFiled(UITextField textField) {
return editorComponent;
} textField.addFocusListener(new FocusAdapter() {
@Override
private void addListener4UITextFiled(UITextField textField) { public void focusLost(FocusEvent e) {
// seriesPane.stopCellEditing(); //kunsnat: 不stop是因为可能直接点击公式编辑按钮, 否则需要点击两次才能弹出.
textField.addFocusListener(new FocusAdapter() { seriesPane.fireTargetChanged();
@Override }
public void focusLost(FocusEvent e) { });
// seriesPane.stopCellEditing(); //kunsnat: 不stop是因为可能直接点击公式编辑按钮, 否则需要点击两次才能弹出. }
seriesPane.fireTargetChanged(); }
}
});
}
}
} }

396
designer_chart/src/com/fr/design/chart/report/MapMoreReportIndexPane.java

@ -1,202 +1,196 @@
package com.fr.design.chart.report; package com.fr.design.chart.report;
import java.awt.BorderLayout; import com.fr.base.BaseFormula;
import java.awt.Component; import com.fr.base.Utils;
import java.awt.Dimension; import com.fr.chart.chartdata.BaseSeriesDefinition;
import java.awt.FlowLayout; import com.fr.chart.chartdata.MapSingleLayerReportDefinition;
import java.awt.event.FocusAdapter; import com.fr.chart.chartdata.SeriesDefinition;
import java.awt.event.FocusEvent; import com.fr.design.beans.BasicBeanPane;
import java.util.ArrayList; import com.fr.design.constants.UIConstants;
import java.util.List; import com.fr.design.event.UIObserver;
import com.fr.design.event.UIObserverListener;
import javax.swing.JComponent; import com.fr.design.formula.TinyFormulaPane;
import javax.swing.JPanel; import com.fr.design.gui.frpane.UICorrelationPane;
import javax.swing.JTable; import com.fr.design.gui.ilable.UILabel;
import com.fr.design.gui.itable.UITableEditor;
import com.fr.base.Formula; import com.fr.design.gui.itextfield.UITextField;
import com.fr.base.Utils; import com.fr.general.Inter;
import com.fr.chart.chartdata.BaseSeriesDefinition; import com.fr.stable.StableUtils;
import com.fr.chart.chartdata.MapSingleLayerReportDefinition; import com.fr.stable.StringUtils;
import com.fr.chart.chartdata.SeriesDefinition;
import com.fr.design.constants.UIConstants; import javax.swing.*;
import com.fr.design.beans.BasicBeanPane; import java.awt.*;
import com.fr.design.event.UIObserver; import java.awt.event.FocusAdapter;
import com.fr.design.event.UIObserverListener; import java.awt.event.FocusEvent;
import com.fr.design.formula.TinyFormulaPane; import java.util.ArrayList;
import com.fr.design.gui.frpane.UICorrelationPane; import java.util.List;
import com.fr.design.gui.ilable.UILabel;
import com.fr.design.gui.itable.UITableEditor; /**
import com.fr.design.gui.itextfield.UITextField; * 多层地图, 单元格, 多层切换 单界面.
import com.fr.general.Inter; * @author kunsnat E-mail:kunsnat@gmail.com
import com.fr.stable.StableUtils; * @version 创建时间2013-4-22 下午04:26:10
import com.fr.stable.StringUtils; */
public class MapMoreReportIndexPane extends BasicBeanPane<MapSingleLayerReportDefinition> implements UIObserver{
/** private String title = StringUtils.EMPTY;
* 多层地图, 单元格, 多层切换 单界面.
* @author kunsnat E-mail:kunsnat@gmail.com private TinyFormulaPane areaNamePane;
* @version 创建时间2013-4-22 下午04:26:10 private UICorrelationPane tabPane;
*/
public class MapMoreReportIndexPane extends BasicBeanPane<MapSingleLayerReportDefinition> implements UIObserver{ public MapMoreReportIndexPane() {
private String title = StringUtils.EMPTY; initPane();
}
private TinyFormulaPane areaNamePane;
private UICorrelationPane tabPane; public MapMoreReportIndexPane(String titleName) {
title = titleName;
public MapMoreReportIndexPane() { initPane();
initPane(); }
}
private void initPane() {
public MapMoreReportIndexPane(String titleName) { this.setLayout(new BorderLayout(0, 0));
title = titleName;
initPane(); JPanel northPane = new JPanel();
} this.add(northPane, BorderLayout.NORTH);
northPane.setLayout(new FlowLayout(FlowLayout.LEFT));
private void initPane() {
this.setLayout(new BorderLayout(0, 0)); northPane.add(new UILabel(Inter.getLocText("Area_Name") + ":"));
JPanel northPane = new JPanel(); areaNamePane = new TinyFormulaPane();
this.add(northPane, BorderLayout.NORTH); areaNamePane.setPreferredSize(new Dimension(120, 20));
northPane.setLayout(new FlowLayout(FlowLayout.LEFT)); northPane.add(areaNamePane);
northPane.add(new UILabel(Inter.getLocText("Area_Name") + ":")); tabPane = new UICorrelationPane(new String[]{Inter.getLocText(new String[]{"Filed", "Title"}), Inter.getLocText("Area_Value")}){
public UITableEditor createUITableEditor() {
areaNamePane = new TinyFormulaPane(); return new InnerTableEditor();
areaNamePane.setPreferredSize(new Dimension(120, 20)); }
northPane.add(areaNamePane); };
tabPane = new UICorrelationPane(new String[]{Inter.getLocText(new String[]{"Filed", "Title"}), Inter.getLocText("Area_Value")}){ this.add(tabPane, BorderLayout.CENTER);
public UITableEditor createUITableEditor() { }
return new InnerTableEditor();
} @Override
}; public void populateBean(MapSingleLayerReportDefinition definition) {
if(definition != null && definition.getCategoryName() != null) {
this.add(tabPane, BorderLayout.CENTER); areaNamePane.populateBean(Utils.objectToString(definition.getCategoryName()));
}
List paneList = new ArrayList();
@Override int titleValueSize = definition.getTitleValueSize();
public void populateBean(MapSingleLayerReportDefinition definition) { for(int i = 0; i < titleValueSize; i++) {
if(definition != null && definition.getCategoryName() != null) { BaseSeriesDefinition sd = definition.getTitleValueWithIndex(i);
areaNamePane.populateBean(Utils.objectToString(definition.getCategoryName())); if(sd != null && sd.getSeriesName() != null && sd.getValue() != null) {
paneList.add(new Object[]{sd.getSeriesName(), sd.getValue()});
List paneList = new ArrayList(); }
int titleValueSize = definition.getTitleValueSize(); }
for(int i = 0; i < titleValueSize; i++) {
BaseSeriesDefinition sd = definition.getTitleValueWithIndex(i); if(!paneList.isEmpty()) {
if(sd != null && sd.getSeriesName() != null && sd.getValue() != null) { tabPane.populateBean(paneList);
paneList.add(new Object[]{sd.getSeriesName(), sd.getValue()}); }
} }
} }
if(!paneList.isEmpty()) { public MapSingleLayerReportDefinition updateBean() {
tabPane.populateBean(paneList); MapSingleLayerReportDefinition definition = new MapSingleLayerReportDefinition();
}
} String areaName = areaNamePane.updateBean();
} if(StableUtils.canBeFormula(areaName)) {
definition.setCategoryName(BaseFormula.createFormulaBuilder().build(areaName));
public MapSingleLayerReportDefinition updateBean() { } else {
MapSingleLayerReportDefinition definition = new MapSingleLayerReportDefinition(); definition.setCategoryName(areaName);
}
String areaName = areaNamePane.updateBean();
if(StableUtils.canBeFormula(areaName)) { List paneList = tabPane.updateBean();
definition.setCategoryName(new Formula(areaName)); for(int i = 0, size = paneList.size(); i < size; i++) {
} else { Object[] values = (Object[])paneList.get(i);
definition.setCategoryName(areaName); if(values.length == 2) {
} SeriesDefinition seriesDefinition = new SeriesDefinition();
seriesDefinition.setSeriesName(values[0]);
List paneList = tabPane.updateBean(); seriesDefinition.setValue(values[1]);
for(int i = 0, size = paneList.size(); i < size; i++) { definition.addTitleValue(seriesDefinition);
Object[] values = (Object[])paneList.get(i); }
if(values.length == 2) { }
SeriesDefinition seriesDefinition = new SeriesDefinition();
seriesDefinition.setSeriesName(values[0]); return definition;
seriesDefinition.setValue(values[1]); }
definition.addTitleValue(seriesDefinition);
} @Override
} protected String title4PopupWindow() {
return title;
return definition; }
}
private class InnerTableEditor extends UITableEditor {
@Override private JComponent editorComponent;
protected String title4PopupWindow() {
return title; /**
} * 返回当前编辑器的值
*/
private class InnerTableEditor extends UITableEditor { public Object getCellEditorValue() {
private JComponent editorComponent; if(editorComponent instanceof TinyFormulaPane) {
return ((TinyFormulaPane)editorComponent).getUITextField().getText();
/** } else if(editorComponent instanceof UITextField) {
* 返回当前编辑器的值 return ((UITextField)editorComponent).getText();
*/ }
public Object getCellEditorValue() {
if(editorComponent instanceof TinyFormulaPane) { return super.getCellEditorValue();
return ((TinyFormulaPane)editorComponent).getUITextField().getText(); }
} else if(editorComponent instanceof UITextField) {
return ((UITextField)editorComponent).getText(); /**
} * 返回当前编辑器..
*/
return super.getCellEditorValue(); public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) {
} if (column == table.getModel().getColumnCount()) {
return null;
/** }
* 返回当前编辑器.. return getEditorComponent(column, value);
*/ }
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) {
if (column == table.getModel().getColumnCount()) { private JComponent getEditorComponent(int column, Object value) {
return null; if(column == 0) {
} UITextField field = new UITextField();
return getEditorComponent(column, value); editorComponent = field;
}
if(value != null) {
private JComponent getEditorComponent(int column, Object value) { field.setText(Utils.objectToString(value));
if(column == 0) { }
UITextField field = new UITextField(); } else {
editorComponent = field; TinyFormulaPane tinyPane = new TinyFormulaPane() {
@Override
if(value != null) { public void okEvent() {
field.setText(Utils.objectToString(value)); tabPane.stopCellEditing();
} tabPane.fireTargetChanged();
} else { }
TinyFormulaPane tinyPane = new TinyFormulaPane() { };
@Override tinyPane.setBackground(UIConstants.FLESH_BLUE);
public void okEvent() {
tabPane.stopCellEditing(); tinyPane.getUITextField().addFocusListener(new FocusAdapter() {
tabPane.fireTargetChanged(); @Override
} public void focusLost(FocusEvent e) {
}; // tabPane.stopCellEditing();//kunsnat: 不stop是因为可能直接点击公式编辑按钮, 否则需要点击两次才能弹出.
tinyPane.setBackground(UIConstants.FLESH_BLUE); tabPane.fireTargetChanged();
}
tinyPane.getUITextField().addFocusListener(new FocusAdapter() { });
@Override
public void focusLost(FocusEvent e) { if(value != null) {
// tabPane.stopCellEditing();//kunsnat: 不stop是因为可能直接点击公式编辑按钮, 否则需要点击两次才能弹出. tinyPane.getUITextField().setText(Utils.objectToString(value));
tabPane.fireTargetChanged(); }
}
}); editorComponent = tinyPane;
}
if(value != null) { return editorComponent;
tinyPane.getUITextField().setText(Utils.objectToString(value)); }
} }
editorComponent = tinyPane; @Override
} public void registerChangeListener(UIObserverListener listener) {
return editorComponent; if(tabPane != null) {
} tabPane.registerChangeListener(listener);
} }
if(areaNamePane != null) {
@Override areaNamePane.registerChangeListener(listener);
public void registerChangeListener(UIObserverListener listener) { }
if(tabPane != null) { }
tabPane.registerChangeListener(listener);
} @Override
if(areaNamePane != null) { public boolean shouldResponseChangeListener() {
areaNamePane.registerChangeListener(listener); return true;
} }
}
@Override
public boolean shouldResponseChangeListener() {
return true;
}
} }

33
designer_chart/src/com/fr/design/chart/report/MapReportDataSinglePane.java

@ -1,28 +1,12 @@
package com.fr.design.chart.report; package com.fr.design.chart.report;
import java.awt.BorderLayout; import com.fr.base.BaseFormula;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.event.FocusAdapter;
import java.awt.event.FocusEvent;
import java.util.ArrayList;
import java.util.List;
import javax.swing.JComponent;
import javax.swing.JPanel;
import javax.swing.JTable;
import javax.swing.SwingConstants;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import com.fr.base.Formula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.chartdata.BaseSeriesDefinition; import com.fr.chart.chartdata.BaseSeriesDefinition;
import com.fr.chart.chartdata.MapSingleLayerReportDefinition; import com.fr.chart.chartdata.MapSingleLayerReportDefinition;
import com.fr.chart.chartdata.SeriesDefinition; import com.fr.chart.chartdata.SeriesDefinition;
import com.fr.design.constants.UIConstants;
import com.fr.design.beans.FurtherBasicBeanPane; import com.fr.design.beans.FurtherBasicBeanPane;
import com.fr.design.constants.UIConstants;
import com.fr.design.event.UIObserver; import com.fr.design.event.UIObserver;
import com.fr.design.event.UIObserverListener; import com.fr.design.event.UIObserverListener;
import com.fr.design.formula.TinyFormulaPane; import com.fr.design.formula.TinyFormulaPane;
@ -33,6 +17,15 @@ import com.fr.design.gui.itextfield.UITextField;
import com.fr.general.Inter; import com.fr.general.Inter;
import com.fr.stable.StableUtils; import com.fr.stable.StableUtils;
import javax.swing.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
import java.awt.*;
import java.awt.event.FocusAdapter;
import java.awt.event.FocusEvent;
import java.util.ArrayList;
import java.util.List;
/** /**
* 地图 单元格数据 单层地图 界面 * 地图 单元格数据 单层地图 界面
* *
@ -118,7 +111,7 @@ public class MapReportDataSinglePane extends FurtherBasicBeanPane<MapSingleLayer
String areaName = areaNamePane.updateBean(); String areaName = areaNamePane.updateBean();
if(StableUtils.canBeFormula(areaName)) { if(StableUtils.canBeFormula(areaName)) {
reportDefinition.setCategoryName(new Formula(areaName)); reportDefinition.setCategoryName(BaseFormula.createFormulaBuilder().build(areaName));
} else { } else {
reportDefinition.setCategoryName(areaName); reportDefinition.setCategoryName(areaName);
} }
@ -131,7 +124,7 @@ public class MapReportDataSinglePane extends FurtherBasicBeanPane<MapSingleLayer
Object value = objects[1]; Object value = objects[1];
if (StableUtils.canBeFormula(value)) { if (StableUtils.canBeFormula(value)) {
value = new Formula(Utils.objectToString(value)); value = BaseFormula.createFormulaBuilder().build(value);
} }
SeriesDefinition definition = new SeriesDefinition(name, value); SeriesDefinition definition = new SeriesDefinition(name, value);
reportDefinition.addTitleValue(definition); reportDefinition.addTitleValue(definition);

6
designer_chart/src/com/fr/design/mainframe/chart/gui/data/report/AbstractReportDataContentPane.java

@ -1,6 +1,6 @@
package com.fr.design.mainframe.chart.gui.data.report; package com.fr.design.mainframe.chart.gui.data.report;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.chartattr.ChartCollection; import com.fr.chart.chartattr.ChartCollection;
import com.fr.chart.chartdata.NormalReportDataDefinition; import com.fr.chart.chartdata.NormalReportDataDefinition;
@ -140,7 +140,7 @@ public abstract class AbstractReportDataContentPane extends BasicBeanPane<ChartC
return null; return null;
} }
return StableUtils.canBeFormula(object) ? new Formula(object.toString()) : object.toString(); return StableUtils.canBeFormula(object) ? BaseFormula.createFormulaBuilder().build(object) : object.toString();
} }
protected class InnerTableEditor extends UITableEditor { protected class InnerTableEditor extends UITableEditor {
@ -179,7 +179,7 @@ public abstract class AbstractReportDataContentPane extends BasicBeanPane<ChartC
} }
@Override @Override
protected void populateTextField(Formula fm) { protected void populateTextField(BaseFormula fm) {
formulaTextField.setText(fm.getContent()); formulaTextField.setText(fm.getContent());
} }
}; };

3
designer_chart/src/com/fr/design/mainframe/chart/gui/data/report/CategoryPlotReportDataContentPane.java

@ -1,5 +1,6 @@
package com.fr.design.mainframe.chart.gui.data.report; package com.fr.design.mainframe.chart.gui.data.report;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.base.chart.chartdata.TopDefinitionProvider; import com.fr.base.chart.chartdata.TopDefinitionProvider;
import com.fr.chart.chartattr.Bar2DPlot; import com.fr.chart.chartattr.Bar2DPlot;
@ -60,7 +61,7 @@ public class CategoryPlotReportDataContentPane extends AbstractReportDataContent
} }
@Override @Override
protected void populateTextField(Formula fm) { protected void populateTextField(BaseFormula fm) {
formulaTextField.setText(fm.getContent()); formulaTextField.setText(fm.getContent());
} }

4
designer_chart/src/com/fr/design/mainframe/chart/gui/other/ChartDesignerInteractivePane.java

@ -4,7 +4,7 @@
package com.fr.design.mainframe.chart.gui.other; package com.fr.design.mainframe.chart.gui.other;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.chart.chartattr.Chart; import com.fr.chart.chartattr.Chart;
import com.fr.chart.chartdata.TopDefinition; import com.fr.chart.chartdata.TopDefinition;
import com.fr.design.mainframe.chart.gui.ChartOtherPane; import com.fr.design.mainframe.chart.gui.ChartOtherPane;
@ -31,7 +31,7 @@ public class ChartDesignerInteractivePane extends ChartInteractivePane {
protected List<ChartUIMenuNameableCreator> refreshList(HashMap map) { protected List<ChartUIMenuNameableCreator> refreshList(HashMap map) {
List<ChartUIMenuNameableCreator> list = new ArrayList<ChartUIMenuNameableCreator>(); List<ChartUIMenuNameableCreator> list = new ArrayList<ChartUIMenuNameableCreator>();
java.util.HashMap<String, Formula> hyperLinkEditorMap = plot.getHyperLinkEditorMap(); java.util.HashMap<String, BaseFormula> hyperLinkEditorMap = plot.getHyperLinkEditorMap();
list.add(new ChartUIMenuNameableCreator(hyperLinkEditorMap, Inter.getLocText("Hyperlink-Web_link"), list.add(new ChartUIMenuNameableCreator(hyperLinkEditorMap, Inter.getLocText("Hyperlink-Web_link"),
new WebHyperlink(), getUseMap(map, WebHyperlink.class))); new WebHyperlink(), getUseMap(map, WebHyperlink.class)));

4
designer_chart/src/com/fr/design/mainframe/chart/gui/other/ChartInteractivePane.java

@ -1,7 +1,7 @@
package com.fr.design.mainframe.chart.gui.other; package com.fr.design.mainframe.chart.gui.other;
import com.fr.base.BaseFormula;
import com.fr.base.CoreDecimalFormat; import com.fr.base.CoreDecimalFormat;
import com.fr.base.Formula;
import com.fr.base.Style; import com.fr.base.Style;
import com.fr.base.chart.chartdata.TopDefinitionProvider; import com.fr.base.chart.chartdata.TopDefinitionProvider;
import com.fr.chart.base.AttrContents; import com.fr.chart.base.AttrContents;
@ -854,7 +854,7 @@ public class ChartInteractivePane extends BasicScrollPane<Chart> implements UIOb
protected List<ChartUIMenuNameableCreator> refreshList(HashMap map) { protected List<ChartUIMenuNameableCreator> refreshList(HashMap map) {
List<ChartUIMenuNameableCreator> list = new ArrayList<ChartUIMenuNameableCreator>(); List<ChartUIMenuNameableCreator> list = new ArrayList<ChartUIMenuNameableCreator>();
java.util.HashMap<String, Formula> hyperLinkEditorMap = plot.getHyperLinkEditorMap(); java.util.HashMap<String, BaseFormula> hyperLinkEditorMap = plot.getHyperLinkEditorMap();
list.add(new ChartUIMenuNameableCreator(hyperLinkEditorMap, Inter.getLocText("Chart-Link_Reportlet"), list.add(new ChartUIMenuNameableCreator(hyperLinkEditorMap, Inter.getLocText("Chart-Link_Reportlet"),
new ReportletHyperlink(), getUseMap(map, ReportletHyperlink.class))); new ReportletHyperlink(), getUseMap(map, ReportletHyperlink.class)));

25
designer_chart/src/com/fr/design/mainframe/chart/gui/other/TimeSwitchPane.java

@ -1,7 +1,7 @@
package com.fr.design.mainframe.chart.gui.other; package com.fr.design.mainframe.chart.gui.other;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.Formula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.base.ChartConstants; import com.fr.chart.base.ChartConstants;
import com.fr.chart.base.TimeSwitchAttr; import com.fr.chart.base.TimeSwitchAttr;
@ -22,7 +22,12 @@ import com.fr.general.Inter;
import javax.swing.*; import javax.swing.*;
import java.awt.*; import java.awt.*;
import java.awt.event.*; import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
@ -85,10 +90,10 @@ public class TimeSwitchPane extends JPanel implements UIObserver {
private void initTablePane(){ private void initTablePane(){
tablePane = new JPanel(new TableLayout()); tablePane = new JPanel(new TableLayout());
tablePane.add(new TimeTickBox(new Formula("1"),ChartConstants.MONTH_TYPE)); tablePane.add(new TimeTickBox(BaseFormula.createFormulaBuilder().build("1"),ChartConstants.MONTH_TYPE));
tablePane.add(new TimeTickBox(new Formula("3"),ChartConstants.MONTH_TYPE)); tablePane.add(new TimeTickBox(BaseFormula.createFormulaBuilder().build("3"),ChartConstants.MONTH_TYPE));
tablePane.add(new TimeTickBox(new Formula("6"),ChartConstants.MONTH_TYPE)); tablePane.add(new TimeTickBox(BaseFormula.createFormulaBuilder().build("6"),ChartConstants.MONTH_TYPE));
tablePane.add(new TimeTickBox(new Formula("1"), ChartConstants.YEAR_TYPE)); tablePane.add(new TimeTickBox(BaseFormula.createFormulaBuilder().build("1"), ChartConstants.YEAR_TYPE));
tablePane.revalidate(); tablePane.revalidate();
} }
@ -111,7 +116,7 @@ public class TimeSwitchPane extends JPanel implements UIObserver {
return new ActionListener() { return new ActionListener() {
@Override @Override
public void actionPerformed(ActionEvent e) { public void actionPerformed(ActionEvent e) {
tablePane.add(new TimeTickBox(new Formula(),ChartConstants.YEAR_TYPE)); tablePane.add(new TimeTickBox(BaseFormula.createFormulaBuilder().build(),ChartConstants.YEAR_TYPE));
tablePane.revalidate(); tablePane.revalidate();
fireChange(); fireChange();
} }
@ -150,7 +155,7 @@ public class TimeSwitchPane extends JPanel implements UIObserver {
continue; continue;
} }
TimeTickBox box =(TimeTickBox) component; TimeTickBox box =(TimeTickBox) component;
timeMap.add(new TimeSwitchAttr(new Formula(box.mainUnitField.getText()),VALUES.get(box.mainType.getSelectedItem()))); timeMap.add(new TimeSwitchAttr(BaseFormula.createFormulaBuilder().build(box.mainUnitField.getText()),VALUES.get(box.mainType.getSelectedItem())));
} }
} }
@ -267,7 +272,7 @@ public class TimeSwitchPane extends JPanel implements UIObserver {
private UIComboBox mainType; private UIComboBox mainType;
private UIButton delButton; private UIButton delButton;
public TimeTickBox(Formula time,int unit){ public TimeTickBox(BaseFormula time,int unit){
this.setLayout(new FlowLayout(FlowLayout.CENTER, 4, 0)); this.setLayout(new FlowLayout(FlowLayout.CENTER, 4, 0));
mainUnitField = new UITextField(time.toString()); mainUnitField = new UITextField(time.toString());
mainUnitField.setEditable(false); mainUnitField.setEditable(false);
@ -310,7 +315,7 @@ public class TimeSwitchPane extends JPanel implements UIObserver {
private void showFormulaPane(final UITextField jTextField) { private void showFormulaPane(final UITextField jTextField) {
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); final UIFormula formulaPane = FormulaFactory.createFormulaPane();
final String original = jTextField.getText(); final String original = jTextField.getText();
formulaPane.populate(new Formula(original)); formulaPane.populate(BaseFormula.createFormulaBuilder().build(original));
BasicDialog dlg = formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(TimeSwitchPane.this), new DialogActionAdapter() { BasicDialog dlg = formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(TimeSwitchPane.this), new DialogActionAdapter() {
public void doOk() { public void doOk() {
String newText = Utils.objectToString(formulaPane.update()); String newText = Utils.objectToString(formulaPane.update());

938
designer_chart/src/com/fr/design/mainframe/chart/gui/style/ChartAxisLabelPane.java

@ -1,471 +1,469 @@
package com.fr.design.mainframe.chart.gui.style; package com.fr.design.mainframe.chart.gui.style;
import java.awt.*; import com.fr.base.BaseFormula;
import java.awt.event.ActionEvent; import com.fr.base.Style;
import java.awt.event.ActionListener; import com.fr.base.Utils;
import java.awt.event.ItemEvent; import com.fr.chart.base.ChartBaseUtils;
import java.awt.event.ItemListener; import com.fr.chart.base.TextAttr;
import com.fr.chart.chartattr.Axis;
import javax.swing.JPanel; import com.fr.design.constants.LayoutConstants;
import javax.swing.SpinnerNumberModel; import com.fr.design.dialog.BasicPane;
import javax.swing.event.ChangeEvent; import com.fr.design.event.UIObserver;
import javax.swing.event.ChangeListener; import com.fr.design.event.UIObserverListener;
import com.fr.design.gui.icheckbox.UICheckBox;
import com.fr.base.Formula; import com.fr.design.gui.icombobox.UIComboBox;
import com.fr.base.Style; import com.fr.design.gui.ilable.UILabel;
import com.fr.base.Utils; import com.fr.design.gui.ispinner.UIBasicSpinner;
import com.fr.chart.base.ChartBaseUtils; import com.fr.design.gui.itextfield.UITextField;
import com.fr.chart.base.TextAttr; import com.fr.design.gui.style.NumberDragBar;
import com.fr.chart.chartattr.Axis; import com.fr.design.layout.TableLayout;
import com.fr.design.constants.LayoutConstants; import com.fr.design.layout.TableLayoutHelper;
import com.fr.design.event.UIObserver; import com.fr.general.Inter;
import com.fr.design.event.UIObserverListener;
import com.fr.design.gui.icheckbox.UICheckBox; import javax.swing.*;
import com.fr.design.gui.icombobox.UIComboBox; import javax.swing.event.ChangeEvent;
import com.fr.design.gui.ilable.UILabel; import javax.swing.event.ChangeListener;
import com.fr.design.gui.ispinner.UIBasicSpinner; import java.awt.*;
import com.fr.design.gui.itextfield.UITextField; import java.awt.event.ActionEvent;
import com.fr.design.gui.style.NumberDragBar; import java.awt.event.ActionListener;
import com.fr.design.layout.TableLayout; import java.awt.event.ItemEvent;
import com.fr.design.layout.TableLayoutHelper; import java.awt.event.ItemListener;
import com.fr.design.dialog.BasicPane;
import com.fr.general.Inter; public class ChartAxisLabelPane extends BasicPane implements UIObserver{
private static final int LABEL_INTERVAL = 0;
public class ChartAxisLabelPane extends BasicPane implements UIObserver{ private static final int LABEL_WRAP =1;
private static final int LABEL_INTERVAL = 0;
private static final int LABEL_WRAP =1; private static final long serialVersionUID = 6601571951210596823L;
private static final int NUM90 = 90;
private static final long serialVersionUID = 6601571951210596823L; private UICheckBox isLabelShow;
private static final int NUM90 = 90; private UIComboBox showWay;//显示方式
private UICheckBox isLabelShow; private UITextField customLabelSamleTime;
private UIComboBox showWay;//显示方式 private UIComboBox labelOrientationChoose;
private UITextField customLabelSamleTime; private NumberDragBar orientationBar;
private UIComboBox labelOrientationChoose; private UIBasicSpinner orientationSpinner;
private NumberDragBar orientationBar; private ChartTextAttrPane textAttrPane;
private UIBasicSpinner orientationSpinner; private UICheckBox auto;
private ChartTextAttrPane textAttrPane; private UICheckBox custom;
private UICheckBox auto; private UIComboBox labelSampleChoose;
private UICheckBox custom;
private UIComboBox labelSampleChoose; private JPanel labelPane;
private JPanel showWayPane;
private JPanel labelPane; private UIObserverListener observerListener;
private JPanel showWayPane; private ActionListener autoActionListener = new ActionListener() {
private UIObserverListener observerListener; @Override
private ActionListener autoActionListener = new ActionListener() { public void actionPerformed(ActionEvent e) {
@Override auto.removeActionListener(autoActionListener);
public void actionPerformed(ActionEvent e) { custom.removeActionListener(customActionListener);
auto.removeActionListener(autoActionListener); auto.setSelected(true);
custom.removeActionListener(customActionListener); custom.setSelected(false);
auto.setSelected(true); customLabelSamleTime.setEnabled(false);
custom.setSelected(false); auto.addActionListener(autoActionListener);
customLabelSamleTime.setEnabled(false); custom.addActionListener(customActionListener);
auto.addActionListener(autoActionListener); }
custom.addActionListener(customActionListener); };
}
}; private ActionListener customActionListener = new ActionListener() {
@Override
private ActionListener customActionListener = new ActionListener() { public void actionPerformed(ActionEvent e) {
@Override auto.removeActionListener(autoActionListener);
public void actionPerformed(ActionEvent e) { custom.removeActionListener(customActionListener);
auto.removeActionListener(autoActionListener); auto.setSelected(false);
custom.removeActionListener(customActionListener); custom.setSelected(true);
auto.setSelected(false); customLabelSamleTime.setEnabled(true);
custom.setSelected(true); customLabelSamleTime.setText("1");
customLabelSamleTime.setEnabled(true); auto.addActionListener(autoActionListener);
customLabelSamleTime.setText("1"); custom.addActionListener(customActionListener);
auto.addActionListener(autoActionListener); }
custom.addActionListener(customActionListener); };
}
}; public ChartAxisLabelPane() {
initComponents();
public ChartAxisLabelPane() { }
initComponents();
} private void initComponents() {
isLabelShow = new UICheckBox(Inter.getLocText("FR-Utils_Label"));
private void initComponents() { auto = new UICheckBox(Inter.getLocText(new String[]{"FR-App-All_Auto", "FR-Chart-Axis_labelInterval"}));
isLabelShow = new UICheckBox(Inter.getLocText("FR-Utils_Label")); custom = new UICheckBox(Inter.getLocText(new String[]{"FR-App-All_Custom", "FR-Chart-Axis_labelInterval"}));
auto = new UICheckBox(Inter.getLocText(new String[]{"FR-App-All_Auto", "FR-Chart-Axis_labelInterval"})); showWay = new UIComboBox(new String[]{Inter.getLocText("FR-Chart-Axis_labelInterval"),Inter.getLocText("FR-Chart-Axis_labelWrap")});
custom = new UICheckBox(Inter.getLocText(new String[]{"FR-App-All_Custom", "FR-Chart-Axis_labelInterval"})); customLabelSamleTime = new UITextField();
showWay = new UIComboBox(new String[]{Inter.getLocText("FR-Chart-Axis_labelInterval"),Inter.getLocText("FR-Chart-Axis_labelWrap")});
customLabelSamleTime = new UITextField(); String[] nameObjects = {Inter.getLocText("FR-Chart_All_Normal"), Inter.getLocText("FR-Chart-Text_Vertical"), Inter.getLocText("FR-Chart-Text_Rotation")};
labelOrientationChoose = new UIComboBox(nameObjects);
String[] nameObjects = {Inter.getLocText("FR-Chart_All_Normal"), Inter.getLocText("FR-Chart-Text_Vertical"), Inter.getLocText("FR-Chart-Text_Rotation")}; orientationBar = new NumberDragBar(-NUM90, NUM90);
labelOrientationChoose = new UIComboBox(nameObjects); orientationSpinner = new UIBasicSpinner(new SpinnerNumberModel(0, -NUM90, NUM90, 1));
orientationBar = new NumberDragBar(-NUM90, NUM90);
orientationSpinner = new UIBasicSpinner(new SpinnerNumberModel(0, -NUM90, NUM90, 1)); String[] sampleType = {Inter.getLocText("FR-App-All_Auto"), Inter.getLocText("FR-App-All_Custom")};
labelSampleChoose = new UIComboBox(sampleType);
String[] sampleType = {Inter.getLocText("FR-App-All_Auto"), Inter.getLocText("FR-App-All_Custom")}; customLabelSamleTime = new UITextField();
labelSampleChoose = new UIComboBox(sampleType); checkCustomSampleField();
customLabelSamleTime = new UITextField();
checkCustomSampleField(); checkOrientationField();
checkOrientationField(); textAttrPane = new ChartTextAttrPane();
this.setLayout(new BorderLayout());
textAttrPane = new ChartTextAttrPane();
this.setLayout(new BorderLayout()); initListener();
}
initListener();
} private void initListener(){
private void initListener(){ showWay.addItemListener(new ItemListener() {
@Override
showWay.addItemListener(new ItemListener() { public void itemStateChanged(ItemEvent e) {
@Override checkShowWay();
public void itemStateChanged(ItemEvent e) { }
checkShowWay(); });
}
}); orientationSpinner.addChangeListener(new ChangeListener() {
@Override
orientationSpinner.addChangeListener(new ChangeListener() { public void stateChanged(ChangeEvent e) {
@Override orientationBar.setValue((Integer) orientationSpinner.getValue());
public void stateChanged(ChangeEvent e) {
orientationBar.setValue((Integer) orientationSpinner.getValue()); }
});
} orientationBar.addChangeListener(new ChangeListener() {
}); @Override
orientationBar.addChangeListener(new ChangeListener() { public void stateChanged(ChangeEvent e) {
@Override orientationSpinner.setValue((Integer) orientationBar.getValue());
public void stateChanged(ChangeEvent e) {
orientationSpinner.setValue((Integer) orientationBar.getValue()); }
});
}
});
labelSampleChoose.addActionListener(new ActionListener() {
@Override
labelSampleChoose.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) {
@Override checkCustomSampleField();
public void actionPerformed(ActionEvent e) { }
checkCustomSampleField(); });
}
}); auto.addActionListener(autoActionListener);
auto.addActionListener(autoActionListener); custom.addActionListener(customActionListener);
labelOrientationChoose.addActionListener(new ActionListener() {
custom.addActionListener(customActionListener); @Override
labelOrientationChoose.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) {
@Override checkOrientationField();
public void actionPerformed(ActionEvent e) { }
checkOrientationField(); });
} isLabelShow.addActionListener(new ActionListener() {
}); public void actionPerformed(ActionEvent e) {
isLabelShow.addActionListener(new ActionListener() { checkLabelUse();
public void actionPerformed(ActionEvent e) { }
checkLabelUse(); });
} }
});
} private JPanel getWrapShowWayPane() {
double p = TableLayout.PREFERRED;
private JPanel getWrapShowWayPane() { double f = TableLayout.FILL;
double p = TableLayout.PREFERRED; double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, p, f};
double f = TableLayout.FILL; double[] rowSize = {p, p, p, p};
double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, p, f};
double[] rowSize = {p, p, p, p}; Component[][] components = new Component[][]{
new Component[]{null, new UILabel(Inter.getLocText("FR-Chart-Axis_labelShowway")), showWay, null},
Component[][] components = new Component[][]{ new Component[]{null, new UILabel(Inter.getLocText("StyleAlignment-Text_Rotation")), labelOrientationChoose, null},
new Component[]{null, new UILabel(Inter.getLocText("FR-Chart-Axis_labelShowway")), showWay, null}, new Component[]{null, orientationSpinner, orientationBar, null},
new Component[]{null, new UILabel(Inter.getLocText("StyleAlignment-Text_Rotation")), labelOrientationChoose, null}, new Component[]{null, textAttrPane, null, null},
new Component[]{null, orientationSpinner, orientationBar, null}, };
new Component[]{null, textAttrPane, null, null}, return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
}; }
return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
} private JPanel getIntervalShowWayPane() {
private JPanel getIntervalShowWayPane() { double p = TableLayout.PREFERRED;
double f = TableLayout.FILL;
double p = TableLayout.PREFERRED; double[] columnSize = {f};
double f = TableLayout.FILL; double[] rowSize = {p, p, p};
double[] columnSize = {f};
double[] rowSize = {p, p, p}; Component[][] components = new Component[][]{
new Component[]{getCombox()},
Component[][] components = new Component[][]{ new Component[]{getTowChoose()},
new Component[]{getCombox()}, new Component[]{getOther()}
new Component[]{getTowChoose()}, };
new Component[]{getOther()} return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
}; }
return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
} private JPanel getTowChoose() {
auto.registerChangeListener(this.observerListener);
private JPanel getTowChoose() { custom.registerChangeListener(this.observerListener);
auto.registerChangeListener(this.observerListener); customLabelSamleTime.registerChangeListener(this.observerListener);
custom.registerChangeListener(this.observerListener); auto.setSelected(true);
customLabelSamleTime.registerChangeListener(this.observerListener); custom.setSelected(false);
auto.setSelected(true); customLabelSamleTime.setVisible(true);
custom.setSelected(false); customLabelSamleTime.setEnabled(false);
customLabelSamleTime.setVisible(true); double p = TableLayout.PREFERRED;
customLabelSamleTime.setEnabled(false); double f = TableLayout.FILL;
double p = TableLayout.PREFERRED; double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, f};
double f = TableLayout.FILL; double[] rowSize = {p, p};
double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, f};
double[] rowSize = {p, p}; JPanel customPane = TableLayoutHelper.createTableLayoutPane(new Component[][]{
new Component[]{custom, customLabelSamleTime, null},
JPanel customPane = TableLayoutHelper.createTableLayoutPane(new Component[][]{ }, new double[]{p}, new double[]{p, p, f});
new Component[]{custom, customLabelSamleTime, null},
}, new double[]{p}, new double[]{p, p, f}); Component[][] components = new Component[][]{
new Component[]{null, auto,},
Component[][] components = new Component[][]{ new Component[]{null, customPane}
new Component[]{null, auto,}, };
new Component[]{null, customPane} return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
}; }
return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
} private JPanel getCombox() {
double p = TableLayout.PREFERRED;
private JPanel getCombox() { double f = TableLayout.FILL;
double p = TableLayout.PREFERRED; double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, p, f};
double f = TableLayout.FILL; double[] rowSize = {p};
double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, p, f};
double[] rowSize = {p}; Component[][] components = new Component[][]{
new Component[]{null, new UILabel(Inter.getLocText("FR-Chart-Axis_labelShowway")), showWay, null}
Component[][] components = new Component[][]{ };
new Component[]{null, new UILabel(Inter.getLocText("FR-Chart-Axis_labelShowway")), showWay, null} return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
}; }
return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
} private JPanel getOther() {
double p = TableLayout.PREFERRED;
private JPanel getOther() { double f = TableLayout.FILL;
double p = TableLayout.PREFERRED; double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, p, f};
double f = TableLayout.FILL; double[] rowSize = {p, p, p};
double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, p, f};
double[] rowSize = {p, p, p}; Component[][] components = new Component[][]{
new Component[]{null, new UILabel(Inter.getLocText("StyleAlignment-Text_Rotation")), labelOrientationChoose, null},
Component[][] components = new Component[][]{ new Component[]{null, orientationSpinner, orientationBar, null},
new Component[]{null, new UILabel(Inter.getLocText("StyleAlignment-Text_Rotation")), labelOrientationChoose, null}, new Component[]{null, textAttrPane, null, null},
new Component[]{null, orientationSpinner, orientationBar, null}, };
new Component[]{null, textAttrPane, null, null}, return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
}; }
return TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
} private void checkShowWay() {
if (showWayPane != null) {
private void checkShowWay() { this.remove(showWayPane);
if (showWayPane != null) { }
this.remove(showWayPane); showWay.registerChangeListener(this.observerListener);
} orientationSpinner.registerChangeListener(this.observerListener);
showWay.registerChangeListener(this.observerListener); labelOrientationChoose.registerChangeListener(this.observerListener);
orientationSpinner.registerChangeListener(this.observerListener); if (showWay.getSelectedIndex() == LABEL_INTERVAL) {
labelOrientationChoose.registerChangeListener(this.observerListener); labelPane = getIntervalShowWayPane();
if (showWay.getSelectedIndex() == LABEL_INTERVAL) { } else {
labelPane = getIntervalShowWayPane(); labelPane = getWrapShowWayPane();
} else { }
labelPane = getWrapShowWayPane(); double p = TableLayout.PREFERRED;
} double f = TableLayout.FILL;
double p = TableLayout.PREFERRED; double[] row = {p, p};
double f = TableLayout.FILL; double[] col = {f};
double[] row = {p, p}; showWayPane = TableLayoutHelper.createTableLayoutPane(new Component[][]{
double[] col = {f}; new Component[]{isLabelShow}, new Component[]{labelPane}}, row, col);
showWayPane = TableLayoutHelper.createTableLayoutPane(new Component[][]{ this.add(showWayPane, BorderLayout.CENTER);
new Component[]{isLabelShow}, new Component[]{labelPane}}, row, col); this.validate();
this.add(showWayPane, BorderLayout.CENTER); }
this.validate();
}
private void checkOrientationField() {
if (labelOrientationChoose.getSelectedIndex() != 2) {
private void checkOrientationField() { orientationBar.setVisible(false);
if (labelOrientationChoose.getSelectedIndex() != 2) { orientationSpinner.setVisible(false);
orientationBar.setVisible(false); } else {
orientationSpinner.setVisible(false); orientationBar.setVisible(true);
} else { orientationSpinner.setVisible(true);
orientationBar.setVisible(true); }
orientationSpinner.setVisible(true); }
}
} private void checkPaneOnlyInterval(){
if (showWayPane != null) {
private void checkPaneOnlyInterval(){ this.remove(showWayPane);
if (showWayPane != null) { }
this.remove(showWayPane); showWayPane = getPanel();
} this.add(showWayPane, BorderLayout.CENTER);
showWayPane = getPanel(); this.validate();
this.add(showWayPane, BorderLayout.CENTER); }
this.validate();
}
private JPanel getPanel() {
labelSampleChoose.registerChangeListener(this.observerListener);
private JPanel getPanel() { customLabelSamleTime.registerChangeListener(this.observerListener);
labelSampleChoose.registerChangeListener(this.observerListener); orientationSpinner.registerChangeListener(this.observerListener);
customLabelSamleTime.registerChangeListener(this.observerListener); labelOrientationChoose.registerChangeListener(this.observerListener);
orientationSpinner.registerChangeListener(this.observerListener); double p = TableLayout.PREFERRED;
labelOrientationChoose.registerChangeListener(this.observerListener); double f = TableLayout.FILL;
double p = TableLayout.PREFERRED; double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, p, f};
double f = TableLayout.FILL; double[] rowSize = {p, p, p, p};
double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, p, f};
double[] rowSize = {p, p, p, p}; Component[][] components = new Component[][]{
new Component[]{null,new UILabel(Inter.getLocText("ChartF-Label_Interval")), labelSampleChoose, customLabelSamleTime},
Component[][] components = new Component[][]{ new Component[]{null,new UILabel(Inter.getLocText("StyleAlignment-Text_Rotation")), labelOrientationChoose, null},
new Component[]{null,new UILabel(Inter.getLocText("ChartF-Label_Interval")), labelSampleChoose, customLabelSamleTime}, new Component[]{null,orientationSpinner, orientationBar, null},
new Component[]{null,new UILabel(Inter.getLocText("StyleAlignment-Text_Rotation")), labelOrientationChoose, null}, new Component[]{null,textAttrPane, null, null},
new Component[]{null,orientationSpinner, orientationBar, null}, };
new Component[]{null,textAttrPane, null, null}, labelPane = TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize);
};
labelPane = TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize); double[] row = {p,p};
double[] col = {f};
double[] row = {p,p}; return TableLayoutHelper.createTableLayoutPane(new Component[][]{
double[] col = {f}; new Component[]{isLabelShow}, new Component[]{labelPane}}, row, col);
return TableLayoutHelper.createTableLayoutPane(new Component[][]{ }
new Component[]{isLabelShow}, new Component[]{labelPane}}, row, col);
} private void checkCustomSampleField() {
if (labelSampleChoose.getSelectedIndex() == 0) {
private void checkCustomSampleField() { customLabelSamleTime.setVisible(false);
if (labelSampleChoose.getSelectedIndex() == 0) { } else {
customLabelSamleTime.setVisible(false); customLabelSamleTime.setVisible(true);
} else { customLabelSamleTime.setText("1");
customLabelSamleTime.setVisible(true); }
customLabelSamleTime.setText("1"); }
}
}
/**
* 界面标签
/** */
* 界面标签 protected String title4PopupWindow() {
*/ return Inter.getLocText("ChartF-Tick_Label");
protected String title4PopupWindow() { }
return Inter.getLocText("ChartF-Tick_Label");
} private int getLabelTextOrientationIndex(TextAttr textAttr) {
if (textAttr.getAlignText() == Style.VERTICALTEXT) {
private int getLabelTextOrientationIndex(TextAttr textAttr) { return 1;
if (textAttr.getAlignText() == Style.VERTICALTEXT) { } else if (textAttr.getRotation() != 0) {
return 1; return 2;
} else if (textAttr.getRotation() != 0) { } else {
return 2; return 0;
} else { }
return 0; }
}
} private int getLabelSampleNumber(BaseFormula formula) {
Number number = ChartBaseUtils.formula2Number(formula);
private int getLabelSampleNumber(Formula formula) { if (number != null) {
Number number = ChartBaseUtils.formula2Number(formula); int num = number.intValue();
if (number != null) { return num < 1 ? 0 : 1;
int num = number.intValue(); }
return num < 1 ? 0 : 1; return 0;
} }
return 0;
} private boolean isWrapShow(BaseFormula formula){
Number number = ChartBaseUtils.formula2Number(formula);
private boolean isWrapShow(Formula formula){ return number == null;
Number number = ChartBaseUtils.formula2Number(formula); }
return number == null;
} /**
* 检查 标签界面是否可用.
/** */
* 检查 标签界面是否可用. private void checkLabelUse() {
*/ isLabelShow.setEnabled(true);
private void checkLabelUse() { labelPane.setVisible(isLabelShow.isSelected());
isLabelShow.setEnabled(true); }
labelPane.setVisible(isLabelShow.isSelected());
} @Override
public Dimension getPreferredSize() {
@Override if (isLabelShow.isSelected()) {
public Dimension getPreferredSize() { return super.getPreferredSize();
if (isLabelShow.isSelected()) { } else {
return super.getPreferredSize(); return this.isLabelShow.getPreferredSize();
} else { }
return this.isLabelShow.getPreferredSize(); }
}
} /**
* 更新界面内容.
/** */
* 更新界面内容. public void populate(Axis axis) {
*/ if(axis.isSupportAxisLabelWrap()){
public void populate(Axis axis) { checkShowWay();
if(axis.isSupportAxisLabelWrap()){ if (isWrapShow(axis.getLabelNumber())) {
checkShowWay(); showWay.setSelectedIndex(LABEL_WRAP);
if (isWrapShow(axis.getLabelNumber())) { } else {
showWay.setSelectedIndex(LABEL_WRAP); showWay.setSelectedIndex(LABEL_INTERVAL);
} else { boolean isAuto = getLabelSampleNumber(axis.getLabelNumber()) == 0;
showWay.setSelectedIndex(LABEL_INTERVAL); auto.setSelected(isAuto);
boolean isAuto = getLabelSampleNumber(axis.getLabelNumber()) == 0; custom.setSelected(!isAuto);
auto.setSelected(isAuto); customLabelSamleTime.setText(isAuto ? "" : String.valueOf(ChartBaseUtils.formula2Number(axis.getLabelNumber())));
custom.setSelected(!isAuto); customLabelSamleTime.setEnabled(!isAuto);
customLabelSamleTime.setText(isAuto ? "" : String.valueOf(ChartBaseUtils.formula2Number(axis.getLabelNumber()))); }
customLabelSamleTime.setEnabled(!isAuto); }else{
} checkPaneOnlyInterval();
}else{ labelSampleChoose.setSelectedIndex(getLabelSampleNumber(axis.getLabelNumber()));
checkPaneOnlyInterval(); if (labelSampleChoose.getSelectedIndex() == 1) {
labelSampleChoose.setSelectedIndex(getLabelSampleNumber(axis.getLabelNumber())); customLabelSamleTime.setText(String.valueOf(ChartBaseUtils.formula2Number(axis.getLabelNumber())));
if (labelSampleChoose.getSelectedIndex() == 1) { }
customLabelSamleTime.setText(String.valueOf(ChartBaseUtils.formula2Number(axis.getLabelNumber()))); }
} isLabelShow.setSelected(axis.isShowAxisLabel());
} textAttrPane.populate(axis.getTextAttr());
isLabelShow.setSelected(axis.isShowAxisLabel()); labelOrientationChoose.setSelectedIndex(getLabelTextOrientationIndex(axis.getTextAttr()));
textAttrPane.populate(axis.getTextAttr()); orientationBar.setValue(axis.getTextAttr().getRotation());
labelOrientationChoose.setSelectedIndex(getLabelTextOrientationIndex(axis.getTextAttr())); orientationSpinner.setValue(axis.getTextAttr().getRotation());
orientationBar.setValue(axis.getTextAttr().getRotation()); checkLabelUse();
orientationSpinner.setValue(axis.getTextAttr().getRotation()); this.initSelfListener(this);
checkLabelUse(); }
this.initSelfListener(this);
}
/**
* 保存界面属性.
/** */
* 保存界面属性. public void update(Axis axis) {
*/ axis.setShowAxisLabel(isLabelShow.isSelected());
public void update(Axis axis) { if (isLabelShow.isSelected()) {
axis.setShowAxisLabel(isLabelShow.isSelected()); if(axis.isSupportAxisLabelWrap()){
if (isLabelShow.isSelected()) { this.update4Wrap(axis);
if(axis.isSupportAxisLabelWrap()){ }else{
this.update4Wrap(axis); update4Normal(axis);
}else{ }
update4Normal(axis);
} TextAttr textAttr = axis.getTextAttr();
textAttrPane.update(textAttr);
TextAttr textAttr = axis.getTextAttr(); if (labelOrientationChoose.getSelectedIndex() == 0) {
textAttrPane.update(textAttr); textAttr.setRotation(0);
if (labelOrientationChoose.getSelectedIndex() == 0) { textAttr.setAlignText(Style.HORIZONTALTEXT);
textAttr.setRotation(0); } else if (labelOrientationChoose.getSelectedIndex() == 1) {
textAttr.setAlignText(Style.HORIZONTALTEXT); textAttr.setRotation(0);
} else if (labelOrientationChoose.getSelectedIndex() == 1) { textAttr.setAlignText(Style.VERTICALTEXT);
textAttr.setRotation(0); } else {
textAttr.setAlignText(Style.VERTICALTEXT); textAttr.setAlignText(Style.HORIZONTALTEXT);
} else { textAttr.setRotation(Utils.objectToNumber(orientationSpinner.getValue(), false).intValue());
textAttr.setAlignText(Style.HORIZONTALTEXT); }
textAttr.setRotation(Utils.objectToNumber(orientationSpinner.getValue(), false).intValue()); }
} }
}
} private void update4Normal(Axis axis){
if (labelSampleChoose.getSelectedIndex() == 0) {
private void update4Normal(Axis axis){ axis.setLabelIntervalNumber(BaseFormula.createFormulaBuilder().build("0"));
if (labelSampleChoose.getSelectedIndex() == 0) { } else {
axis.setLabelIntervalNumber(new Formula("0")); axis.setLabelIntervalNumber(BaseFormula.createFormulaBuilder().build(customLabelSamleTime.getText()));
} else { }
axis.setLabelIntervalNumber(new Formula(customLabelSamleTime.getText())); }
}
} private void update4Wrap(Axis axis){
if (showWay.getSelectedIndex() == LABEL_WRAP) {
private void update4Wrap(Axis axis){ axis.setLabelIntervalNumber(BaseFormula.createFormulaBuilder().build());
if (showWay.getSelectedIndex() == LABEL_WRAP) { } else if (showWay.getSelectedIndex() == LABEL_INTERVAL) {
axis.setLabelIntervalNumber(new Formula()); if (auto.isSelected()) {
} else if (showWay.getSelectedIndex() == LABEL_INTERVAL) { axis.setLabelIntervalNumber(BaseFormula.createFormulaBuilder().build("0"));
if (auto.isSelected()) { } else if (custom.isSelected()) {
axis.setLabelIntervalNumber(new Formula("0")); axis.setLabelIntervalNumber(BaseFormula.createFormulaBuilder().build(customLabelSamleTime.getText()));
} else if (custom.isSelected()) { }
axis.setLabelIntervalNumber(new Formula(customLabelSamleTime.getText())); }
} }
}
} /**
* 注册时间监听器
/** * @param listener 观察者监听事件
* 注册时间监听器 */
* @param listener 观察者监听事件 public void registerChangeListener(UIObserverListener listener) {
*/ this.observerListener = listener;
public void registerChangeListener(UIObserverListener listener) { }
this.observerListener = listener;
} private void initSelfListener(Container parentComponent) {
for (int i = 0; i < parentComponent.getComponentCount(); i++) {
private void initSelfListener(Container parentComponent) { Component tmpComp = parentComponent.getComponent(i);
for (int i = 0; i < parentComponent.getComponentCount(); i++) { if (tmpComp instanceof Container) {
Component tmpComp = parentComponent.getComponent(i); initSelfListener((Container) tmpComp);
if (tmpComp instanceof Container) { }
initSelfListener((Container) tmpComp); if (tmpComp instanceof UIObserver) {
} ((UIObserver) tmpComp).registerChangeListener(observerListener);
if (tmpComp instanceof UIObserver) { }
((UIObserver) tmpComp).registerChangeListener(observerListener); }
} }
}
} /**
* 是否响应事件监听
/** * @return 是则返回true
* 是否响应事件监听 */
* @return 是则返回true public boolean shouldResponseChangeListener() {
*/ return true;
public boolean shouldResponseChangeListener() { }
return true;
}
} }

6
designer_chart/src/com/fr/design/mainframe/chart/gui/style/ChartAxisTitlePane.java

@ -1,19 +1,19 @@
package com.fr.design.mainframe.chart.gui.style; package com.fr.design.mainframe.chart.gui.style;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.Formula;
import com.fr.base.Style; import com.fr.base.Style;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.chartattr.Axis; import com.fr.chart.chartattr.Axis;
import com.fr.chart.chartattr.Title; import com.fr.chart.chartattr.Title;
import com.fr.design.constants.LayoutConstants; import com.fr.design.constants.LayoutConstants;
import com.fr.design.dialog.BasicPane;
import com.fr.design.formula.TinyFormulaPane; import com.fr.design.formula.TinyFormulaPane;
import com.fr.design.gui.ibutton.UIButtonGroup; import com.fr.design.gui.ibutton.UIButtonGroup;
import com.fr.design.gui.icheckbox.UICheckBox; import com.fr.design.gui.icheckbox.UICheckBox;
import com.fr.design.gui.ilable.UILabel; import com.fr.design.gui.ilable.UILabel;
import com.fr.design.layout.TableLayout; import com.fr.design.layout.TableLayout;
import com.fr.design.layout.TableLayoutHelper; import com.fr.design.layout.TableLayoutHelper;
import com.fr.design.dialog.BasicPane;
import com.fr.general.FRFont; import com.fr.general.FRFont;
import com.fr.general.Inter; import com.fr.general.Inter;
import com.fr.stable.Constants; import com.fr.stable.Constants;
@ -109,7 +109,7 @@ public class ChartAxisTitlePane extends BasicPane{
title.getTextAttr().setAlignText(Style.VERTICALTEXT); title.getTextAttr().setAlignText(Style.VERTICALTEXT);
} }
if(StableUtils.canBeFormula(axisTitleContentPane.updateBean())) { if(StableUtils.canBeFormula(axisTitleContentPane.updateBean())) {
title.setTextObject(new Formula(axisTitleContentPane.updateBean())); title.setTextObject(BaseFormula.createFormulaBuilder().build(axisTitleContentPane.updateBean()));
} else { } else {
title.setTextObject(axisTitleContentPane.updateBean()); title.setTextObject(axisTitleContentPane.updateBean());
} }

723
designer_chart/src/com/fr/design/mainframe/chart/gui/style/DateAxisValuePane.java

@ -1,360 +1,365 @@
package com.fr.design.mainframe.chart.gui.style; package com.fr.design.mainframe.chart.gui.style;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.base.ChartConstants; import com.fr.chart.base.ChartConstants;
import com.fr.chart.chartattr.CategoryAxis; import com.fr.chart.chartattr.CategoryAxis;
import com.fr.design.beans.FurtherBasicBeanPane; import com.fr.design.beans.FurtherBasicBeanPane;
import com.fr.design.dialog.BasicDialog; import com.fr.design.dialog.BasicDialog;
import com.fr.design.dialog.DialogActionAdapter; import com.fr.design.dialog.DialogActionAdapter;
import com.fr.design.editor.ValueEditorPane; import com.fr.design.editor.ValueEditorPane;
import com.fr.design.editor.editor.DateEditor; import com.fr.design.editor.editor.DateEditor;
import com.fr.design.editor.editor.Editor; import com.fr.design.editor.editor.Editor;
import com.fr.design.editor.editor.FormulaEditor; import com.fr.design.editor.editor.FormulaEditor;
import com.fr.design.formula.FormulaFactory; import com.fr.design.formula.FormulaFactory;
import com.fr.design.formula.UIFormula; import com.fr.design.formula.UIFormula;
import com.fr.design.gui.date.UIDatePicker; import com.fr.design.gui.date.UIDatePicker;
import com.fr.design.gui.icheckbox.UICheckBox; import com.fr.design.gui.icheckbox.UICheckBox;
import com.fr.design.gui.icombobox.UIComboBox; import com.fr.design.gui.icombobox.UIComboBox;
import com.fr.design.gui.itextfield.UITextField; import com.fr.design.gui.itextfield.UITextField;
import com.fr.design.layout.FRGUIPaneFactory; import com.fr.design.layout.FRGUIPaneFactory;
import com.fr.design.layout.TableLayout; import com.fr.design.layout.TableLayout;
import com.fr.design.layout.TableLayoutHelper; import com.fr.design.layout.TableLayoutHelper;
import com.fr.design.style.FormatBox; import com.fr.design.style.FormatBox;
import com.fr.general.DateUtils; import com.fr.general.DateUtils;
import com.fr.general.FRLogger; import com.fr.general.FRLogger;
import com.fr.general.Inter; import com.fr.general.Inter;
import com.fr.stable.StringUtils; import com.fr.stable.StringUtils;
import javax.swing.*; import javax.swing.*;
import java.awt.*; import java.awt.*;
import java.awt.event.*; import java.awt.event.ActionEvent;
import java.text.ParseException; import java.awt.event.ActionListener;
import java.util.Date; import java.awt.event.KeyAdapter;
import java.util.HashMap; import java.awt.event.KeyEvent;
import java.util.Map; import java.awt.event.MouseAdapter;
import java.util.regex.Pattern; import java.awt.event.MouseEvent;
import java.text.ParseException;
/** import java.util.Date;
* 属性表, 坐标轴, 日期范围定义界面 import java.util.HashMap;
* @author kunsnat E-mail:kunsnat@gmail.com import java.util.Map;
* @version 创建时间2013-1-4 上午10:25:15 import java.util.regex.Pattern;
*/
public class DateAxisValuePane extends FurtherBasicBeanPane<CategoryAxis>{ /**
* 属性表, 坐标轴, 日期范围定义界面
private static String[] TYPES = new String[]{ * @author kunsnat E-mail:kunsnat@gmail.com
Inter.getLocText("Year"), Inter.getLocText("Month"), Inter.getLocText("Sun"), * @version 创建时间2013-1-4 上午10:25:15
Inter.getLocText("Sche-Hour"), Inter.getLocText("Sche-Minute"), */
Inter.getLocText("Sche-Second") public class DateAxisValuePane extends FurtherBasicBeanPane<CategoryAxis>{
};
private static String[] TYPES = new String[]{
private static Map<String, Integer> VALUES = new HashMap<String, Integer>(); Inter.getLocText("Year"), Inter.getLocText("Month"), Inter.getLocText("Sun"),
static { Inter.getLocText("Sche-Hour"), Inter.getLocText("Sche-Minute"),
VALUES.put(Inter.getLocText("Year"), ChartConstants.YEAR_TYPE); Inter.getLocText("Sche-Second")
VALUES.put(Inter.getLocText("Month"), ChartConstants.MONTH_TYPE); };
VALUES.put(Inter.getLocText("Sun"), ChartConstants.DAY_TYPE);
VALUES.put(Inter.getLocText("Sche-Hour"), ChartConstants.HOUR_TYPE); private static Map<String, Integer> VALUES = new HashMap<String, Integer>();
VALUES.put(Inter.getLocText("Sche-Minute"), ChartConstants.MINUTE_TYPE); static {
VALUES.put(Inter.getLocText("Sche-Second"), ChartConstants.SECOND_TYPE); VALUES.put(Inter.getLocText("Year"), ChartConstants.YEAR_TYPE);
} VALUES.put(Inter.getLocText("Month"), ChartConstants.MONTH_TYPE);
VALUES.put(Inter.getLocText("Sun"), ChartConstants.DAY_TYPE);
private static Map<Integer, String> INTS = new HashMap<Integer, String>(); VALUES.put(Inter.getLocText("Sche-Hour"), ChartConstants.HOUR_TYPE);
static { VALUES.put(Inter.getLocText("Sche-Minute"), ChartConstants.MINUTE_TYPE);
INTS.put(ChartConstants.YEAR_TYPE, Inter.getLocText("Year")); VALUES.put(Inter.getLocText("Sche-Second"), ChartConstants.SECOND_TYPE);
INTS.put(ChartConstants.MONTH_TYPE, Inter.getLocText("Month")); }
INTS.put(ChartConstants.DAY_TYPE, Inter.getLocText("Sun"));
INTS.put(ChartConstants.HOUR_TYPE, Inter.getLocText("Sche-Hour")); private static Map<Integer, String> INTS = new HashMap<Integer, String>();
INTS.put(ChartConstants.MINUTE_TYPE, Inter.getLocText("Sche-Minute")); static {
INTS.put(ChartConstants.SECOND_TYPE, Inter.getLocText("Sche-Second")); INTS.put(ChartConstants.YEAR_TYPE, Inter.getLocText("Year"));
} INTS.put(ChartConstants.MONTH_TYPE, Inter.getLocText("Month"));
INTS.put(ChartConstants.DAY_TYPE, Inter.getLocText("Sun"));
// 最大最小值 INTS.put(ChartConstants.HOUR_TYPE, Inter.getLocText("Sche-Hour"));
private UICheckBox maxCheckBox; INTS.put(ChartConstants.MINUTE_TYPE, Inter.getLocText("Sche-Minute"));
private ValueEditorPane maxValueField; INTS.put(ChartConstants.SECOND_TYPE, Inter.getLocText("Sche-Second"));
private UICheckBox minCheckBox; }
private ValueEditorPane minValueField;
// 最大最小值
private UICheckBox mainTickBox; private UICheckBox maxCheckBox;
private UITextField mainUnitField; private ValueEditorPane maxValueField;
private UIComboBox mainType; private UICheckBox minCheckBox;
private ValueEditorPane minValueField;
private FormatBox formatBox;
public FormatBox getFormatBox() { private UICheckBox mainTickBox;
return this.formatBox; private UITextField mainUnitField;
} private UIComboBox mainType;
public DateAxisValuePane() { private FormatBox formatBox;
this.initComponents(); public FormatBox getFormatBox() {
} return this.formatBox;
}
private void initMin() {
// 最小值. public DateAxisValuePane() {
minCheckBox = new UICheckBox(Inter.getLocText("Min_Value")); this.initComponents();
Date tmp = null; }
DateEditor dateEditor = new DateEditor(tmp, true, Inter.getLocText("Date"), UIDatePicker.STYLE_CN_DATETIME1);
Editor formulaEditor = new FormulaEditor(Inter.getLocText("Parameter-Formula")); private void initMin() {
Editor[] editor = new Editor[]{dateEditor, formulaEditor}; // 最小值.
minValueField = new ValueEditorPane(editor); minCheckBox = new UICheckBox(Inter.getLocText("Min_Value"));
minValueField.setEnabled(false); Date tmp = null;
minCheckBox.addActionListener(new ActionListener() { DateEditor dateEditor = new DateEditor(tmp, true, Inter.getLocText("Date"), UIDatePicker.STYLE_CN_DATETIME1);
public void actionPerformed(ActionEvent e) { Editor formulaEditor = new FormulaEditor(Inter.getLocText("Parameter-Formula"));
checkBoxUse(); Editor[] editor = new Editor[]{dateEditor, formulaEditor};
} minValueField = new ValueEditorPane(editor);
}); minValueField.setEnabled(false);
} minCheckBox.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
private void initMax() { checkBoxUse();
// 最大值 }
maxCheckBox = new UICheckBox(Inter.getLocText("Max_Value")); });
Date tmp = null; }
DateEditor dateEditor = new DateEditor(tmp, true, Inter.getLocText("Date"), UIDatePicker.STYLE_CN_DATETIME1);
Editor formulaEditor = new FormulaEditor(Inter.getLocText("Parameter-Formula")); private void initMax() {
Editor[] editor = new Editor[]{dateEditor, formulaEditor}; // 最大值
maxValueField = new ValueEditorPane(editor); maxCheckBox = new UICheckBox(Inter.getLocText("Max_Value"));
maxValueField.setEnabled(false); Date tmp = null;
maxCheckBox.addActionListener(new ActionListener() { DateEditor dateEditor = new DateEditor(tmp, true, Inter.getLocText("Date"), UIDatePicker.STYLE_CN_DATETIME1);
public void actionPerformed(ActionEvent e) { Editor formulaEditor = new FormulaEditor(Inter.getLocText("Parameter-Formula"));
checkBoxUse(); Editor[] editor = new Editor[]{dateEditor, formulaEditor};
} maxValueField = new ValueEditorPane(editor);
}); maxValueField.setEnabled(false);
} maxCheckBox.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
private void initMain() { checkBoxUse();
// 主要刻度单位 }
mainTickBox = new UICheckBox(Inter.getLocText("MainGraduationUnit")); });
mainUnitField = new UITextField(); }
mainUnitField.setPreferredSize(new Dimension(30, 20));
mainUnitField.setEditable(false); private void initMain() {
mainType = new UIComboBox(TYPES); // 主要刻度单位
mainType.setEnabled(false); mainTickBox = new UICheckBox(Inter.getLocText("MainGraduationUnit"));
mainUnitField = new UITextField();
mainTickBox.addActionListener(new ActionListener() { mainUnitField.setPreferredSize(new Dimension(30, 20));
public void actionPerformed(ActionEvent e) { mainUnitField.setEditable(false);
checkBoxUse(); mainType = new UIComboBox(TYPES);
} mainType.setEnabled(false);
});
mainTickBox.addActionListener(new ActionListener() {
addListener(mainTickBox, mainUnitField); public void actionPerformed(ActionEvent e) {
} checkBoxUse();
}
private void initComponents() { });
setLayout(FRGUIPaneFactory.createBorderLayout());
formatBox = new FormatBox(); addListener(mainTickBox, mainUnitField);
JPanel pane = FRGUIPaneFactory.createY_AXISBoxInnerContainer_S_Pane(); }
add(pane, BorderLayout.NORTH);
private void initComponents() {
initMin(); setLayout(FRGUIPaneFactory.createBorderLayout());
initMax(); formatBox = new FormatBox();
initMain(); JPanel pane = FRGUIPaneFactory.createY_AXISBoxInnerContainer_S_Pane();
add(pane, BorderLayout.NORTH);
JPanel mainTickPane = new JPanel();
mainTickPane.setLayout(new FlowLayout(FlowLayout.CENTER, 4, 0)); initMin();
initMax();
mainTickPane.add(mainUnitField); initMain();
mainTickPane.add(mainType);
JPanel mainTickPane = new JPanel();
JPanel secTickPane = new JPanel(); mainTickPane.setLayout(new FlowLayout(FlowLayout.CENTER, 4, 0));
secTickPane.setLayout(new FlowLayout(FlowLayout.CENTER, 4, 0));
mainTickPane.add(mainUnitField);
double p = TableLayout.PREFERRED; mainTickPane.add(mainType);
double f = TableLayout.FILL;
double[] rowSize = {p, p, p}; JPanel secTickPane = new JPanel();
double[] columnSize = {p, f}; secTickPane.setLayout(new FlowLayout(FlowLayout.CENTER, 4, 0));
Component[][] maxMin = {
{minCheckBox, minValueField}, double p = TableLayout.PREFERRED;
{maxCheckBox, maxValueField}, double f = TableLayout.FILL;
double[] rowSize = {p, p, p};
}; double[] columnSize = {p, f};
JPanel maxMinPane = TableLayoutHelper.createTableLayoutPane(maxMin, rowSize, columnSize); Component[][] maxMin = {
Component[][] components = { {minCheckBox, minValueField},
{maxMinPane, null}, {maxCheckBox, maxValueField},
{mainTickBox, mainTickPane}
};
}; JPanel maxMinPane = TableLayoutHelper.createTableLayoutPane(maxMin, rowSize, columnSize);
pane.add(TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize)); Component[][] components = {
} {maxMinPane, null},
{mainTickBox, mainTickPane}
private void addListener(final UICheckBox box, final UITextField textField) {
textField.addMouseListener(new MouseAdapter() { };
public void mousePressed(MouseEvent e) { pane.add(TableLayoutHelper.createTableLayoutPane(components, rowSize, columnSize));
if (box.isSelected()) { }
showFormulaPane(textField);
} private void addListener(final UICheckBox box, final UITextField textField) {
} textField.addMouseListener(new MouseAdapter() {
}); public void mousePressed(MouseEvent e) {
textField.addKeyListener(new KeyAdapter() { if (box.isSelected()) {
public void keyTyped(KeyEvent e) { showFormulaPane(textField);
if (box.isSelected()) { }
e.consume(); }
showFormulaPane(textField); });
} textField.addKeyListener(new KeyAdapter() {
} public void keyTyped(KeyEvent e) {
}); if (box.isSelected()) {
} e.consume();
showFormulaPane(textField);
private void showFormulaPane(final UITextField jTextField) { }
final UIFormula formulaPane = FormulaFactory.createFormulaPane(); }
formulaPane.populate(new Formula(jTextField.getText())); });
BasicDialog dlg = formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(DateAxisValuePane.this), new DialogActionAdapter() { }
public void doOk() {
jTextField.setText(Utils.objectToString(formulaPane.update())); private void showFormulaPane(final UITextField jTextField) {
} final UIFormula formulaPane = FormulaFactory.createFormulaPane();
}); formulaPane.populate(BaseFormula.createFormulaBuilder().build(jTextField.getText()));
dlg.setVisible(true); BasicDialog dlg = formulaPane.showLargeWindow(SwingUtilities.getWindowAncestor(DateAxisValuePane.this), new DialogActionAdapter() {
} public void doOk() {
jTextField.setText(Utils.objectToString(formulaPane.update()));
private void populateMain(CategoryAxis axis) { }
if (axis.isCustomMainUnit() && axis.getMainUnit() != null) { });
mainTickBox.setSelected(true); dlg.setVisible(true);
mainUnitField.setText(Utils.objectToString(axis.getMainUnit())); }
mainType.setSelectedItem(INTS.get(axis.getMainType()));
} private void populateMain(CategoryAxis axis) {
} if (axis.isCustomMainUnit() && axis.getMainUnit() != null) {
mainTickBox.setSelected(true);
private void updateMain(CategoryAxis axis) { mainUnitField.setText(Utils.objectToString(axis.getMainUnit()));
if (mainTickBox.isSelected() && StringUtils.isNotEmpty(mainUnitField.getText())) { mainType.setSelectedItem(INTS.get(axis.getMainType()));
axis.setCustomMainUnit(true); }
axis.setMainUnit(new Formula(mainUnitField.getText())); }
axis.setMainType(VALUES.get(mainType.getSelectedItem()));
} else { private void updateMain(CategoryAxis axis) {
axis.setCustomMainUnit(false); if (mainTickBox.isSelected() && StringUtils.isNotEmpty(mainUnitField.getText())) {
} axis.setCustomMainUnit(true);
} axis.setMainUnit(BaseFormula.createFormulaBuilder().build(mainUnitField.getText()));
axis.setMainType(VALUES.get(mainType.getSelectedItem()));
@Override } else {
public boolean accept(Object ob) { axis.setCustomMainUnit(false);
return ob instanceof CategoryAxis; }
} }
@Override @Override
public void reset() { public boolean accept(Object ob) {
return ob instanceof CategoryAxis;
} }
@Override @Override
public String title4PopupWindow() { public void reset() {
return Inter.getLocText("Chart_Date_Axis");
} }
private void checkBoxUse() { @Override
minValueField.setEnabled(minCheckBox.isSelected()); public String title4PopupWindow() {
maxValueField.setEnabled(maxCheckBox.isSelected()); return Inter.getLocText("Chart_Date_Axis");
if(minValueField.getCurrentEditor() instanceof FormulaEditor){ }
FormulaEditor tmpEditor = (FormulaEditor)minValueField.getCurrentEditor();
tmpEditor.enableEditor(minCheckBox.isSelected()); private void checkBoxUse() {
} minValueField.setEnabled(minCheckBox.isSelected());
maxValueField.setEnabled(maxCheckBox.isSelected());
if(maxValueField.getCurrentEditor() instanceof FormulaEditor){ if(minValueField.getCurrentEditor() instanceof FormulaEditor){
FormulaEditor tmpEditor = (FormulaEditor)maxValueField.getCurrentEditor(); FormulaEditor tmpEditor = (FormulaEditor)minValueField.getCurrentEditor();
tmpEditor.enableEditor(maxCheckBox.isSelected()); tmpEditor.enableEditor(minCheckBox.isSelected());
} }
mainType.setEnabled(mainTickBox.isSelected()); if(maxValueField.getCurrentEditor() instanceof FormulaEditor){
mainUnitField.setEnabled(mainTickBox.isSelected()); FormulaEditor tmpEditor = (FormulaEditor)maxValueField.getCurrentEditor();
} tmpEditor.enableEditor(maxCheckBox.isSelected());
}
@Override
public void populateBean(CategoryAxis axis) { mainType.setEnabled(mainTickBox.isSelected());
if (axis == null) { mainUnitField.setEnabled(mainTickBox.isSelected());
return; }
}
if (!axis.isDate()) { @Override
return; public void populateBean(CategoryAxis axis) {
} if (axis == null) {
// 最小值 return;
if (axis.isCustomMinValue() && axis.getMinValue() != null) { }
minCheckBox.setSelected(true); if (!axis.isDate()) {
String dateStr = axis.getMinValue().getPureContent(); return;
if(!isDateForm(dateStr)){ }
minValueField.populate(axis.getMinValue()); // 最小值
}else{ if (axis.isCustomMinValue() && axis.getMinValue() != null) {
Date tmpDate = getDateFromFormula(axis.getMinValue()); minCheckBox.setSelected(true);
minValueField.populate(tmpDate); String dateStr = axis.getMinValue().getPureContent();
} if(!isDateForm(dateStr)){
minValueField.populate(axis.getMinValue());
} }else{
Date tmpDate = getDateFromFormula(axis.getMinValue());
minValueField.populate(tmpDate);
// 最大值 }
if (axis.isCustomMaxValue() && axis.getMaxValue() != null) {
maxCheckBox.setSelected(true); }
String dateStr = axis.getMaxValue().getPureContent();
if(!isDateForm(dateStr)){
maxValueField.populate(axis.getMaxValue()); // 最大值
}else{ if (axis.isCustomMaxValue() && axis.getMaxValue() != null) {
Date tmpDate = getDateFromFormula(axis.getMaxValue()); maxCheckBox.setSelected(true);
maxValueField.populate(tmpDate); String dateStr = axis.getMaxValue().getPureContent();
} if(!isDateForm(dateStr)){
} maxValueField.populate(axis.getMaxValue());
populateMain(axis); }else{
Date tmpDate = getDateFromFormula(axis.getMaxValue());
checkBoxUse(); maxValueField.populate(tmpDate);
} }
}
private boolean isDateForm(String form){ populateMain(axis);
form = Pattern.compile("\"").matcher(form).replaceAll(StringUtils.EMPTY);
//全部是数字的话直接返回,string2Date会把全部是数字也会转化成日期 checkBoxUse();
if(form.matches("^[+-]?[0-9]*[0-9]$")){ }
return false;
} private boolean isDateForm(String form){
return (DateUtils.string2Date(form, true) != null); form = Pattern.compile("\"").matcher(form).replaceAll(StringUtils.EMPTY);
} //全部是数字的话直接返回,string2Date会把全部是数字也会转化成日期
if(form.matches("^[+-]?[0-9]*[0-9]$")){
public void updateBean(CategoryAxis axis) { return false;
updateMain(axis); }
//最小值 return (DateUtils.string2Date(form, true) != null);
if (minCheckBox.isSelected()) { }
if(minValueField.getCurrentEditor() instanceof FormulaEditor){
Formula min = (Formula)minValueField.update(); public void updateBean(CategoryAxis axis) {
axis.setMinValue(min); updateMain(axis);
axis.setCustomMinValue(!StringUtils.isEmpty(min.getPureContent())); //最小值
}else{ if (minCheckBox.isSelected()) {
Date datetmp = (Date)minValueField.update(); if(minValueField.getCurrentEditor() instanceof FormulaEditor){
DateEditor dateEditor = (DateEditor)minValueField.getCurrentEditor(); BaseFormula min = (BaseFormula) minValueField.update();
String dateString = dateEditor.getUIDatePickerFormat().format(datetmp); axis.setMinValue(min);
axis.setCustomMinValue(!StringUtils.isEmpty(dateString)); axis.setCustomMinValue(!StringUtils.isEmpty(min.getPureContent()));
axis.setMinValue(new Formula(dateString)); }else{
} Date datetmp = (Date)minValueField.update();
} else { DateEditor dateEditor = (DateEditor)minValueField.getCurrentEditor();
axis.setCustomMinValue(false); String dateString = dateEditor.getUIDatePickerFormat().format(datetmp);
} axis.setCustomMinValue(!StringUtils.isEmpty(dateString));
axis.setMinValue(BaseFormula.createFormulaBuilder().build(dateString));
//最大值 }
if (maxCheckBox.isSelected()) { } else {
if(maxValueField.getCurrentEditor() instanceof FormulaEditor){ axis.setCustomMinValue(false);
Formula max = (Formula)maxValueField.update(); }
axis.setMaxValue(max);
axis.setCustomMaxValue(!StringUtils.isEmpty(max.getPureContent())); //最大值
}else{ if (maxCheckBox.isSelected()) {
Date datetmp = (Date)maxValueField.update(); if(maxValueField.getCurrentEditor() instanceof FormulaEditor){
DateEditor dateEditor = (DateEditor)maxValueField.getCurrentEditor(); BaseFormula max = (BaseFormula) maxValueField.update();
String dateString = dateEditor.getUIDatePickerFormat().format(datetmp); axis.setMaxValue(max);
axis.setCustomMaxValue(!StringUtils.isEmpty(dateString)); axis.setCustomMaxValue(!StringUtils.isEmpty(max.getPureContent()));
axis.setMaxValue(new Formula(dateString)); }else{
} Date datetmp = (Date)maxValueField.update();
} else { DateEditor dateEditor = (DateEditor)maxValueField.getCurrentEditor();
axis.setCustomMaxValue(false); String dateString = dateEditor.getUIDatePickerFormat().format(datetmp);
} axis.setCustomMaxValue(!StringUtils.isEmpty(dateString));
axis.setMaxValue(BaseFormula.createFormulaBuilder().build(dateString));
this.checkBoxUse(); }
} } else {
axis.setCustomMaxValue(false);
@Override }
public CategoryAxis updateBean() {
return null; this.checkBoxUse();
} }
//将从formula读出来的内容转化为指定格式的日期 @Override
private static final Date getDateFromFormula(Formula dateFormula){ public CategoryAxis updateBean() {
String dateStr = dateFormula.getPureContent(); return null;
dateStr = Pattern.compile("\"").matcher(dateStr).replaceAll(StringUtils.EMPTY); }
Date toDate = DateUtils.string2Date(dateStr, true);
try { //将从formula读出来的内容转化为指定格式的日期
String tmp = DateUtils.getDate2LStr(toDate); private static final Date getDateFromFormula(BaseFormula dateFormula){
toDate = DateUtils.DATETIMEFORMAT2.parse(tmp); String dateStr = dateFormula.getPureContent();
} catch (ParseException e) { dateStr = Pattern.compile("\"").matcher(dateStr).replaceAll(StringUtils.EMPTY);
FRLogger.getLogger().error(Inter.getLocText("Cannot_Get_Date")); Date toDate = DateUtils.string2Date(dateStr, true);
} try {
return toDate; String tmp = DateUtils.getDate2LStr(toDate);
} toDate = DateUtils.DATETIMEFORMAT2.parse(tmp);
} catch (ParseException e) {
FRLogger.getLogger().error(Inter.getLocText("Cannot_Get_Date"));
}
return toDate;
}
} }

5
designer_chart/src/com/fr/design/mainframe/chart/gui/style/axis/ChartValuePane.java

@ -1,5 +1,6 @@
package com.fr.design.mainframe.chart.gui.style.axis; package com.fr.design.mainframe.chart.gui.style.axis;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.base.ChartBaseUtils; import com.fr.chart.base.ChartBaseUtils;
@ -280,11 +281,11 @@ public class ChartValuePane extends ChartAxisUsePane<Axis>{
numberAxis.setLogBase(null); numberAxis.setLogBase(null);
} else { } else {
numberAxis.setLog(true); numberAxis.setLog(true);
Formula formula = new Formula(increment); BaseFormula formula = BaseFormula.createFormulaBuilder().build(increment);
Number number = ChartBaseUtils.formula2Number(formula); Number number = ChartBaseUtils.formula2Number(formula);
// 界面处理防止 遇到 对数增量为小于1的值. // 界面处理防止 遇到 对数增量为小于1的值.
if (number != null && number.doubleValue() <= 1.0) { if (number != null && number.doubleValue() <= 1.0) {
numberAxis.setLogBase(new Formula("2")); numberAxis.setLogBase(BaseFormula.createFormulaBuilder().build("2"));
} else { } else {
numberAxis.setLogBase(formula); numberAxis.setLogBase(formula);
} }

24
designer_chart/src/com/fr/design/mainframe/chart/gui/style/series/UIColorPickerPane.java

@ -1,6 +1,6 @@
package com.fr.design.mainframe.chart.gui.style.series; package com.fr.design.mainframe.chart.gui.style.series;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.chart.base.AreaColor; import com.fr.chart.base.AreaColor;
import com.fr.chart.base.ChartBaseUtils; import com.fr.chart.base.ChartBaseUtils;
import com.fr.chart.chartglyph.MapHotAreaColor; import com.fr.chart.chartglyph.MapHotAreaColor;
@ -465,7 +465,7 @@ public class UIColorPickerPane extends BasicPane implements UIObserver {
private class TextFieldGroupPane extends JPanel { private class TextFieldGroupPane extends JPanel {
private static final long serialVersionUID = -8390474551829486013L; private static final long serialVersionUID = -8390474551829486013L;
public void refreshTextGroupPane(Formula[] values) { public void refreshTextGroupPane(BaseFormula[] values) {
if (values.length == textFieldList.size()) { if (values.length == textFieldList.size()) {
for (int i = 0; i < textFieldList.size(); i++) { for (int i = 0; i < textFieldList.size(); i++) {
@ -519,13 +519,13 @@ public class UIColorPickerPane extends BasicPane implements UIObserver {
if(i == size - 1) { if(i == size - 1) {
backValue = -Double.MAX_VALUE; backValue = -Double.MAX_VALUE;
} else { } else {
Number backNumber = ChartBaseUtils.formula2Number(new Formula(getValue4Index(i+1))); Number backNumber = ChartBaseUtils.formula2Number(BaseFormula.createFormulaBuilder().build(getValue4Index(i+1)));
if(backNumber != null){ if(backNumber != null){
backValue = backNumber.doubleValue(); backValue = backNumber.doubleValue();
} }
} }
Number number = ChartBaseUtils.formula2Number(new Formula(getValue4Index(i))); Number number = ChartBaseUtils.formula2Number(BaseFormula.createFormulaBuilder().build(getValue4Index(i)));
if(number != null) { if(number != null) {
double value = number.doubleValue(); double value = number.doubleValue();
@ -633,7 +633,7 @@ public class UIColorPickerPane extends BasicPane implements UIObserver {
* @param colorArray 颜色值 * @param colorArray 颜色值
* @param valueArray 值区间 * @param valueArray 值区间
*/ */
public void refreshGroupPane(Color[] colorArray, Formula[] valueArray) { public void refreshGroupPane(Color[] colorArray, BaseFormula[] valueArray) {
colorGroup.refreshColorGroupPane(colorArray); colorGroup.refreshColorGroupPane(colorArray);
textGroup.refreshTextGroupPane(valueArray); textGroup.refreshTextGroupPane(valueArray);
@ -657,7 +657,7 @@ public class UIColorPickerPane extends BasicPane implements UIObserver {
UIColorPickerPane.this.add(textGroup); UIColorPickerPane.this.add(textGroup);
UIColorPickerPane.this.add(colorGroup); UIColorPickerPane.this.add(colorGroup);
Color[] colors = hotAreaColor.initColor(); Color[] colors = hotAreaColor.initColor();
Formula[] values = hotAreaColor.initValues(); BaseFormula[] values = hotAreaColor.initValues();
refreshGroupPane(colors, values); refreshGroupPane(colors, values);
this.initContainerLister(); this.initContainerLister();
regionNumPane.populateBean(value); regionNumPane.populateBean(value);
@ -686,7 +686,7 @@ public class UIColorPickerPane extends BasicPane implements UIObserver {
} }
hotAreaColor.clearColor(); hotAreaColor.clearColor();
Color[] colors = getColors4Custom(fillStyleCombox.getSelectObject(), regionNumPane.updateBean().intValue()); Color[] colors = getColors4Custom(fillStyleCombox.getSelectObject(), regionNumPane.updateBean().intValue());
Formula[] value = getValueArray(regionNumPane.updateBean().intValue()); BaseFormula[] value = getValueArray(regionNumPane.updateBean().intValue());
for (int i = 0; i < colors.length; i++) { for (int i = 0; i < colors.length; i++) {
hotAreaColor.addAreaColor(new AreaColor(value[i], value[i + 1], colors[i])); hotAreaColor.addAreaColor(new AreaColor(value[i], value[i + 1], colors[i]));
@ -705,7 +705,7 @@ public class UIColorPickerPane extends BasicPane implements UIObserver {
if(StringUtils.isEmpty(getValue4Index(i))){ if(StringUtils.isEmpty(getValue4Index(i))){
return false; return false;
} }
Number number = ChartBaseUtils.formula2Number(new Formula(getValue4Index(i))); Number number = ChartBaseUtils.formula2Number(BaseFormula.createFormulaBuilder().build(getValue4Index(i)));
if(number != null) { if(number != null) {
double value = number.doubleValue(); double value = number.doubleValue();
if(value > maxValue) { if(value > maxValue) {
@ -739,13 +739,13 @@ public class UIColorPickerPane extends BasicPane implements UIObserver {
return ChartBaseUtils.createColorsWithHSB(color, sum); return ChartBaseUtils.createColorsWithHSB(color, sum);
} }
private Formula[] getValueArray(int count) { private BaseFormula[] getValueArray(int count) {
Formula[] valueArray = new Formula[count + 1]; BaseFormula[] valueArray = new BaseFormula[count + 1];
for (int i = 0; i < valueArray.length; i++) { for (int i = 0; i < valueArray.length; i++) {
if (i >= textFieldList.size()) { if (i >= textFieldList.size()) {
valueArray[i] = new Formula(new Double((count + 1 - i) * VALUE).toString()); valueArray[i] = BaseFormula.createFormulaBuilder().build((count + 1 - i) * VALUE);
} else { } else {
valueArray[i] = new Formula(getValue4Index(i)); valueArray[i] = BaseFormula.createFormulaBuilder().build(getValue4Index(i));
} }
} }
return valueArray; return valueArray;

384
designer_chart/src/com/fr/design/mainframe/chart/gui/style/title/ChartTitlePane.java

@ -1,195 +1,191 @@
package com.fr.design.mainframe.chart.gui.style.title; package com.fr.design.mainframe.chart.gui.style.title;
import java.awt.BorderLayout; import com.fr.base.BaseFormula;
import java.awt.Component; import com.fr.base.BaseUtils;
import java.awt.event.ActionEvent; import com.fr.base.Utils;
import java.awt.event.ActionListener; import com.fr.chart.base.TextAttr;
import com.fr.chart.chartattr.Chart;
import javax.swing.Icon; import com.fr.chart.chartattr.Title;
import javax.swing.JPanel; import com.fr.design.constants.LayoutConstants;
import javax.swing.JSeparator; import com.fr.design.dialog.BasicScrollPane;
import com.fr.design.formula.TinyFormulaPane;
import com.fr.base.BaseUtils; import com.fr.design.gui.ibutton.UIButtonGroup;
import com.fr.base.Formula; import com.fr.design.gui.icheckbox.UICheckBox;
import com.fr.base.Utils; import com.fr.design.gui.ilable.BoldFontTextLabel;
import com.fr.chart.base.TextAttr; import com.fr.design.layout.TableLayout;
import com.fr.chart.chartattr.Chart; import com.fr.design.layout.TableLayoutHelper;
import com.fr.chart.chartattr.Title; import com.fr.design.mainframe.chart.PaneTitleConstants;
import com.fr.design.constants.LayoutConstants; import com.fr.design.mainframe.chart.gui.style.ChartBackgroundNoImagePane;
import com.fr.design.formula.TinyFormulaPane; import com.fr.design.mainframe.chart.gui.style.ChartBorderPane;
import com.fr.design.gui.ibutton.UIButtonGroup; import com.fr.design.mainframe.chart.gui.style.ChartTextAttrPane;
import com.fr.design.gui.icheckbox.UICheckBox; import com.fr.general.Inter;
import com.fr.design.gui.ilable.BoldFontTextLabel; import com.fr.stable.Constants;
import com.fr.design.layout.TableLayout; import com.fr.stable.StableUtils;
import com.fr.design.layout.TableLayoutHelper; import com.fr.stable.StringUtils;
import com.fr.design.mainframe.chart.PaneTitleConstants;
import com.fr.design.mainframe.chart.gui.style.ChartBackgroundNoImagePane; import javax.swing.*;
import com.fr.design.mainframe.chart.gui.style.ChartBorderPane; import java.awt.*;
import com.fr.design.mainframe.chart.gui.style.ChartTextAttrPane; import java.awt.event.ActionEvent;
import com.fr.design.dialog.BasicScrollPane; import java.awt.event.ActionListener;
import com.fr.general.Inter;
import com.fr.stable.Constants; public class ChartTitlePane extends BasicScrollPane<Chart> {
import com.fr.stable.StableUtils; private static final long serialVersionUID = 5748881235830708722L;
import com.fr.stable.StringUtils; private UICheckBox isTitleVisable;
public class ChartTitlePane extends BasicScrollPane<Chart> { private TinyFormulaPane titleContent;
private static final long serialVersionUID = 5748881235830708722L; private ChartTextAttrPane textAttrPane;
private UICheckBox isTitleVisable; private UIButtonGroup<Integer> alignmentPane;
private TinyFormulaPane titleContent; private JPanel chartDefaultAttrPane;
private ChartTextAttrPane textAttrPane; private ChartBorderPane borderPane;
private UIButtonGroup<Integer> alignmentPane; private ChartBackgroundNoImagePane backgroundPane;
private JPanel chartDefaultAttrPane; private JPanel titlePane;
private ChartBorderPane borderPane;
private ChartBackgroundNoImagePane backgroundPane; private class ContentPane extends JPanel {
private static final long serialVersionUID = -6455600016731592455L;
private JPanel titlePane;
public ContentPane() {
private class ContentPane extends JPanel { initComponents();
private static final long serialVersionUID = -6455600016731592455L; }
public ContentPane() { private void initComponents() {
initComponents(); isTitleVisable = new UICheckBox(Inter.getLocText("Chart_Title_Is_Visible"));
} titlePane = createTitlePane();
private void initComponents() { double p = TableLayout.PREFERRED;
isTitleVisable = new UICheckBox(Inter.getLocText("Chart_Title_Is_Visible")); double f = TableLayout.FILL;
titlePane = createTitlePane(); double[] columnSize = {f};
double[] rowSize = {p, p};
double p = TableLayout.PREFERRED; Component[][] components = new Component[][]{
double f = TableLayout.FILL; new Component[]{isTitleVisable},
double[] columnSize = {f}; new Component[]{titlePane}
double[] rowSize = {p, p}; } ;
Component[][] components = new Component[][]{
new Component[]{isTitleVisable}, JPanel panel = TableLayoutHelper.createTableLayoutPane(components,rowSize,columnSize);
new Component[]{titlePane} this.setLayout(new BorderLayout());
} ; this.add(panel,BorderLayout.CENTER);
JPanel panel = TableLayoutHelper.createTableLayoutPane(components,rowSize,columnSize); isTitleVisable.addActionListener(new ActionListener() {
this.setLayout(new BorderLayout()); public void actionPerformed(ActionEvent e) {
this.add(panel,BorderLayout.CENTER); checkTitlePaneUse();
}
isTitleVisable.addActionListener(new ActionListener() { });
public void actionPerformed(ActionEvent e) { }
checkTitlePaneUse(); }
}
}); private JPanel createTitlePane(){
} borderPane = new ChartBorderPane();
} backgroundPane = new ChartBackgroundNoImagePane();
chartDefaultAttrPane = createDefaultAttrPane();
private JPanel createTitlePane(){
borderPane = new ChartBorderPane(); double p = TableLayout.PREFERRED;
backgroundPane = new ChartBackgroundNoImagePane(); double f = TableLayout.FILL;
chartDefaultAttrPane = createDefaultAttrPane(); double[] columnSize = {p, f};
double[] rowSize = {p,p,p,p,p};
double p = TableLayout.PREFERRED; Component[][] components = new Component[][]{
double f = TableLayout.FILL; new Component[]{chartDefaultAttrPane,null},
double[] columnSize = {p, f}; new Component[]{new JSeparator(),null},
double[] rowSize = {p,p,p,p,p}; new Component[]{borderPane,null},
Component[][] components = new Component[][]{ new Component[]{backgroundPane,null}
new Component[]{chartDefaultAttrPane,null}, } ;
new Component[]{new JSeparator(),null},
new Component[]{borderPane,null}, return TableLayoutHelper.createTableLayoutPane(components,rowSize,columnSize);
new Component[]{backgroundPane,null} }
} ;
private JPanel createDefaultAttrPane(){
return TableLayoutHelper.createTableLayoutPane(components,rowSize,columnSize); titleContent = new TinyFormulaPane();
} textAttrPane = new ChartTextAttrPane();
Icon[] alignmentIconArray = {BaseUtils.readIcon("/com/fr/design/images/m_format/cellstyle/h_left_normal.png"),
private JPanel createDefaultAttrPane(){ BaseUtils.readIcon("/com/fr/design/images/m_format/cellstyle/h_center_normal.png"),
titleContent = new TinyFormulaPane(); BaseUtils.readIcon("/com/fr/design/images/m_format/cellstyle/h_right_normal.png")};
textAttrPane = new ChartTextAttrPane(); Integer[] alignment = new Integer[]{Constants.LEFT, Constants.CENTER, Constants.RIGHT};
Icon[] alignmentIconArray = {BaseUtils.readIcon("/com/fr/design/images/m_format/cellstyle/h_left_normal.png"), alignmentPane = new UIButtonGroup<Integer>(alignmentIconArray, alignment);
BaseUtils.readIcon("/com/fr/design/images/m_format/cellstyle/h_center_normal.png"),
BaseUtils.readIcon("/com/fr/design/images/m_format/cellstyle/h_right_normal.png")}; double p = TableLayout.PREFERRED;
Integer[] alignment = new Integer[]{Constants.LEFT, Constants.CENTER, Constants.RIGHT}; double f = TableLayout.FILL;
alignmentPane = new UIButtonGroup<Integer>(alignmentIconArray, alignment); double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, f};
double[] rowSize = {p, p,p};
double p = TableLayout.PREFERRED; Component[][] components = new Component[][]{
double f = TableLayout.FILL; new Component[]{null,titleContent,null},
double[] columnSize = {LayoutConstants.CHART_ATTR_TOMARGIN, p, f}; new Component[]{null,textAttrPane,null},
double[] rowSize = {p, p,p}; new Component[]{null,new BoldFontTextLabel(Inter.getLocText("Alignment-Style") + ":"),alignmentPane} ,
Component[][] components = new Component[][]{ } ;
new Component[]{null,titleContent,null},
new Component[]{null,textAttrPane,null}, return TableLayoutHelper.createTableLayoutPane(components,rowSize,columnSize);
new Component[]{null,new BoldFontTextLabel(Inter.getLocText("Alignment-Style") + ":"),alignmentPane} , }
} ;
// 检查标题界面是否可用.
return TableLayoutHelper.createTableLayoutPane(components,rowSize,columnSize); private void checkTitlePaneUse() {
} isTitleVisable.setVisible(true);
isTitleVisable.setEnabled(true);
// 检查标题界面是否可用. titlePane.setVisible(isTitleVisable.isSelected());
private void checkTitlePaneUse() { this.repaint();
isTitleVisable.setVisible(true); }
isTitleVisable.setEnabled(true);
titlePane.setVisible(isTitleVisable.isSelected()); /**
this.repaint(); * 弹出框的界面标题
} * @return 界面标题
*/
/** public String title4PopupWindow() {
* 弹出框的界面标题 return PaneTitleConstants.CHART_STYLE_TITLE_TITLE;
* @return 界面标题 }
*/
public String title4PopupWindow() { @Override
return PaneTitleConstants.CHART_STYLE_TITLE_TITLE; protected JPanel createContentPane() {
} return new ContentPane();
}
@Override
protected JPanel createContentPane() { @Override
return new ContentPane(); public void populateBean(Chart chart) {
} Title title = chart.getTitle();
if (title == null) {
@Override return;
public void populateBean(Chart chart) { }
Title title = chart.getTitle(); isTitleVisable.setSelected(title.isTitleVisible());
if (title == null) { if (title.getTextObject() instanceof BaseFormula) {
return; titleContent.populateBean(((BaseFormula) title.getTextObject()).getContent());
} } else {
isTitleVisable.setSelected(title.isTitleVisible()); titleContent.populateBean(Utils.objectToString(title.getTextObject()));
if (title.getTextObject() instanceof Formula) { }
titleContent.populateBean(((Formula) title.getTextObject()).getContent()); alignmentPane.setSelectedItem(title.getPosition());
} else { TextAttr textAttr = title.getTextAttr();
titleContent.populateBean(Utils.objectToString(title.getTextObject())); if (textAttr == null) {
} textAttr = new TextAttr();
alignmentPane.setSelectedItem(title.getPosition()); }
TextAttr textAttr = title.getTextAttr(); textAttrPane.populate(textAttr);
if (textAttr == null) { borderPane.populate(title);
textAttr = new TextAttr(); backgroundPane.populate(title);
}
textAttrPane.populate(textAttr); checkTitlePaneUse();
borderPane.populate(title); }
backgroundPane.populate(title);
@Override
checkTitlePaneUse(); public void updateBean(Chart chart) {
} if (chart == null) {
chart = new Chart();
@Override }
public void updateBean(Chart chart) { Title title = chart.getTitle();
if (chart == null) { if (title == null) {
chart = new Chart(); title = new Title(StringUtils.EMPTY);
} }
Title title = chart.getTitle(); title.setTitleVisible(isTitleVisable.isSelected());
if (title == null) { String titleString = titleContent.updateBean();
title = new Title(StringUtils.EMPTY); Object titleObj;
} if (StableUtils.maybeFormula(titleString)) {
title.setTitleVisible(isTitleVisable.isSelected()); titleObj = BaseFormula.createFormulaBuilder().build(titleString);
String titleString = titleContent.updateBean(); } else {
Object titleObj; titleObj = titleString;
if (StableUtils.maybeFormula(titleString)) { }
titleObj = new Formula(titleString); title.setTextObject(titleObj);
} else { TextAttr textAttr = title.getTextAttr();
titleObj = titleString; if (textAttr == null) {
} textAttr = new TextAttr();
title.setTextObject(titleObj); }
TextAttr textAttr = title.getTextAttr(); title.setPosition(alignmentPane.getSelectedItem());
if (textAttr == null) { textAttrPane.update(textAttr);
textAttr = new TextAttr(); borderPane.update(title);
} backgroundPane.update(title);
title.setPosition(alignmentPane.getSelectedItem()); }
textAttrPane.update(textAttr);
borderPane.update(title);
backgroundPane.update(title);
}
} }

14
designer_chart/src/com/fr/plugin/chart/designer/other/VanChartInteractivePane.java

@ -1,6 +1,6 @@
package com.fr.plugin.chart.designer.other; package com.fr.plugin.chart.designer.other;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.chartattr.Chart; import com.fr.chart.chartattr.Chart;
import com.fr.chart.chartattr.Plot; import com.fr.chart.chartattr.Plot;
@ -296,13 +296,13 @@ public class VanChartInteractivePane extends AbstractVanChartScrollPane<Chart> {
zoomWidget.setSelectedIndex(zoom.isZoomVisible() ? 0 : 1); zoomWidget.setSelectedIndex(zoom.isZoomVisible() ? 0 : 1);
zoomGesture.setSelectedIndex(zoom.isZoomGesture() ? 0 : 1); zoomGesture.setSelectedIndex(zoom.isZoomGesture() ? 0 : 1);
zoomResize.setSelectedIndex(zoom.isZoomResize() ? 0 : 1); zoomResize.setSelectedIndex(zoom.isZoomResize() ? 0 : 1);
if (zoom.getFrom() instanceof Formula) { if (zoom.getFrom() instanceof BaseFormula) {
from.populateBean(((Formula) zoom.getFrom()).getContent()); from.populateBean(((BaseFormula) zoom.getFrom()).getContent());
} else { } else {
from.populateBean(Utils.objectToString(zoom.getFrom())); from.populateBean(Utils.objectToString(zoom.getFrom()));
} }
if (zoom.getTo() instanceof Formula) { if (zoom.getTo() instanceof BaseFormula) {
to.populateBean(((Formula) zoom.getTo()).getContent()); to.populateBean(((BaseFormula) zoom.getTo()).getContent());
} else { } else {
to.populateBean(Utils.objectToString(zoom.getTo())); to.populateBean(Utils.objectToString(zoom.getTo()));
} }
@ -381,7 +381,7 @@ public class VanChartInteractivePane extends AbstractVanChartScrollPane<Chart> {
String fromString = from.updateBean(); String fromString = from.updateBean();
Object fromObject; Object fromObject;
if (StableUtils.maybeFormula(fromString)) { if (StableUtils.maybeFormula(fromString)) {
fromObject = new Formula(fromString); fromObject = BaseFormula.createFormulaBuilder().build(fromString);
} else { } else {
fromObject = fromString; fromObject = fromString;
} }
@ -389,7 +389,7 @@ public class VanChartInteractivePane extends AbstractVanChartScrollPane<Chart> {
String toString = to.updateBean(); String toString = to.updateBean();
Object toObject; Object toObject;
if (StableUtils.maybeFormula(toString)) { if (StableUtils.maybeFormula(toString)) {
toObject = new Formula(toString); toObject = BaseFormula.createFormulaBuilder().build(toString);
} else { } else {
toObject = toString; toObject = toString;
} }

8
designer_chart/src/com/fr/plugin/chart/designer/style/VanChartTitlePane.java

@ -1,7 +1,7 @@
package com.fr.plugin.chart.designer.style; package com.fr.plugin.chart.designer.style;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.Formula;
import com.fr.base.Style; import com.fr.base.Style;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.base.TextAttr; import com.fr.chart.base.TextAttr;
@ -272,8 +272,8 @@ public class VanChartTitlePane extends AbstractVanChartScrollPane<VanChart> {
return; return;
} }
isTitleVisible.setSelected(title.isTitleVisible()); isTitleVisible.setSelected(title.isTitleVisible());
if (title.getTextObject() instanceof Formula) { if (title.getTextObject() instanceof BaseFormula) {
titleContent.populateBean(((Formula) title.getTextObject()).getContent()); titleContent.populateBean(((BaseFormula) title.getTextObject()).getContent());
} else { } else {
titleContent.populateBean(Utils.objectToString(title.getTextObject())); titleContent.populateBean(Utils.objectToString(title.getTextObject()));
} }
@ -313,7 +313,7 @@ public class VanChartTitlePane extends AbstractVanChartScrollPane<VanChart> {
String titleString = titleContent.updateBean(); String titleString = titleContent.updateBean();
Object titleObj; Object titleObj;
if (StableUtils.maybeFormula(titleString)) { if (StableUtils.maybeFormula(titleString)) {
titleObj = new Formula(titleString); titleObj = BaseFormula.createFormulaBuilder().build(titleString);
} else { } else {
titleObj = titleString; titleObj = titleString;
} }

12
designer_chart/src/com/fr/plugin/chart/designer/style/axis/VanChartBaseAxisPane.java

@ -1,7 +1,7 @@
package com.fr.plugin.chart.designer.style.axis; package com.fr.plugin.chart.designer.style.axis;
import com.fr.base.BaseFormula;
import com.fr.base.BaseUtils; import com.fr.base.BaseUtils;
import com.fr.base.Formula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.chart.base.TextAttr; import com.fr.chart.base.TextAttr;
import com.fr.chart.chartattr.Title; import com.fr.chart.chartattr.Title;
@ -428,8 +428,8 @@ public class VanChartBaseAxisPane extends FurtherBasicBeanPane<VanChartAxis> {
private void populateTitle(VanChartAxis axis){ private void populateTitle(VanChartAxis axis){
Title axisTitle = axis.getTitle(); Title axisTitle = axis.getTitle();
if(axisTitle != null){ if(axisTitle != null){
if (axisTitle.getTextObject() instanceof Formula && titleContent != null) { if (axisTitle.getTextObject() instanceof BaseFormula && titleContent != null) {
titleContent.populateBean(((Formula) axisTitle.getTextObject()).getContent()); titleContent.populateBean(((BaseFormula) axisTitle.getTextObject()).getContent());
} else if(titleContent != null){ } else if(titleContent != null){
titleContent.populateBean(Utils.objectToString(axisTitle.getTextObject())); titleContent.populateBean(Utils.objectToString(axisTitle.getTextObject()));
} }
@ -547,7 +547,7 @@ public class VanChartBaseAxisPane extends FurtherBasicBeanPane<VanChartAxis> {
String titleString = titleContent.updateBean(); String titleString = titleContent.updateBean();
Object titleObj; Object titleObj;
if (StableUtils.maybeFormula(titleString)) { if (StableUtils.maybeFormula(titleString)) {
titleObj = new Formula(titleString); titleObj = BaseFormula.createFormulaBuilder().build(titleString);
} else { } else {
titleObj = titleString; titleObj = titleString;
} }
@ -586,9 +586,9 @@ public class VanChartBaseAxisPane extends FurtherBasicBeanPane<VanChartAxis> {
} }
if(labelGapValue != null){ if(labelGapValue != null){
if(axis.isAutoLabelGap()){ if(axis.isAutoLabelGap()){
axis.setLabelIntervalNumber(new Formula("1")); axis.setLabelIntervalNumber(BaseFormula.createFormulaBuilder().build("1"));
} else { } else {
axis.setLabelIntervalNumber(new Formula(labelGapValue.getText())); axis.setLabelIntervalNumber(BaseFormula.createFormulaBuilder().build(labelGapValue.getText()));
} }
} }
} }

16
designer_chart/src/com/fr/plugin/chart/designer/style/axis/VanChartTimeAxisPane.java

@ -1,6 +1,6 @@
package com.fr.plugin.chart.designer.style.axis; package com.fr.plugin.chart.designer.style.axis;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.design.chart.ChartSwingUtils; import com.fr.design.chart.ChartSwingUtils;
import com.fr.design.editor.ValueEditorPane; import com.fr.design.editor.ValueEditorPane;
@ -267,7 +267,7 @@ public class VanChartTimeAxisPane extends VanChartBaseAxisPane {
public void update(VanChartTimeAxis timeAxis){ public void update(VanChartTimeAxis timeAxis){
if (minCheckBox.isSelected()) {//最小值 if (minCheckBox.isSelected()) {//最小值
if(minValueField.getCurrentEditor() instanceof FormulaEditor){ if(minValueField.getCurrentEditor() instanceof FormulaEditor){
Formula min = (Formula)minValueField.update(); BaseFormula min = (BaseFormula) minValueField.update();
timeAxis.setMinValue(min); timeAxis.setMinValue(min);
timeAxis.setCustomMinValue(StringUtils.isNotEmpty(min.getPureContent())); timeAxis.setCustomMinValue(StringUtils.isNotEmpty(min.getPureContent()));
}else{ }else{
@ -275,14 +275,14 @@ public class VanChartTimeAxisPane extends VanChartBaseAxisPane {
DateEditor dateEditor = (DateEditor)minValueField.getCurrentEditor(); DateEditor dateEditor = (DateEditor)minValueField.getCurrentEditor();
String dateString = dateEditor.getUIDatePickerFormat().format(datetmp); String dateString = dateEditor.getUIDatePickerFormat().format(datetmp);
timeAxis.setCustomMinValue(StringUtils.isNotEmpty(dateString)); timeAxis.setCustomMinValue(StringUtils.isNotEmpty(dateString));
timeAxis.setMinValue(new Formula(dateString)); timeAxis.setMinValue(BaseFormula.createFormulaBuilder().build(dateString));
} }
} else { } else {
timeAxis.setCustomMinValue(false); timeAxis.setCustomMinValue(false);
} }
if (maxCheckBox.isSelected()) {//最大值 if (maxCheckBox.isSelected()) {//最大值
if(maxValueField.getCurrentEditor() instanceof FormulaEditor){ if(maxValueField.getCurrentEditor() instanceof FormulaEditor){
Formula max = (Formula)maxValueField.update(); BaseFormula max = (BaseFormula) maxValueField.update();
timeAxis.setMaxValue(max); timeAxis.setMaxValue(max);
timeAxis.setCustomMaxValue(StringUtils.isNotEmpty(max.getPureContent())); timeAxis.setCustomMaxValue(StringUtils.isNotEmpty(max.getPureContent()));
}else{ }else{
@ -290,14 +290,14 @@ public class VanChartTimeAxisPane extends VanChartBaseAxisPane {
DateEditor dateEditor = (DateEditor)maxValueField.getCurrentEditor(); DateEditor dateEditor = (DateEditor)maxValueField.getCurrentEditor();
String dateString = dateEditor.getUIDatePickerFormat().format(datetmp); String dateString = dateEditor.getUIDatePickerFormat().format(datetmp);
timeAxis.setCustomMaxValue(StringUtils.isNotEmpty(dateString)); timeAxis.setCustomMaxValue(StringUtils.isNotEmpty(dateString));
timeAxis.setMaxValue(new Formula(dateString)); timeAxis.setMaxValue(BaseFormula.createFormulaBuilder().build(dateString));
} }
} else { } else {
timeAxis.setCustomMaxValue(false); timeAxis.setCustomMaxValue(false);
} }
if (mainTickBox.isSelected() && StringUtils.isNotEmpty(mainUnitField.getText())) {//主要刻度单位 if (mainTickBox.isSelected() && StringUtils.isNotEmpty(mainUnitField.getText())) {//主要刻度单位
timeAxis.setCustomMainUnit(true); timeAxis.setCustomMainUnit(true);
timeAxis.setMainUnit(new Formula(mainUnitField.getText())); timeAxis.setMainUnit(BaseFormula.createFormulaBuilder().build(mainUnitField.getText()));
String item = mainType.getSelectedItem().toString(); String item = mainType.getSelectedItem().toString();
timeAxis.setMainType(TimeType.parseString(item)); timeAxis.setMainType(TimeType.parseString(item));
} else { } else {
@ -305,7 +305,7 @@ public class VanChartTimeAxisPane extends VanChartBaseAxisPane {
} }
if (secondTickBox.isSelected() && StringUtils.isNotEmpty(secondUnitField.getText())) { //次要刻度单位 if (secondTickBox.isSelected() && StringUtils.isNotEmpty(secondUnitField.getText())) { //次要刻度单位
timeAxis.setCustomSecUnit(true); timeAxis.setCustomSecUnit(true);
timeAxis.setSecUnit(new Formula(secondUnitField.getText())); timeAxis.setSecUnit(BaseFormula.createFormulaBuilder().build(secondUnitField.getText()));
String item = secondType.getSelectedItem().toString(); String item = secondType.getSelectedItem().toString();
timeAxis.setSecondType(TimeType.parseString(item)); timeAxis.setSecondType(TimeType.parseString(item));
} else { } else {
@ -367,7 +367,7 @@ public class VanChartTimeAxisPane extends VanChartBaseAxisPane {
} }
//将从formula读出来的内容转化为指定格式的日期 //将从formula读出来的内容转化为指定格式的日期
private Date getDateFromFormula(Formula dateFormula){ private Date getDateFromFormula(BaseFormula dateFormula){
String dateStr = dateFormula.getPureContent(); String dateStr = dateFormula.getPureContent();
dateStr = Pattern.compile("\"").matcher(dateStr).replaceAll(StringUtils.EMPTY); dateStr = Pattern.compile("\"").matcher(dateStr).replaceAll(StringUtils.EMPTY);
Date toDate = DateUtils.string2Date(dateStr, true); Date toDate = DateUtils.string2Date(dateStr, true);

5
designer_chart/src/com/fr/plugin/chart/designer/style/axis/VanChartValueAxisPane.java

@ -1,5 +1,6 @@
package com.fr.plugin.chart.designer.style.axis; package com.fr.plugin.chart.designer.style.axis;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.chart.base.ChartBaseUtils; import com.fr.chart.base.ChartBaseUtils;
import com.fr.design.chart.ChartSwingUtils; import com.fr.design.chart.ChartSwingUtils;
@ -162,11 +163,11 @@ public class VanChartValueAxisPane extends VanChartBaseAxisPane {
valueAxis.setLogBase(null); valueAxis.setLogBase(null);
} else { } else {
valueAxis.setLog(true); valueAxis.setLog(true);
Formula formula = new Formula(increment); BaseFormula formula = BaseFormula.createFormulaBuilder().build(increment);
Number number = ChartBaseUtils.formula2Number(formula); Number number = ChartBaseUtils.formula2Number(formula);
// 界面处理防止 遇到 对数增量为小于1的值. // 界面处理防止 遇到 对数增量为小于1的值.
if (number != null && number.doubleValue() <= 1.0) { if (number != null && number.doubleValue() <= 1.0) {
valueAxis.setLogBase(new Formula("2")); valueAxis.setLogBase(BaseFormula.createFormulaBuilder().build("2"));
} else { } else {
valueAxis.setLogBase(formula); valueAxis.setLogBase(formula);
} }

6
designer_chart/src/com/fr/plugin/chart/designer/style/axis/component/MinMaxValuePaneWithOutTick.java

@ -1,6 +1,6 @@
package com.fr.plugin.chart.designer.style.axis.component; package com.fr.plugin.chart.designer.style.axis.component;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.plugin.chart.range.MinAndMaxValue; import com.fr.plugin.chart.range.MinAndMaxValue;
import javax.swing.*; import javax.swing.*;
@ -35,8 +35,8 @@ public class MinMaxValuePaneWithOutTick extends VanChartMinMaxValuePane {
if(minAndMaxValue == null) { if(minAndMaxValue == null) {
return; return;
} }
minAndMaxValue.setMinValue(new Formula(minValueField.getText())); minAndMaxValue.setMinValue(BaseFormula.createFormulaBuilder().build(minValueField.getText()));
minAndMaxValue.setMaxValue(new Formula(maxValueField.getText())); minAndMaxValue.setMaxValue(BaseFormula.createFormulaBuilder().build(maxValueField.getText()));
minAndMaxValue.setCustomMin(minCheckBox.isSelected()); minAndMaxValue.setCustomMin(minCheckBox.isSelected());
minAndMaxValue.setCustomMax(maxCheckBox.isSelected()); minAndMaxValue.setCustomMax(maxCheckBox.isSelected());
} }

5
designer_chart/src/com/fr/plugin/chart/designer/style/background/VanChartAlertValuePane.java

@ -1,5 +1,6 @@
package com.fr.plugin.chart.designer.style.background; package com.fr.plugin.chart.designer.style.background;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.design.beans.BasicBeanPane; import com.fr.design.beans.BasicBeanPane;
@ -171,14 +172,14 @@ public class VanChartAlertValuePane extends BasicBeanPane<VanChartAlertValue> {
public VanChartAlertValue updateBean(){ public VanChartAlertValue updateBean(){
chartAlertValue.setAxisName(alertAxis.getSelectedItem().toString()); chartAlertValue.setAxisName(alertAxis.getSelectedItem().toString());
chartAlertValue.setAlertValueFormula(new Formula(alertValue.updateBean())); chartAlertValue.setAlertValueFormula(BaseFormula.createFormulaBuilder().build(alertValue.updateBean()));
chartAlertValue.getLineColor().setSeriesColor(alertLineColor.getSelectObject()); chartAlertValue.getLineColor().setSeriesColor(alertLineColor.getSelectObject());
chartAlertValue.getLineStyle().setLineStyle(alertLineStyle.getSelectedLineStyle()); chartAlertValue.getLineStyle().setLineStyle(alertLineStyle.getSelectedLineStyle());
String contentString = alertText.updateBean(); String contentString = alertText.updateBean();
Object contentObj; Object contentObj;
if (StableUtils.maybeFormula(contentString)) { if (StableUtils.maybeFormula(contentString)) {
contentObj = new Formula(contentString); contentObj = BaseFormula.createFormulaBuilder().build(contentString);
} else { } else {
contentObj = contentString; contentObj = contentString;
} }

6
designer_chart/src/com/fr/plugin/chart/designer/style/background/VanChartCustomIntervalBackgroundPane.java

@ -1,6 +1,6 @@
package com.fr.plugin.chart.designer.style.background; package com.fr.plugin.chart.designer.style.background;
import com.fr.base.Formula; import com.fr.base.BaseFormula;
import com.fr.base.Utils; import com.fr.base.Utils;
import com.fr.design.beans.BasicBeanPane; import com.fr.design.beans.BasicBeanPane;
import com.fr.design.formula.TinyFormulaPane; import com.fr.design.formula.TinyFormulaPane;
@ -105,8 +105,8 @@ public class VanChartCustomIntervalBackgroundPane extends BasicBeanPane<VanChart
customIntervalBackground.setAxisName(backgroundAxis.getSelectedItem().toString()); customIntervalBackground.setAxisName(backgroundAxis.getSelectedItem().toString());
customIntervalBackground.setFromFormula(new Formula(bottomValue.updateBean())); customIntervalBackground.setFromFormula(BaseFormula.createFormulaBuilder().build(bottomValue.updateBean()));
customIntervalBackground.setToFormula(new Formula(topValue.updateBean())); customIntervalBackground.setToFormula(BaseFormula.createFormulaBuilder().build(topValue.updateBean()));
customIntervalBackground.setBackgroundColor(color.getSelectObject()); customIntervalBackground.setBackgroundColor(color.getSelectObject());
customIntervalBackground.setAlpha(transparent.updateBean() / VanChartAttrHelper.PERCENT); customIntervalBackground.setAlpha(transparent.updateBean() / VanChartAttrHelper.PERCENT);
return customIntervalBackground; return customIntervalBackground;

308
designer_form/src/com/fr/design/designer/creator/XBorderStyleWidgetCreator.java

@ -1,156 +1,154 @@
package com.fr.design.designer.creator; package com.fr.design.designer.creator;
import java.awt.Dimension; import com.fr.base.BaseFormula;
import java.awt.Insets; import com.fr.design.border.UIRoundedBorder;
import com.fr.form.ui.AbstractBorderStyleWidget;
import javax.swing.JComponent; import com.fr.form.ui.Label;
import com.fr.form.ui.LayoutBorderStyle;
import com.fr.base.Formula; import com.fr.form.ui.PaddingMargin;
import com.fr.design.border.UIRoundedBorder; import com.fr.form.ui.Widget;
import com.fr.form.ui.AbstractBorderStyleWidget; import com.fr.form.ui.WidgetTitle;
import com.fr.form.ui.Label; import com.fr.form.ui.WidgetValue;
import com.fr.form.ui.LayoutBorderStyle; import com.fr.form.ui.container.WTitleLayout;
import com.fr.form.ui.PaddingMargin; import com.fr.general.ComparatorUtils;
import com.fr.form.ui.Widget; import com.fr.stable.Constants;
import com.fr.form.ui.WidgetTitle; import com.fr.stable.StringUtils;
import com.fr.form.ui.WidgetValue;
import com.fr.form.ui.container.WTitleLayout; import javax.swing.*;
import com.fr.general.ComparatorUtils; import java.awt.*;
import com.fr.stable.Constants;
import com.fr.stable.StringUtils; /**
* Created with IntelliJ IDEA.
/** * User: zx
* Created with IntelliJ IDEA. * Date: 14-9-22
* User: zx * Time: 上午10:40
* Date: 14-9-22 */
* Time: 上午10:40
*/ public class XBorderStyleWidgetCreator extends XWidgetCreator{
protected static final Dimension BORDER_PREFERRED_SIZE = new Dimension(250, 150);
public class XBorderStyleWidgetCreator extends XWidgetCreator{
protected static final Dimension BORDER_PREFERRED_SIZE = new Dimension(250, 150); public XBorderStyleWidgetCreator(Widget widget, Dimension initSize) {
super(widget, initSize);
public XBorderStyleWidgetCreator(Widget widget, Dimension initSize) { }
super(widget, initSize);
} /**
* 返回容器对应的widget
/** * @return 同上
* 返回容器对应的widget */
* @return 同上 @Override
*/ public AbstractBorderStyleWidget toData() {
@Override return (AbstractBorderStyleWidget) data;
public AbstractBorderStyleWidget toData() { }
return (AbstractBorderStyleWidget) data;
} protected void initStyle() {
LayoutBorderStyle style = toData().getBorderStyle();
protected void initStyle() { initBorderStyle();
LayoutBorderStyle style = toData().getBorderStyle(); if (ComparatorUtils.equals(style.getType(), LayoutBorderStyle.TITLE)) {
initBorderStyle(); initTitleStyle(style);
if (ComparatorUtils.equals(style.getType(), LayoutBorderStyle.TITLE)) { } else {
initTitleStyle(style); clearTitleWidget();
} else { }
clearTitleWidget(); }
}
} // 边框默认值设为NONE,不然像scalelayout这种只用默认边框的会不显示边框
protected void initBorderStyle() {
// 边框默认值设为NONE,不然像scalelayout这种只用默认边框的会不显示边框 LayoutBorderStyle style = toData().getBorderStyle();
protected void initBorderStyle() { if (style != null && style.getBorder() != Constants.LINE_NONE) {
LayoutBorderStyle style = toData().getBorderStyle(); this.setBorder(new UIRoundedBorder(style.getBorder(), style.getColor(), style.getBorderRadius()));
if (style != null && style.getBorder() != Constants.LINE_NONE) { } else {
this.setBorder(new UIRoundedBorder(style.getBorder(), style.getColor(), style.getBorderRadius())); this.setBorder(DEFALUTBORDER);
} else { }
this.setBorder(DEFALUTBORDER); }
}
} private void clearTitleWidget() {
if (acceptType(XWFitLayout.class)) {
private void clearTitleWidget() { return;
if (acceptType(XWFitLayout.class)) { }
return; XWTitleLayout parent = (XWTitleLayout) this.getParent();
} if (parent.getComponentCount() > 1) {
XWTitleLayout parent = (XWTitleLayout) this.getParent(); parent.remove(parent.getTitleCreator());
if (parent.getComponentCount() > 1) { }
parent.remove(parent.getTitleCreator()); }
}
} /**
* 设置样式为标题样式时对应组件加上标题
/** * @param style 样式
* 设置样式为标题样式时对应组件加上标题 */
* @param style 样式 protected void initTitleStyle(LayoutBorderStyle style){
*/ if (style.getTitle() == null) {
protected void initTitleStyle(LayoutBorderStyle style){ return;
if (style.getTitle() == null) { }
return; XWTitleLayout parent = (XWTitleLayout) this.getParent();
} if (parent.getComponentCount() > 1) {
XWTitleLayout parent = (XWTitleLayout) this.getParent(); XLabel title = (XLabel) parent.getTitleCreator();
if (parent.getComponentCount() > 1) { Label widget = title.toData();
XLabel title = (XLabel) parent.getTitleCreator(); updateTitleWidgetStyle(widget, style);
Label widget = title.toData(); title.initXCreatorProperties();
updateTitleWidgetStyle(widget, style); return;
title.initXCreatorProperties(); }
return; // 初始化标题控件
} XLabel title = new XLabel(new Label(), new Dimension());
// 初始化标题控件 Label label = title.toData();
XLabel title = new XLabel(new Label(), new Dimension()); updateTitleWidgetStyle(label, style);
Label label = title.toData(); parent.add(title, WTitleLayout.TITLE);
updateTitleWidgetStyle(label, style); // 初始化标题边框
parent.add(title, WTitleLayout.TITLE); title.initXCreatorProperties();
// 初始化标题边框 WTitleLayout layout = parent.toData();
title.initXCreatorProperties(); layout.updateChildBounds(layout.getBodyBoundsWidget().getBounds());
WTitleLayout layout = parent.toData(); }
layout.updateChildBounds(layout.getBodyBoundsWidget().getBounds());
} /**
* 更新标题控件所有的样式
/** */
* 更新标题控件所有的样式 private void updateTitleWidgetStyle(Label title, LayoutBorderStyle style) {
*/ //标题的边框样式目前是取对应的控件的边框样式
private void updateTitleWidgetStyle(Label title, LayoutBorderStyle style) { title.setBorder(style.getBorder());
//标题的边框样式目前是取对应的控件的边框样式 title.setColor(style.getColor());
title.setBorder(style.getBorder()); // title.setCorner(style.isCorner());
title.setColor(style.getColor());
// title.setCorner(style.isCorner()); WidgetTitle wTitle = style.getTitle();
//设置成随机不重复的, 不然都用一个名字的话, 联动只能联动一个
WidgetTitle wTitle = style.getTitle(); title.setWidgetName(wTitle.TITLE_NAME_INDEX + this.toData().getWidgetName());
//设置成随机不重复的, 不然都用一个名字的话, 联动只能联动一个 title.setWidgetValue(getTitleValue(wTitle));
title.setWidgetName(wTitle.TITLE_NAME_INDEX + this.toData().getWidgetName()); title.setFont(wTitle.getFrFont());
title.setWidgetValue(getTitleValue(wTitle)); title.setTextalign(wTitle.getPosition());
title.setFont(wTitle.getFrFont()); title.setBackground(wTitle.getBackground());
title.setTextalign(wTitle.getPosition()); }
title.setBackground(wTitle.getBackground());
} private WidgetValue getTitleValue(WidgetTitle wTitle){
String content = String.valueOf(wTitle.getTextObject());
private WidgetValue getTitleValue(WidgetTitle wTitle){ Object vlaue = content.startsWith("=") ? BaseFormula.createFormulaBuilder().build(content) : content;
String content = String.valueOf(wTitle.getTextObject()); return new WidgetValue(vlaue);
Object vlaue = content.startsWith("=") ? new Formula(content) : content; }
return new WidgetValue(vlaue);
} @Override
protected String getIconName() {
@Override return StringUtils.EMPTY;
protected String getIconName() { }
return StringUtils.EMPTY; @Override
} protected JComponent initEditor() {
@Override return this;
protected JComponent initEditor() { }
return this;
} /**
* 内边距
/** * @return 同上
* 内边距 */
* @return 同上 @Override
*/ public Insets getInsets() {
@Override PaddingMargin padding = toData().getMargin();
public Insets getInsets() { if (padding == null) {
PaddingMargin padding = toData().getMargin(); return new Insets(0, 0, 0, 0);
if (padding == null) { }
return new Insets(0, 0, 0, 0); return new Insets(padding.getTop(), padding.getLeft(), padding.getBottom(), padding.getRight());
} }
return new Insets(padding.getTop(), padding.getLeft(), padding.getBottom(), padding.getRight());
} /**
* data属性改变触发其他操作
/** *
* data属性改变触发其他操作 */
* public void firePropertyChange(){
*/
public void firePropertyChange(){ }
}
} }

3
designer_form/src/com/fr/design/mainframe/widget/accessibles/AccessibleFormulaEditor.java

@ -3,6 +3,7 @@
*/ */
package com.fr.design.mainframe.widget.accessibles; package com.fr.design.mainframe.widget.accessibles;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.design.dialog.BasicDialog; import com.fr.design.dialog.BasicDialog;
import com.fr.design.dialog.DialogActionAdapter; import com.fr.design.dialog.DialogActionAdapter;
@ -37,7 +38,7 @@ public class AccessibleFormulaEditor extends BaseAccessibleEditor {
fireStateChanged(); fireStateChanged();
} }
}); });
formulaPane.populate((Formula) getValue()); formulaPane.populate((BaseFormula) getValue());
dlg.setVisible(true); dlg.setVisible(true);
} }
} }

3
designer_form/src/com/fr/design/mainframe/widget/wrappers/FormulaWrapper.java

@ -3,6 +3,7 @@
*/ */
package com.fr.design.mainframe.widget.wrappers; package com.fr.design.mainframe.widget.wrappers;
import com.fr.base.BaseFormula;
import com.fr.base.Formula; import com.fr.base.Formula;
import com.fr.general.Inter; import com.fr.general.Inter;
import com.fr.stable.StringUtils; import com.fr.stable.StringUtils;
@ -29,7 +30,7 @@ public class FormulaWrapper implements Encoder, Decoder{
@Override @Override
public Object decode(String txt) { public Object decode(String txt) {
return new Formula(txt); return BaseFormula.createFormulaBuilder().build(txt);
} }
@Override @Override

49
designer_form/src/com/fr/design/widget/ui/designer/DateEditorDefinePane.java

@ -217,55 +217,6 @@ public class DateEditorDefinePane extends DirectWriteEditorDefinePane<DateEditor
return ob; return ob;
} }
/**
* 更新日期控件的起止日期
*
* @param dateWidgetEditor 日期控件
*/
public void updateStartEnd(DateEditor dateWidgetEditor) {
Object startObject = startDv.update();
Object endObject = endDv.update();
// wei : 对公式的处理
Calculator cal = null;
if (startObject instanceof Formula) {
cal = Calculator.createCalculator();
Formula startFormula = (Formula) startObject;
try {
startFormula.setResult(cal.evalValue(startFormula.getContent()));
} catch (UtilEvalError e) {
FRContext.getLogger().error(e.getMessage(), e);
}
startObject = startFormula.getResult();
dateWidgetEditor.setStartDateFM(startFormula);
dateWidgetEditor.setStartText(null);
} else {
try {
dateWidgetEditor.setStartText(startObject == null ? "" : DateUtils.getDate2Str("MM/dd/yyyy", (Date) startObject));
} catch (ClassCastException e) {
//wei : TODO 说明应用的公式不能转化成日期格式,应该做些处理。
}
}
if (endObject instanceof Formula) {
cal = Calculator.createCalculator();
Formula endFormula = (Formula) endObject;
try {
endFormula.setResult(cal.evalValue(endFormula.getContent()));
} catch (UtilEvalError e) {
FRContext.getLogger().error(e.getMessage(), e);
}
endObject = endFormula.getResult();
dateWidgetEditor.setEndDateFM(endFormula);
dateWidgetEditor.setEndText(null);
} else {
try {
dateWidgetEditor.setEndText(endObject == null ? "" : DateUtils.getDate2Str("MM/dd/yyyy", (Date) endObject));
} catch (ClassCastException e) {
}
}
}
private SimpleDateFormat getSimpleDateFormat() { private SimpleDateFormat getSimpleDateFormat() {
String text = (String) currentFormatComboBox.getSelectedItem(); String text = (String) currentFormatComboBox.getSelectedItem();
SimpleDateFormat simpleDateFormat; SimpleDateFormat simpleDateFormat;

Loading…
Cancel
Save