Priority

An abstract command's priority is an indication of the importance of an abstract command compared to other abstract commands of the same type.

app Developers

Recommend: Java graphics bulb2_icon.gif One way to assign importance is to determine how often you expect a user to use the command. When assigning priorities, lower numbers indicate higher importance. For example, a command of priority 2 is more important than a command of priority 5. Priorities help MIDP implementations map commands to device capabilities, for example, making the higher-priority items easier to choose.



   
Comments