Uses of Class
com.itmill.toolkit.ui.Window

Packages that use Window
com.itmill.toolkit This package is the base of the IT Mill Toolkit. 
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Window in com.itmill.toolkit
 

Methods in com.itmill.toolkit that return Window
 Window Application.getMainWindow()
          Gets the mainWindow of the application.
 Window Application.WindowDetachEvent.getWindow()
          Gets the detached window.
 Window Application.WindowAttachEvent.getWindow()
          Gets the attached window.
 Window Application.getWindow(String name)
           Gets a window by name.
 

Methods in com.itmill.toolkit with parameters of type Window
 void Application.addWindow(Window window)
          Adds a new window to the application.
 void Application.removeWindow(Window window)
          Removes the specified window from the application.
 void Application.setMainWindow(Window mainWindow)
           Sets the mainWindow.
 

Constructors in com.itmill.toolkit with parameters of type Window
Application.WindowAttachEvent(Window window)
          Creates a event.
Application.WindowDetachEvent(Window window)
          Creates a event.
 

Uses of Window in com.itmill.toolkit.ui
 

Methods in com.itmill.toolkit.ui that return Window
 Window AbstractComponent.getWindow()
           
 Window Window.getWindow()
          Gets the window of the component.
 Window Window.CloseEvent.getWindow()
          Gets the Window.
 Window Component.getWindow()
          Gets the component's parent window.
 

Methods in com.itmill.toolkit.ui with parameters of type Window
 void Window.addWindow(Window window)
          Adds a window inside another window.
 void Window.removeWindow(Window window)
          Remove the given subwindow from this window.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.