Package org.apache.axis2.tool.util
Class Constants.UIConstants
- java.lang.Object
-
- org.apache.axis2.tool.util.Constants.UIConstants
-
-
Field Summary
Fields Modifier and Type Field Description static int
BROWSE_BUTTON_WIDTH
static int
GENERAL_BUTTON_WIDTH
static int
GENERAL_COMP_HEIGHT
static int
LABEL_WIDTH
static int
RADIO_BUTTON_WIDTH
static int
TEXT_BOX_WIDTH
-
Constructor Summary
Constructors Constructor Description UIConstants()
-
-
-
Field Detail
-
LABEL_WIDTH
public static final int LABEL_WIDTH
- See Also:
- Constant Field Values
-
RADIO_BUTTON_WIDTH
public static final int RADIO_BUTTON_WIDTH
- See Also:
- Constant Field Values
-
TEXT_BOX_WIDTH
public static final int TEXT_BOX_WIDTH
- See Also:
- Constant Field Values
-
BROWSE_BUTTON_WIDTH
public static final int BROWSE_BUTTON_WIDTH
- See Also:
- Constant Field Values
-
GENERAL_BUTTON_WIDTH
public static final int GENERAL_BUTTON_WIDTH
- See Also:
- Constant Field Values
-
GENERAL_COMP_HEIGHT
public static final int GENERAL_COMP_HEIGHT
- See Also:
- Constant Field Values
-
-