ewe.ui
Class WindowCreationData

java.lang.Object
  extended byewe.ui.WindowCreationData

public class WindowCreationData
extends Object


Field Summary
 String nativeWindowClassName
          Under Win32 this must be a unique name for this class of window.
 Object nativeWindowIcon
          This must be an icon created by ewe.fx.Image.toIcon().
 Object parentWindow
          Used by WindowContainer only.
 
Constructor Summary
WindowCreationData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Field Detail

nativeWindowClassName

public String nativeWindowClassName
Under Win32 this must be a unique name for this class of window. Windows of the same class will share the same icon. If this is not set, the icon will not be changed.


nativeWindowIcon

public Object nativeWindowIcon
This must be an icon created by ewe.fx.Image.toIcon(). Note that Java does not seem able to display the transparent areas of the icon correctly.


parentWindow

public Object parentWindow
Used by WindowContainer only.

Constructor Detail

WindowCreationData

public WindowCreationData()