Java DTV API 1.3
18-Nov-2009

Uses of Class
com.sun.dtv.lwuit.animations.Transition

Packages that use Transition
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.animations All components are animatable by potential and additional animations (unrelated to a specific component) can be installed on the fly, transitions between forms are also handled as part of this package. 
com.sun.dtv.lwuit.plaf Look of the application can be fully customized via this package, it represents a rendering layer that can be plugged in separately in runtime and themed to provide any custom look. 
 

Uses of Transition in com.sun.dtv.lwuit
 

Methods in com.sun.dtv.lwuit that return Transition
 Transition Form.getTransitionInAnimator()
          This property allows us to define a an animation that will draw the transition for entering this form.
 Transition TabbedPane.getTransitionLeft()
          Indicates the transition to use when switching between tabs from right to left.
 Transition Form.getTransitionOutAnimator()
          This property allows us to define a an animation that will draw the transition for exiting this form.
 Transition TabbedPane.getTransitionRight()
          Indicates the transition to use when switching between tabs from left to right.
 

Methods in com.sun.dtv.lwuit with parameters of type Transition
 void Container.replace(Component current, Component next, Transition t)
          This method replaces the current Component with the next Component.
 void Form.replace(Component current, Component next, Transition t)
           
 void Form.setMenuTransitions(Transition transitionIn, Transition transitionOut)
          Sets the menu transitions for showing/hiding the menu.
 void Form.setTransitionInAnimator(Transition transitionInAnimator)
          This property allows us to define a an animation that will draw the transition for entering this form.
 void TabbedPane.setTransitionLeft(Transition transitionLeft)
          Indicates the transition to use when switching between tabs from right to left.
 void Form.setTransitionOutAnimator(Transition transitionOutAnimator)
          This property allows us to define a an animation that will draw the transition for exiting this form.
 void TabbedPane.setTransitionRight(Transition transitionRight)
          Indicates the transition to use when switching between tabs from left to right.
static Command Dialog.show(String title, Component body, Command[] cmds, int type, Image icon, long timeout, Transition transition)
          Shows a modal dialog with the given component as its "body" placed in the center.
static Command Dialog.show(String title, Component body, Command defaultCommand, Command[] cmds, int type, Image icon, long timeout, Transition transition)
          Shows a modal dialog with the given component as its "body" placed in the center.
static Command Dialog.show(String title, String text, Command[] cmds, int type, Image icon, long timeout, Transition transition)
          Shows a modal prompt dialog with the given title and text.
static Command Dialog.show(String title, String text, Command defaultCommand, Command[] cmds, int type, Image icon, long timeout, Transition transition)
          Shows a modal prompt dialog with the given title and text.
 

Uses of Transition in com.sun.dtv.lwuit.animations
 

Subclasses of Transition in com.sun.dtv.lwuit.animations
 class CommonTransitions
          Contains common transition animations including the following.
 

Methods in com.sun.dtv.lwuit.animations that return Transition
 Transition CommonTransitions.copy()
           
abstract  Transition Transition.copy()
          Copies a transitions.
 

Uses of Transition in com.sun.dtv.lwuit.plaf
 

Methods in com.sun.dtv.lwuit.plaf that return Transition
 Transition LookAndFeel.getDefaultDialogTransitionIn()
          Retrieves default animation that will draw the transition for entering a dialog.
 Transition LookAndFeel.getDefaultDialogTransitionOut()
          Retrieves the default animation that will draw the transition for exiting a dialog.
 Transition LookAndFeel.getDefaultFormTransitionIn()
          Retrieves the default animation that will draw the transition for entering a form.
 Transition LookAndFeel.getDefaultFormTransitionOut()
          Retrieves the default animation that will draw the transition for entering a form.
 Transition LookAndFeel.getDefaultMenuTransitionIn()
          Retrieves default animation that will draw the transition for entering a Menu.
 Transition LookAndFeel.getDefaultMenuTransitionOut()
          Retrieves default animation that will draw the transition for exiting a Menu.
 

Methods in com.sun.dtv.lwuit.plaf with parameters of type Transition
 void LookAndFeel.setDefaultDialogTransitionIn(Transition defaultDialogTransitionIn)
          Allows us to define a default animation that will draw the transition for entering a dialog.
 void LookAndFeel.setDefaultDialogTransitionOut(Transition defaultDialogTransitionOut)
          Allows us to define a default animation that will draw the transition for exiting a dialog.
 void LookAndFeel.setDefaultFormTransitionIn(Transition defaultFormTransitionIn)
          Allows us to define a default animation that will draw the transition for entering a form.
 void LookAndFeel.setDefaultFormTransitionOut(Transition defaultFormTransitionOut)
          Allows us to define a default animation that will draw the transition for exiting a form.
 void LookAndFeel.setDefaultMenuTransitionIn(Transition defaultMenuTransitionIn)
          Allows us to define a default animation that will draw the transition for entering a Menu.
 void LookAndFeel.setDefaultMenuTransitionOut(Transition defaultMenuTransitionOut)
          Allows us to define a default animation that will draw the transition for exiting a Menu.
 


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.