Uses of Interface
com.leafdigital.ui.api.Panel

Packages that use Panel
com.leafdigital.ui.api The UI API provides a basic windowing interface library of widgets that can be constructed from XML. 
 

Uses of Panel in com.leafdigital.ui.api
 

Subinterfaces of Panel in com.leafdigital.ui.api
 interface BorderPanel
          A Panel with nine component slots - all the compass points, plus a central component.
 interface ButtonPanel
          A Panel that lays out buttons horizontally in the appropriate platform order.
 interface ChoicePanel
          A Panel with any number of slots (all Page objects).
 interface DecoratedPanel
          Provides visual decoration as a background to other components.
 interface GroupPanel
          A Panel with only a single slot, named 'contents' in XML.
 interface HorizontalPanel
          A Panel with any number of slots (all named 'slot' in XML).
 interface ScrollPanel
          A panel with a vertical scrollbar which contains one widget.
 interface SplitPanel
          A Panel with two component slots - 'main' and 'split'.
 interface TabPanel
          A Panel with any number of slots (all named 'tab' in XML).
 interface VerticalPanel
          A Panel with any number of slots (all named 'slot' in XML).
 



Copyright © 2011 Samuel Marshall. All rights reserved.