Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.barteo.emulator.device
Interface SoftButton  view SoftButton download SoftButton.java


public interface SoftButton

A SoftButton can have an associated Command.


Method Summary
 javax.microedition.lcdui.Command getCommand()
           
 boolean preferredCommandType(javax.microedition.lcdui.Command cmd)
          Check if the command is of a type usually associated with this SoftButton.
 void setCommand(javax.microedition.lcdui.Command cmd)
           
 

Method Detail

getCommand

public javax.microedition.lcdui.Command getCommand()

setCommand

public void setCommand(javax.microedition.lcdui.Command cmd)

preferredCommandType

public boolean preferredCommandType(javax.microedition.lcdui.Command cmd)
Check if the command is of a type usually associated with this SoftButton. E.g. "BACK" commands are normally placed only on a particular button.