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 * Special user interface constants.
20 public interface UISpecialCode
24 byte REPAINT_EXECUTE
=
27 /** Repaint X Coordinate ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
32 /** Repaint Y Coordinate ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
37 /** Repaint Width ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
39 int REPAINT_KEY_WIDTH
=
42 /** Repaint Height ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
44 int REPAINT_KEY_HEIGHT
=
47 /** Repaint Key Mask ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
49 int REPAINT_KEY_MASK
=
52 /** Repaint Key Value ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
54 int REPAINT_VALUE_MASK
=