Package com.google.gdt.eclipse.designer.gef.policy.grid.header.actions

Examples of com.google.gdt.eclipse.designer.gef.policy.grid.header.actions.SetAlignmentRowAction


      });
    }
    // alignment
    {
      manager.add(new Separator());
      manager.add(new SetAlignmentRowAction(this, "Default", RowInfo.Alignment.UNKNOWN));
      manager.add(new SetAlignmentRowAction(this, "Top", RowInfo.Alignment.TOP));
      manager.add(new SetAlignmentRowAction(this, "Center", RowInfo.Alignment.MIDDLE));
      manager.add(new SetAlignmentRowAction(this, "Bottom", RowInfo.Alignment.BOTTOM));
    }
  }
View Full Code Here

TOP

Related Classes of com.google.gdt.eclipse.designer.gef.policy.grid.header.actions.SetAlignmentRowAction

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.