Uses of Interface
de.lessvoid.nifty.layout.manager.LayoutManager

Packages that use LayoutManager
de.lessvoid.nifty.elements   
de.lessvoid.nifty.layout.manager   
de.lessvoid.nifty.loaderv2.types.apply   
 

Uses of LayoutManager in de.lessvoid.nifty.elements
 

Methods in de.lessvoid.nifty.elements with parameters of type LayoutManager
 void Element.setLayoutManager(LayoutManager newLayout)
          Set a new LayoutManager.
 

Uses of LayoutManager in de.lessvoid.nifty.layout.manager
 

Classes in de.lessvoid.nifty.layout.manager that implement LayoutManager
 class AbsolutePositionLayout
          AbsolutPositionLayout doesn't layout things.
 class CenterLayout
          CenterLayout centers the very first child only in the given root element.
 class HorizontalLayout
          A HorizontalLayout implementation of the LayoutManager interface.
 class OverlayLayout
          OverlayLayout doesn't layout things.
 class VerticalLayout
          A VerticalLayout implementation of the LayoutManager interface.
 

Uses of LayoutManager in de.lessvoid.nifty.loaderv2.types.apply
 

Methods in de.lessvoid.nifty.loaderv2.types.apply that return LayoutManager
 LayoutManager Convert.layoutManager(String type)
           
 



Copyright © 2011. All Rights Reserved.