当前位置: 首页>>代码示例>>Java>>正文


Java FlowLayout.setStretchMinorAxis方法代码示例

本文整理汇总了Java中org.eclipse.draw2d.FlowLayout.setStretchMinorAxis方法的典型用法代码示例。如果您正苦于以下问题:Java FlowLayout.setStretchMinorAxis方法的具体用法?Java FlowLayout.setStretchMinorAxis怎么用?Java FlowLayout.setStretchMinorAxis使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在org.eclipse.draw2d.FlowLayout的用法示例。


在下文中一共展示了FlowLayout.setStretchMinorAxis方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Java代码示例。

示例1: StateFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public StateFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	this.setForegroundColor(THIS_FORE);
	this.setBackgroundColor(THIS_BACK);
	this.setPreferredSize(new Dimension(getMapMode().DPtoLP(40),
			getMapMode().DPtoLP(40)));
	createContents();
}
 
开发者ID:spoenemann,项目名称:xtext-gef,代码行数:23,代码来源:StateEditPart.java

示例2: GroupMatchFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public GroupMatchFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	createContents();
}
 
开发者ID:ggxx,项目名称:HelloBrazil,代码行数:19,代码来源:GroupMatchEditPart.java

示例3: GroupFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public GroupFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	createContents();
}
 
开发者ID:ggxx,项目名称:HelloBrazil,代码行数:19,代码来源:GroupEditPart.java

示例4: TeamFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public TeamFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	createContents();
}
 
开发者ID:ggxx,项目名称:HelloBrazil,代码行数:19,代码来源:TeamEditPart.java

示例5: EliminationMatchFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public EliminationMatchFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	createContents();
}
 
开发者ID:ggxx,项目名称:HelloBrazil,代码行数:19,代码来源:EliminationMatchEditPart.java

示例6: OperatorFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public OperatorFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	this.setLineWidth(3);
	this.setForegroundColor(THIS_FORE);
	this.setBackgroundColor(THIS_BACK);
	this.setBorder(
		new MarginBorder(
			getMapMode().DPtoLP(10),
			getMapMode().DPtoLP(10),
			getMapMode().DPtoLP(10),
			getMapMode().DPtoLP(10)));
	createContents();
}
 
开发者ID:adisandro,项目名称:MMINT,代码行数:28,代码来源:OperatorEditPart.java

示例7: ModelFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public ModelFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	this.setLineWidth(3);
	this.setForegroundColor(THIS_FORE);
	this.setBackgroundColor(THIS_BACK);
	this.setMinimumSize(new Dimension(getMapMode().DPtoLP(0), getMapMode().DPtoLP(60)));
	this.setBorder(
		new MarginBorder(
			getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7)));
	createContents();
}
 
开发者ID:adisandro,项目名称:MMINT,代码行数:29,代码来源:ModelEditPart.java

示例8: ModelElementReferenceFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public ModelElementReferenceFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	this.setForegroundColor(THIS_FORE);
	this.setBackgroundColor(THIS_BACK);
	this.setBorder(new MarginBorder(getMapMode().DPtoLP(7), getMapMode().DPtoLP(7), getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7)));
	createContents();
}
 
开发者ID:adisandro,项目名称:MMINT,代码行数:23,代码来源:ModelElementReference2EditPart.java

示例9: MappingReferenceFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public MappingReferenceFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	this.setCornerDimensions(new Dimension(getMapMode().DPtoLP(12), getMapMode().DPtoLP(12)));
	this.setLineWidth(3);
	this.setForegroundColor(THIS_FORE);
	this.setBackgroundColor(THIS_BACK);
	this.setMinimumSize(new Dimension(getMapMode().DPtoLP(0), getMapMode().DPtoLP(60)));
	this.setBorder(new MarginBorder(getMapMode().DPtoLP(7), getMapMode().DPtoLP(7), getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7)));
	createContents();
}
 
开发者ID:adisandro,项目名称:MMINT,代码行数:26,代码来源:MappingReferenceEditPart.java

示例10: ModelElementReferenceSuperFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public ModelElementReferenceSuperFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	this.setLineStyle(Graphics.LINE_DASH);
	this.setForegroundColor(THIS_FORE);
	this.setBackgroundColor(THIS_BACK);
	this.setBorder(new MarginBorder(getMapMode().DPtoLP(7), getMapMode().DPtoLP(7), getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7)));
	createContents();
}
 
开发者ID:adisandro,项目名称:MMINT,代码行数:24,代码来源:ModelElementReference3EditPart.java

示例11: MappingReferenceSuperFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public MappingReferenceSuperFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	this.setCornerDimensions(new Dimension(getMapMode().DPtoLP(12), getMapMode().DPtoLP(12)));
	this.setLineWidth(3);
	this.setLineStyle(Graphics.LINE_DASH);
	this.setForegroundColor(THIS_FORE);
	this.setBackgroundColor(THIS_BACK);
	this.setMinimumSize(new Dimension(getMapMode().DPtoLP(0), getMapMode().DPtoLP(60)));
	this.setBorder(new MarginBorder(getMapMode().DPtoLP(7), getMapMode().DPtoLP(7), getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7)));
	createContents();
}
 
开发者ID:adisandro,项目名称:MMINT,代码行数:27,代码来源:MappingReference2EditPart.java

示例12: GroupColumnFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
public GroupColumnFigure() {
    final FlowLayout layout = new FlowLayout();
    layout.setStretchMinorAxis(true);
    layout.setMajorSpacing(0);
    layout.setMinorSpacing(0);
    setLayoutManager(layout);
}
 
开发者ID:dbflute-session,项目名称:erflute,代码行数:8,代码来源:GroupColumnFigure.java

示例13: NormalColumnFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
public NormalColumnFigure() {
    final FlowLayout layout = new FlowLayout();
    layout.setStretchMinorAxis(true);
    layout.setMajorSpacing(0);
    layout.setMinorSpacing(0);
    setLayoutManager(layout);
}
 
开发者ID:dbflute-session,项目名称:erflute,代码行数:8,代码来源:NormalColumnFigure.java

示例14: initTitleBar

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
@Override
public void initTitleBar(Figure top) {
    top.setLayoutManager(new BorderLayout());

    final FlowLayout layout = new FlowLayout();
    layout.setStretchMinorAxis(true);
    final Figure title = new Figure();
    top.add(title, BorderLayout.TOP);
    title.setLayoutManager(layout);

    title.setBorder(new MarginBorder(new Insets(2, 2, 2, 2)));

    final ImageFigure image = new ImageFigure();
    image.setBorder(new MarginBorder(new Insets(0, 0, 0, 0)));
    image.setImage(Activator.getImage(getTableFigure().getImageKey()));
    title.add(image);

    this.nameLabel = new Label();
    nameLabel.setBorder(new MarginBorder(new Insets(0, 0, 0, 20)));
    title.add(nameLabel);

    final Figure separater = new Figure();
    separater.setSize(-1, 1);
    separater.setBackgroundColor(ColorConstants.black);
    separater.setOpaque(true);

    top.add(separater, BorderLayout.BOTTOM);
}
 
开发者ID:dbflute-session,项目名称:erflute,代码行数:29,代码来源:FunnyStyleSupport.java

示例15: ModelRelFigure

import org.eclipse.draw2d.FlowLayout; //导入方法依赖的package包/类
/**
 * @generated
 */
public ModelRelFigure() {

	FlowLayout layoutThis = new FlowLayout();
	layoutThis.setStretchMinorAxis(false);
	layoutThis.setMinorAlignment(FlowLayout.ALIGN_LEFTTOP);

	layoutThis.setMajorAlignment(FlowLayout.ALIGN_LEFTTOP);
	layoutThis.setMajorSpacing(5);
	layoutThis.setMinorSpacing(5);
	layoutThis.setHorizontal(true);

	this.setLayoutManager(layoutThis);

	this.setCornerDimensions(new Dimension(getMapMode().DPtoLP(12), getMapMode().DPtoLP(12)));
	this.setLineWidth(3);
	this.setForegroundColor(THIS_FORE);
	this.setBackgroundColor(THIS_BACK);
	this.setMinimumSize(new Dimension(getMapMode().DPtoLP(0), getMapMode().DPtoLP(60)));
	this.setBorder(
		new MarginBorder(
			getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7),
			getMapMode().DPtoLP(7)));
	createContents();
}
 
开发者ID:adisandro,项目名称:MMINT,代码行数:30,代码来源:ModelRel2EditPart.java


注:本文中的org.eclipse.draw2d.FlowLayout.setStretchMinorAxis方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。