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 Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package cc
.squirreljme
.jvm
.mle
.constants
;
13 * Special user interface constants.
18 public interface UISpecialCode
22 byte REPAINT_EXECUTE
=
25 /** Repaint X Coordinate ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
30 /** Repaint Y Coordinate ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
35 /** Repaint Width ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
37 int REPAINT_KEY_WIDTH
=
40 /** Repaint Height ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
42 int REPAINT_KEY_HEIGHT
=
45 /** Repaint Key Mask ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
47 int REPAINT_KEY_MASK
=
50 /** Repaint Key Value ({@link UIWidgetProperty#INT_SIGNAL_REPAINT}. */
52 int REPAINT_VALUE_MASK
=