i3mclient.i3m
Class WindowToolKit
java.lang.Object
|
+--i3mclient.i3m.WindowToolKit
- public class WindowToolKit
- extends Object
Help functions for windows. Do not make objects of this class.
- Author:
- Henning Schaefer
WindowToolKit
public WindowToolKit()
- Constructor. It makes no sense to make a object of these class
makeHeaderArea
public static Composite makeHeaderArea(Shell window,
Object resourceGroup,
String bigImage,
String title,
String info)
- Insert a headerArea (white banner) in a shell.
- Parameters:
window - The window in which the header area should appearresourceGroup - The group of the ResourceManager where all resource should be registeredbigImage - The big image at the right side of the bannertitle - The title in bold right of imageinfo - The info text right under the title
- Returns:
- The composite where all other elements of the window should be inserted