MIDP3.0

Uses of Interface
javax.microedition.lcdui.CommandLayoutPolicy

Packages that use CommandLayoutPolicy
javax.microedition.lcdui The APIs in the LCDUI package provide a set of features for implementing user interfaces in MIDP applications. 
 

Uses of CommandLayoutPolicy in javax.microedition.lcdui
 

Methods in javax.microedition.lcdui that return CommandLayoutPolicy
 CommandLayoutPolicy Displayable.getCommandLayoutPolicy()
          This method will return the current CommandLayoutPolicy for this Displayable.
 CommandLayoutPolicy Display.getCommandLayoutPolicy()
          This method will return the current CommandLayoutPolicy for this Display.
 

Methods in javax.microedition.lcdui with parameters of type CommandLayoutPolicy
 void FileSelector.setCommandLayoutPolicy(CommandLayoutPolicy policy)
          FileSelector does not allow setCommandLayoutPolicy() to be called.
 void Displayable.setCommandLayoutPolicy(CommandLayoutPolicy policy)
          This method will set a new CommandLayoutPolicy for this Displayable.
 void Display.setCommandLayoutPolicy(CommandLayoutPolicy policy)
          This method will set a new CommandLayoutPolicy for this Display.
 


MIDP3.0

Send a comment or suggestionVersion 3.0 of Mobile Information Device Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-2009 Motorola Inc. Portions copyright 1993-2002 Sun Microsystems, Inc. and Motorola, Inc. All Rights Reserved.