org.vizzini.ui
Class GUIConstants

java.lang.Object
  extended by org.vizzini.ui.GUIConstants

public class GUIConstants
extends Object

Provides some common GUI constants.

Since:
v0.1
Version:
v0.2
Author:
Jeffrey M. Thompson

Field Summary
static String DIRTY_PROPERTY
          The name of the dirty property.
static int GAP
          Constant for spacing in GUIs.
static String LINE_SEPARATOR
          Line separator.
static int MARGIN
          Constant for spacing in GUIs.
 
Constructor Summary
GUIConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

LINE_SEPARATOR

public static final String LINE_SEPARATOR
Line separator.

Constructor Detail

GUIConstants

public GUIConstants()


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02