1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package cc
.squirreljme
.jvm
.mle
.constants
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Exported
;
15 * These indexes in this class are the special form indexes which specify that
16 * certain form items be placed in a special position.
18 * All of these values are negative and there is {@link #MIN_VALUE} that
24 public interface UIItemPosition
26 /** The left command button. */
32 /** The right command button. */
38 /** The main title which is at the top of the form always. */
45 * The ticker position which is always below the title, a scrolling effect
46 * may happen on the item.
53 /** The body of the form, this acts as a "full-screen" view. */
58 /** The touch-screen control interface. */
63 /** The lowest permitted value, no value can be lower than this. */
68 /** The number of special items, for shifting. */
73 /** The item is not on the form. */