Package com.nomagic.magicdraw.ui
Interface WindowsManager
-
- All Known Subinterfaces:
ProjectWindowsManager
@OpenApiAll public interface WindowsManager
-
-
Field Summary
Fields Modifier and Type Field Description static intSIDE_EASTstatic intSIDE_NORTHstatic intSIDE_SOUTHstatic intSIDE_WESTstatic intSTATE_AUTOHIDEstatic intSTATE_DOCKEDstatic intSTATE_FLOATINGstatic intSTATE_HIDDEN
-
-
-
Field Detail
-
SIDE_EAST
static final int SIDE_EAST
- See Also:
- Constant Field Values
-
SIDE_NORTH
static final int SIDE_NORTH
- See Also:
- Constant Field Values
-
SIDE_SOUTH
static final int SIDE_SOUTH
- See Also:
- Constant Field Values
-
SIDE_WEST
static final int SIDE_WEST
- See Also:
- Constant Field Values
-
STATE_DOCKED
static final int STATE_DOCKED
- See Also:
- Constant Field Values
-
STATE_FLOATING
static final int STATE_FLOATING
- See Also:
- Constant Field Values
-
STATE_AUTOHIDE
static final int STATE_AUTOHIDE
- See Also:
- Constant Field Values
-
STATE_HIDDEN
static final int STATE_HIDDEN
- See Also:
- Constant Field Values
-
-