org.gudy.azureus2.ui.swt.mainwindow
Interface IMainWindow
- All Known Subinterfaces:
- MainWindow
- All Known Implementing Classes:
- MainWindowDelayStub, MainWindowImpl
public interface IMainWindow
Method Summary |
org.eclipse.swt.graphics.Rectangle |
getMetrics(int windowElement)
|
boolean |
isVisible(int windowElement)
|
void |
setVisible(int windowElement,
boolean value)
|
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
isVisible
boolean isVisible(int windowElement)
setVisible
void setVisible(int windowElement,
boolean value)
getMetrics
org.eclipse.swt.graphics.Rectangle getMetrics(int windowElement)