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 all child elements.
 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 © 2012. All Rights Reserved.