org.moyoman.client.reference.util
Interface IGUIConstants

All Known Subinterfaces:
IMoyoman, IMoyomanAdminOwner
All Known Implementing Classes:
AbstractAdminPanel, ApplicationSupport, BaseDialog, DebugPanel, DebugSelectorPane, EditMessagePanel, GameManager, GUISupport, MessageSupport, Moyoman, MoyomanAdmin

public interface IGUIConstants

Provides some common GUI definitions such as margin.

Since:
v0.01
Version:
v0.01
Author:
Jeffrey M. Thompson

Field Summary
static boolean DEBUG
          Debug flag.
static String DIRTY_PROPERTY
          The name of the dirty property.
static int GAP
          Constant for spacing in GUIs.
static int MARGIN
          Constant for spacing in GUIs.
static Color TRANSPARENT_COLOR
          Transparent color.
 

Field Detail

DEBUG

public static final boolean DEBUG
Debug flag.

See Also:
Constant Field Values

DIRTY_PROPERTY

public static final String DIRTY_PROPERTY
The name of the dirty property.

See Also:
Constant Field Values

GAP

public static final int GAP
Constant for spacing in GUIs.

See Also:
Constant Field Values

MARGIN

public static final int MARGIN
Constant for spacing in GUIs.

See Also:
Constant Field Values

TRANSPARENT_COLOR

public static final Color TRANSPARENT_COLOR
Transparent color.