Package com.nomagic.magicdraw.ui
Interface WindowsManager
-
- All Known Subinterfaces:
ProjectWindowsManager
@OpenApiAll public interface WindowsManager
-
-
Field Summary
Fields Modifier and Type Field Description static int
SIDE_EAST
static int
SIDE_NORTH
static int
SIDE_SOUTH
static int
SIDE_WEST
static int
STATE_AUTOHIDE
static int
STATE_DOCKED
static int
STATE_FLOATING
static int
STATE_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
-
-