Sha256: ef9eb231666e60f4adba4d3b7d55590fb053fe12f2298dbdf890e36c885a5540

Contents?: true

Size: 329 Bytes

Versions: 1

Compression:

Stored size: 329 Bytes

Contents

/**
 * Sencha GXT 3.1.1 - Sencha for GWT
 * Copyright(c) 2007-2014, Sencha, Inc.
 * licensing@sencha.com
 *
 * http://www.sencha.com/products/gxt/license/
 */
package com.dldinternet.aws.cfn.stacker.desktop.client.layout;

/**
 * Provides the desktop layout options.
 */
public enum DesktopLayoutType {
  CENTER, CASCADE, TILE
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-cfn-stacker-0.0.6 ui/src/com/dldinternet/aws/cfn/stacker/desktop/client/layout/DesktopLayoutType.java