org.xulux.guilayer.swing.natives
Class NativeWindow
java.lang.Object
org.xulux.guilayer.swing.natives.NativeWindow
- All Implemented Interfaces:
- org.xulux.api.gui.IWidgetInitializer
public class NativeWindow
- extends java.lang.Object
- implements org.xulux.api.gui.IWidgetInitializer
Initializes the native window
- Version:
- $Id: $
- Author:
- Martin van den Bemt
Field Summary |
protected javax.swing.JFrame |
frame
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
frame
protected javax.swing.JFrame frame
NativeWindow
public NativeWindow()
initialize
public void initialize(org.xulux.api.gui.IWidget widget)
- Specified by:
initialize
in interface org.xulux.api.gui.IWidgetInitializer
- See Also:
IWidgetInitializer.initialize(org.xulux.api.gui.IWidget)
destroy
public void destroy(org.xulux.api.gui.IWidget widget)
- Specified by:
destroy
in interface org.xulux.api.gui.IWidgetInitializer
- See Also:
IWidgetInitializer.destroy(org.xulux.api.gui.IWidget)
getNativeWidget
public java.lang.Object getNativeWidget()
- Specified by:
getNativeWidget
in interface org.xulux.api.gui.IWidgetInitializer
addToParent
public boolean addToParent(org.xulux.api.gui.IWidget widget)
- Specified by:
addToParent
in interface org.xulux.api.gui.IWidgetInitializer
setNativeWidget
public void setNativeWidget(java.lang.Object object)
- Specified by:
setNativeWidget
in interface org.xulux.api.gui.IWidgetInitializer
Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.