Package com.biglybt.ui.swt.mainwindow
Interface IMainWindow
-
- All Known Subinterfaces:
MainWindow
- All Known Implementing Classes:
MainWindowDelayStub
,MainWindowImpl
public interface IMainWindow
-
-
Field Summary
Fields Modifier and Type Field Description static int
WINDOW_CLIENT_AREA
static int
WINDOW_CONTENT_DISPLAY_AREA
static int
WINDOW_ELEMENT_MENU
static int
WINDOW_ELEMENT_QUICK_LINKS
static int
WINDOW_ELEMENT_STATUSBAR
static int
WINDOW_ELEMENT_TOOLBAR
static int
WINDOW_ELEMENT_TOPBAR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.Rectangle
getMetrics(int windowElement)
boolean
isVisible(int windowElement)
void
setVisible(int windowElement, boolean value)
-
-
-
Field Detail
-
WINDOW_ELEMENT_MENU
static final int WINDOW_ELEMENT_MENU
- See Also:
- Constant Field Values
-
WINDOW_ELEMENT_TOOLBAR
static final int WINDOW_ELEMENT_TOOLBAR
- See Also:
- Constant Field Values
-
WINDOW_ELEMENT_STATUSBAR
static final int WINDOW_ELEMENT_STATUSBAR
- See Also:
- Constant Field Values
-
WINDOW_ELEMENT_TOPBAR
static final int WINDOW_ELEMENT_TOPBAR
- See Also:
- Constant Field Values
-
WINDOW_CLIENT_AREA
static final int WINDOW_CLIENT_AREA
- See Also:
- Constant Field Values
-
WINDOW_CONTENT_DISPLAY_AREA
static final int WINDOW_CONTENT_DISPLAY_AREA
- See Also:
- Constant Field Values
-
WINDOW_ELEMENT_QUICK_LINKS
static final int WINDOW_ELEMENT_QUICK_LINKS
- See Also:
- Constant Field Values
-
-