org.xith3d.ui.hud.base
Interface WidgetWrapper

All Known Implementing Classes:
MouseHoverWidgetMover, WidgetMover

public interface WidgetWrapper

An implementation of the interface is able to hold a Widget and provides a getter to retrieve the held Widget instance.


Method Summary
 Widget getWidget()
           
 

Method Detail

getWidget

Widget getWidget()
Returns:
the held Widget