Java DTV API 1.3
18-Nov-2009

Uses of Class
com.sun.dtv.lwuit.Container

Packages that use Container
com.sun.dtv.lwuit Main widget package containing the component/container "composite" similar both in terminology and design to Swing/AWT. 
com.sun.dtv.lwuit.layouts Layout managers allow a Container to arrange its components by a set of rules that would be adapted for specific screen/font sizes. 
com.sun.dtv.ui TV specific UI functionality. 
 

Uses of Container in com.sun.dtv.lwuit
 

Subclasses of Container in com.sun.dtv.lwuit
 class Calendar
          Date widget for selecting a date/time value.
 class Dialog
          A dialog is a form that occupies a part of the screen and appears as a modal entity to the developer.
 class Form
          Top level component that serves as the top-most visible entity in the UI (directly embedded into the DTVContainer, this Container handles the menus and title while placing content between them.
 class TabbedPane
          A component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
 

Methods in com.sun.dtv.lwuit that return Container
 Container Form.getContentPane()
          This method returns the Content pane instance.
 Container Component.getParent()
          Returns the container in which this component is contained.
 

Uses of Container in com.sun.dtv.lwuit.layouts
 

Methods in com.sun.dtv.lwuit.layouts with parameters of type Container
 void BorderLayout.addLayoutComponent(Object name, Component comp, Container c)
           
 void Layout.addLayoutComponent(Object value, Component comp, Container c)
          Some layouts can optionally track the addition of elements with meta-data that allows the user to "hint" on object positioning.
 int LayoutStyle.getContainerGap(Component component, int position, Container parent)
          Returns the amount of space to position a component inside its parent.
 int LayoutStyle.getPreferredGap(Component component1, Component component2, int type, int position, Container parent)
          Returns the amount of space to use between two components.
 Dimension BorderLayout.getPreferredSize(Container parent)
           
 Dimension BoxLayout.getPreferredSize(Container parent)
           
 Dimension CoordinateLayout.getPreferredSize(Container parent)
           
 Dimension FlowLayout.getPreferredSize(Container parent)
           
 Dimension GridLayout.getPreferredSize(Container parent)
           
 Dimension GroupLayout.getPreferredSize(Container parent)
          Returns the preferred size for the specified container.
abstract  Dimension Layout.getPreferredSize(Container parent)
          Returns the container preferred size.
 void BorderLayout.layoutContainer(Container target)
           
 void BoxLayout.layoutContainer(Container parent)
           
 void CoordinateLayout.layoutContainer(Container parent)
           
 void FlowLayout.layoutContainer(Container parent)
           
 void GridLayout.layoutContainer(Container parent)
           
 void GroupLayout.layoutContainer(Container parent)
          Lays out the specified container.
abstract  void Layout.layoutContainer(Container parent)
          Layout the given parent container children.
 

Constructors in com.sun.dtv.lwuit.layouts with parameters of type Container
GroupLayout(Container host)
          Creates a GroupLayout for the specified JComponent.
 

Uses of Container in com.sun.dtv.ui
 

Subclasses of Container in com.sun.dtv.ui
 class DTVContainer
          An DTVContainer is the top-level container in the DTV API's component hierarchy, representing the widget containing anything else viewable at on particular Plane.
 


Java DTV API 1.3
18-Nov-2009

Copyright © 2008-2009 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All rights reserved.

U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements. Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.Products covered by and information contained in this service manual are controlled by U.S. Export Control laws and may be subject to the export or import laws in other countries. Nuclear, missile, chemical biological weapons or nuclear maritime end uses or end users, whether direct or indirect, are strictly prohibited. Export or reexport to countries subject to U.S. embargo or to entities identified on U.S. export exclusion lists, including, but not limited to, the denied persons and specially designated nationals lists is strictly prohibited.

DOCUMENTATION IS PROVIDED AS IS AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID.

Use of this document is subject to license terms.