uk.ac.essex.xul.panel
Interface InputPanel

All Known Implementing Classes:
BooleanInputPanel, ComboInputPanel, DoubleArrayInputPanel, EquationInputPanel, FileInputPanel, FloatArrayInputPanel, FloatInputPanel, InputPanelImpl, IntArrayInputPanel, IntInputPanel, KernelInputPanel

public interface InputPanel


Date: 15-Jul-2002


Field Summary
static int CHARACHTER_PIXEL_HEIGHT
          The height in pixels of a single charachter
static int CHARACHTER_PIXEL_WIDTH
          The width in pixels of a single charachter
 
Method Summary
 java.lang.String getName()
           
 java.lang.Class getType()
          Gets the type the parameter should / will be
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 

Field Detail

CHARACHTER_PIXEL_WIDTH

static final int CHARACHTER_PIXEL_WIDTH
The width in pixels of a single charachter

See Also:
Constant Field Values

CHARACHTER_PIXEL_HEIGHT

static final int CHARACHTER_PIXEL_HEIGHT
The height in pixels of a single charachter

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Returns:

getValue

java.lang.Object getValue()
Returns:

getType

java.lang.Class getType()
Gets the type the parameter should / will be

Returns:

setValue

void setValue(java.lang.Object value)
Parameters:
value -