|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |