Visual Mobile Designer String Editor

See Also

The Visual Mobile Designer (VMD) String Editor enables you to edit the values of text properties for various Java objects used in the VMD.

You invoke the String Editor by clicking the Elipsis (...) button next to the String property in the Property view.

Values entered in this text box are used as the property value.

If the Use as Custom Expression checkbox is selected, the property value is used as Java code rather than as a static string. For example, if you enter getTitle() in the Title property of an alert and check the Use as Custom Expressionn checkbox, the component will be constructed with the code:

alert = new Alert(getTitle(), null, getImage(), AlertType.INFO);

You will then have to implement a getTitle() method for the component to work properly.

See Also
About Visually Designing MIDP Applications
Working with the Visual Mobile Designer
Visual Mobile Designer Tasks: Quick Reference
Visual Mobile Designer Properties View

Legal Notices