de.esw.eengine.renderable.wtk
Class FocusManager

java.lang.Object
  extended by de.esw.eengine.renderable.wtk.FocusManager
All Implemented Interfaces:
IUpdateable

public final class FocusManager
extends java.lang.Object
implements IUpdateable

Since:
1.0
Version:
$Id: FocusManager.java 173 2005-07-07 21:54:27Z markusw $
Author:
markusw

Method Summary
 Component getFocusedComponent()
           
 void setFocusedComponent(Component focusedComponent)
           
 void update(float delta)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

update

public void update(float delta)
Specified by:
update in interface IUpdateable
Parameters:
delta - Time in millis since last update
See Also:
IUpdateable.update(float)

getFocusedComponent

public final Component getFocusedComponent()
Returns:
Returns the focusedComponent.

setFocusedComponent

public final void setFocusedComponent(Component focusedComponent)
Parameters:
focusedComponent - The focusedComponent to set.