Interface IDialog
-
- All Known Implementing Classes:
Dialog
public interface IDialogDialog contstants.- Author:
- Andi Hotz, (c) Sahits GmbH, 2016 Created on Feb 08, 2016
-
-
Field Summary
Fields Modifier and Type Field Description static intFRAME_BORDERstatic intHEIGHTstatic intINSETstatic intWIDTHstatic intWRAPPING_WIDTH
-
-
-
Field Detail
-
WIDTH
static final int WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
static final int HEIGHT
- See Also:
- Constant Field Values
-
FRAME_BORDER
static final int FRAME_BORDER
- See Also:
- Constant Field Values
-
WRAPPING_WIDTH
static final int WRAPPING_WIDTH
- See Also:
- Constant Field Values
-
INSET
static final int INSET
- See Also:
- Constant Field Values
-
-