ix.iface.ui
Class IXGUIConsts

java.lang.Object
  extended by ix.iface.ui.IXGUIConsts

public abstract class IXGUIConsts
extends java.lang.Object

An object containing constants useful for GUI layouts. A class that holds structures that hold lists of terms that can be used in a specific context.


Field Summary
static int BROWSE_BUT_WIDTH
          The width of a common Browse button, often the widest button
static int GOOD_BUT_WIDTH
          A good width for a button, currently the same as BROWSE_BUT_WIDTH
 
Constructor Summary
IXGUIConsts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BROWSE_BUT_WIDTH

public static final int BROWSE_BUT_WIDTH
The width of a common Browse button, often the widest button

See Also:
Constant Field Values

GOOD_BUT_WIDTH

public static final int GOOD_BUT_WIDTH
A good width for a button, currently the same as BROWSE_BUT_WIDTH

See Also:
Constant Field Values
Constructor Detail

IXGUIConsts

public IXGUIConsts()