Commons

org.topcased.facilities.dialogs
Interface ITopcasedDialogConstants

All Known Implementing Classes:
ChooseDialog

public interface ITopcasedDialogConstants

This interface stores the constants used to build the dialogs for modelers


Field Summary
static int DEFAULT_DIALOG_HEIGHT
          The default height of a dialog
static int DEFAULT_DIALOG_WIDTH
          The default width of a dialog
static int MIN_DIALOG_HEIGHT
          The minimum height of a dialog
static int MIN_DIALOG_WIDTH
          The minimum width of a dialog
 

Field Detail

DEFAULT_DIALOG_WIDTH

static final int DEFAULT_DIALOG_WIDTH
The default width of a dialog

See Also:
Constant Field Values

DEFAULT_DIALOG_HEIGHT

static final int DEFAULT_DIALOG_HEIGHT
The default height of a dialog

See Also:
Constant Field Values

MIN_DIALOG_WIDTH

static final int MIN_DIALOG_WIDTH
The minimum width of a dialog

See Also:
Constant Field Values

MIN_DIALOG_HEIGHT

static final int MIN_DIALOG_HEIGHT
The minimum height of a dialog

See Also:
Constant Field Values

Commons

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.