org.gudy.azureus2.ui.swt.mainwindow
Interface IMainWindow

All Known Subinterfaces:
MainWindow
All Known Implementing Classes:
MainWindowDelayStub, MainWindowImpl

public interface IMainWindow


Field Summary
static int WINDOW_CLIENT_AREA
           
static int WINDOW_CONTENT_DISPLAY_AREA
           
static int WINDOW_ELEMENT_MENU
           
static int WINDOW_ELEMENT_STATUSBAR
           
static int WINDOW_ELEMENT_TOOLBAR
           
static int WINDOW_ELEMENT_TOPBAR
           
 
Method Summary
 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
Method Detail

isVisible

boolean isVisible(int windowElement)

setVisible

void setVisible(int windowElement,
                boolean value)

getMetrics

org.eclipse.swt.graphics.Rectangle getMetrics(int windowElement)