All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.microemu.device.ui.ListUI Maven / Gradle / Ivy

The newest version!
package org.microemu.device.ui;

import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.Image;

public interface ListUI extends DisplayableUI {

	int append(String stringPart, Image imagePart);

	int getSelectedIndex();

	String getString(int elementNum);

	void setSelectCommand(Command command);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy