Package com.biglybt.ui.swt.mainwindow
Interface IMainWindow
- All Known Subinterfaces:
MainWindow
- All Known Implementing Classes:
MainWindowDelayStub
,MainWindowImpl
public interface IMainWindow
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Rectangle
getMetrics
(int windowElement) boolean
isVisible
(int windowElement) void
setVisible
(int windowElement, boolean value)
-
Field Details
-
WINDOW_ELEMENT_MENU
static final int WINDOW_ELEMENT_MENU- See Also:
-
WINDOW_ELEMENT_TOOLBAR
static final int WINDOW_ELEMENT_TOOLBAR- See Also:
-
WINDOW_ELEMENT_STATUSBAR
static final int WINDOW_ELEMENT_STATUSBAR- See Also:
-
WINDOW_ELEMENT_TOPBAR
static final int WINDOW_ELEMENT_TOPBAR- See Also:
-
WINDOW_CLIENT_AREA
static final int WINDOW_CLIENT_AREA- See Also:
-
WINDOW_CONTENT_DISPLAY_AREA
static final int WINDOW_CONTENT_DISPLAY_AREA- See Also:
-
WINDOW_ELEMENT_QUICK_LINKS
static final int WINDOW_ELEMENT_QUICK_LINKS- See Also:
-
WINDOW_ELEMENT_RIGHTBAR
static final int WINDOW_ELEMENT_RIGHTBAR- See Also:
-
WINDOW_ELEMENT_ALL
static final int WINDOW_ELEMENT_ALL- See Also:
-
-
Method Details
-
isVisible
boolean isVisible(int windowElement) -
setVisible
void setVisible(int windowElement, boolean value) -
getMetrics
org.eclipse.swt.graphics.Rectangle getMetrics(int windowElement)
-