Package org.eclipse.gmf.runtime.draw2d.ui.figures

Examples of org.eclipse.gmf.runtime.draw2d.ui.figures.WrappingLabel


    /**
     * @generated
     */
    private void createContents() {

      fFigureConclusionVar1LabelFigure = new WrappingLabel();
      fFigureConclusionVar1LabelFigure.setText("");

      this.add(fFigureConclusionVar1LabelFigure);

      fFigureConclusionVar2LabelFigure = new WrappingLabel();
      fFigureConclusionVar2LabelFigure.setText("");

      this.add(fFigureConclusionVar2LabelFigure);

    }
View Full Code Here


    /**
     * @generated
     */
    private void createContents() {

      fFigureKindLabelFigure = new WrappingLabel();
      fFigureKindLabelFigure.setText("«kind»");

      this.add(fFigureKindLabelFigure);

      fFigureKindNameLabelFigure = new WrappingLabel();
      fFigureKindNameLabelFigure.setText("Name");

      this.add(fFigureKindNameLabelFigure);

    }
View Full Code Here

    /**
     * @generated
     */
    private void createContents() {

      fFigureInputNameFigure = new WrappingLabel();
      fFigureInputNameFigure.setText("input");

      this.add(fFigureInputNameFigure);

    }
View Full Code Here

    /**
     * @generated
     */
    private void createContents() {

      fFigureInitialValueNameFigure = new WrappingLabel();
      fFigureInitialValueNameFigure.setText("");

      this.add(fFigureInitialValueNameFigure);

    }
View Full Code Here

    /**
     * @generated
     */
    private void createContents() {

      fFigureMethodDefinitionName = new WrappingLabel();
      fFigureMethodDefinitionName.setText("Function arguments");

      this.add(fFigureMethodDefinitionName);

    }
View Full Code Here

    /**
     * @generated
     */
    private void createContents() {

      fFigureInitialValueNameFigure = new WrappingLabel();
      fFigureInitialValueNameFigure.setText("");

      this.add(fFigureInitialValueNameFigure);

    }
View Full Code Here

      GridLayout layoutRowOneRoundRectangle0 = new GridLayout();
      layoutRowOneRoundRectangle0.numColumns = 2;
      layoutRowOneRoundRectangle0.makeColumnsEqualWidth = true;
      rowOneRoundRectangle0.setLayoutManager(layoutRowOneRoundRectangle0);

      WrappingLabel titleScoreLabel1 = new WrappingLabel();
      titleScoreLabel1.setText("score:");
      titleScoreLabel1.setForegroundColor(TITLESCORELABEL1_FORE);

      rowOneRoundRectangle0.add(titleScoreLabel1);

      fFigureScoreLabel = new WrappingLabel();
      fFigureScoreLabel.setText("- - -");
      fFigureScoreLabel.setForegroundColor(FFIGURESCORELABEL_FORE);

      rowOneRoundRectangle0.add(fFigureScoreLabel);

      RoundedRectangle rowTwoRoundRectangle0 = new RoundedRectangle();
      rowTwoRoundRectangle0.setCornerDimensions(new Dimension(
          getMapMode().DPtoLP(10), getMapMode().DPtoLP(10)));
      rowTwoRoundRectangle0.setLineWidth(0);
      rowTwoRoundRectangle0
          .setForegroundColor(ROWTWOROUNDRECTANGLE0_FORE);
      rowTwoRoundRectangle0
          .setBackgroundColor(ROWTWOROUNDRECTANGLE0_BACK);

      this.add(rowTwoRoundRectangle0);

      GridLayout layoutRowTwoRoundRectangle0 = new GridLayout();
      layoutRowTwoRoundRectangle0.numColumns = 2;
      layoutRowTwoRoundRectangle0.makeColumnsEqualWidth = true;
      rowTwoRoundRectangle0.setLayoutManager(layoutRowTwoRoundRectangle0);

      WrappingLabel titleRecordCountLabel1 = new WrappingLabel();
      titleRecordCountLabel1.setText("rec.count:");
      titleRecordCountLabel1
          .setForegroundColor(TITLERECORDCOUNTLABEL1_FORE);

      rowTwoRoundRectangle0.add(titleRecordCountLabel1);

      fFigureRecordCountLabel = new WrappingLabel();
      fFigureRecordCountLabel.setText("0.0");
      fFigureRecordCountLabel
          .setForegroundColor(FFIGURERECORDCOUNTLABEL_FORE);

      rowTwoRoundRectangle0.add(fFigureRecordCountLabel);
View Full Code Here

    /**
     * @generated
     */
    private void createContents() {

      WrappingLabel titelCompoundPredicateLabel0 = new WrappingLabel();
      titelCompoundPredicateLabel0.setText("CompoundPredicate");

      this.add(titelCompoundPredicateLabel0);

    }
View Full Code Here

    /**
     * @generated
     */
    private void createContents() {

      fFigureOutputNameFigure = new WrappingLabel();
      fFigureOutputNameFigure.setText("output");

      this.add(fFigureOutputNameFigure);

    }
View Full Code Here

    /**
     * @generated
     */
    private void createContents() {

      fFigureOutputNameFigure = new WrappingLabel();
      fFigureOutputNameFigure.setText("output");

      this.add(fFigureOutputNameFigure);

    }
View Full Code Here

TOP

Related Classes of org.eclipse.gmf.runtime.draw2d.ui.figures.WrappingLabel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.