ch.sahits.codegen.wizards
Interface IJavaGenerationDefinitionFocus


public interface IJavaGenerationDefinitionFocus

This interface defines the focus constant for a JavaGenerationDefinition page

Since:
1.1.0
Author:
Andi Hotz

Field Summary
static int DATABASE_PRODUCT
          Focus is on the database product selection
static int INPUT_FILE
          Focus is on the input file selection
static int INPUT_METHOD
          Focus is on the input method selection
static int NO_SELECTION
          No widget has the focus (start)
 

Field Detail

NO_SELECTION

static final int NO_SELECTION
No widget has the focus (start)

See Also:
Constant Field Values

INPUT_METHOD

static final int INPUT_METHOD
Focus is on the input method selection

See Also:
Constant Field Values

INPUT_FILE

static final int INPUT_FILE
Focus is on the input file selection

See Also:
Constant Field Values

DATABASE_PRODUCT

static final int DATABASE_PRODUCT
Focus is on the database product selection

See Also:
Constant Field Values