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

Constructor Summary
WindowToolKit()
          Constructor.
 
Method Summary
static Composite makeHeaderArea(Shell window, Object resourceGroup, String bigImage, String title, String info)
          Insert a headerArea (white banner) in a shell.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowToolKit

public WindowToolKit()
Constructor. It makes no sense to make a object of these class

Method Detail

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 appear
resourceGroup - The group of the ResourceManager where all resource should be registered
bigImage - The big image at the right side of the banner
title - The title in bold right of image
info - The info text right under the title
Returns:
The composite where all other elements of the window should be inserted