com.cmpware.ide.views
Class EasyTable.NumericDisplayType

java.lang.Object
  extended by com.cmpware.ide.views.EasyTable.NumericDisplayType
Enclosing class:
EasyTable

public static final class EasyTable.NumericDisplayType
extends java.lang.Object

This class contains definitions for the display types for the numeric values in the EasyTable.


Field Summary
static int DOUBLE
           
static int FLOAT
           
static int HEX
           
static int INT
           
static int LONG
           
 
Constructor Summary
EasyTable.NumericDisplayType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INT

public static final int INT
See Also:
Constant Field Values

HEX

public static final int HEX
See Also:
Constant Field Values

LONG

public static final int LONG
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
See Also:
Constant Field Values
Constructor Detail

EasyTable.NumericDisplayType

public EasyTable.NumericDisplayType()