org.xulux.api.core
Interface IGuiLayer


public interface IGuiLayer

Describes a specific guilayer

Version:
$Id: $
Author:
Martin van den Bemt

Method Summary
 boolean needsEventLoop()
           
 boolean needsParent()
           
 

Method Detail

needsEventLoop

boolean needsEventLoop()
Returns:
if the layer needs an eventloop to stay alive

needsParent

boolean needsParent()
Returns:
if widgets in general need a parent to initialize themselves ?


Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.