A C D E F G H I K L O P R S T U W

S

setAllowTimeoutInterrupt(boolean) - Method in class org.netbeans.microedition.lcdui.SplashScreen
When set to true, the splashscreen timeout can be interrupted (and thus dismissed) by pressing a key.
setBackgroundImage(Image) - Method in class org.netbeans.microedition.lcdui.laf.UserColorSchema
Sets background image to schema
setBackgroundImageAnchorPoint(int) - Method in class org.netbeans.microedition.lcdui.laf.UserColorSchema
Sets anchor point for background image.
setBackgroundImageAnchorPoint(int) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets backbround image anchor point.
setBackgroundImageTiled(boolean) - Method in class org.netbeans.microedition.lcdui.laf.UserColorSchema
Sets the fact whether the background image should be tiled or not
setBackgroundTransparent(boolean) - Method in class org.netbeans.microedition.lcdui.laf.UserColorSchema
Sets the fact whether the background should be transparent
setBGColor(int) - Method in class org.netbeans.microedition.lcdui.laf.DefaultColorSchema
 
setBGColor(int) - Method in class org.netbeans.microedition.lcdui.laf.UserColorSchema
 
setBGColor(int) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets component's background color.
setBorders(boolean) - Method in class org.netbeans.microedition.lcdui.TableItem
Sets state whether the table should be visualized with or without borders.
setColor(int, int) - Method in class org.netbeans.microedition.lcdui.laf.UserColorSchema
Sets color to user color schema
setColorSchema(ColorSchema) - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
Sets ColorSchema
setColorSchema(ColorSchema) - Method in class org.netbeans.microedition.lcdui.TableItem
Sets color schema to be used with this component.
setColumnNames(String[]) - Method in class org.netbeans.microedition.lcdui.SimpleTableModel
Sets the column names for this model.
setCommandListener(CommandListener) - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
Sets command listener to this component
setCommandListener(CommandListener) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets component's command listener.
setDefaulBorderStyles() - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets default border styles.
setDefaultFonts() - Method in class org.netbeans.microedition.lcdui.LoginScreen
Default border styles.
setExecutable(Executable) - Method in class org.netbeans.microedition.util.SimpleCancellableTask
Sets the executable object for this task.
setFailureDisplayable(Displayable) - Method in class org.netbeans.microedition.lcdui.WaitScreen
Deprecated. - use FAILURE_COMMAND in CommandListener.commandAction() to handle failure event
setFailureDisplayable(Alert, Displayable) - Method in class org.netbeans.microedition.lcdui.WaitScreen
Deprecated. - use FAILURE_COMMAND in CommandListener.commandAction() to handle failure event
setFGColor(int) - Method in class org.netbeans.microedition.lcdui.laf.DefaultColorSchema
 
setFGColor(int) - Method in class org.netbeans.microedition.lcdui.laf.UserColorSchema
 
setFGColor(int) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets component's foreground color.
setFonts(Font, Font, Font) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets login screen fonts.
setHeadersFont(Font) - Method in class org.netbeans.microedition.lcdui.TableItem
Sets the font to be used to paint title.
setImage(Image) - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
Sets image to be painted on the screen.
setLabelTexts(String, String) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets username and password label.
setLoginTitle(String) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets login title text.
setModel(TableModel) - Method in class org.netbeans.microedition.lcdui.TableItem
Sets a new model to the table.
setNextDisplayable(Displayable) - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
Deprecated. - use static Commands and CommandListener from the actual implementation
setNextDisplayable(Alert, Displayable) - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
Deprecated. - use static Commands and CommandListener pattern from the actual implementation class
setPassword(String) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets predefined login password.
setTask(CancellableTask) - Method in class org.netbeans.microedition.lcdui.WaitScreen
Sets the task to be run on the background.
setText(String) - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
Sets the text to be painted on the screen.
setTextFont(Font) - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
Sets the font to be used to paint the specified text.
setTimeout(int) - Method in class org.netbeans.microedition.lcdui.SplashScreen
Sets the timeout of the splash screen - i.e.
setTitle(String) - Method in class org.netbeans.microedition.lcdui.TableItem
Sets title of the table.
setTitleFont(Font) - Method in class org.netbeans.microedition.lcdui.TableItem
Sets the font to be used to paint title.
setUseLoginButton(boolean) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets use of the login button.
setUsername(String) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Sets predefined login username.
setValue(int, int, String) - Method in class org.netbeans.microedition.lcdui.SimpleTableModel
Sets the value to the defined row and column of the model.
setValues(String[][]) - Method in class org.netbeans.microedition.lcdui.SimpleTableModel
Sets the values of the model.
setValuesFont(Font) - Method in class org.netbeans.microedition.lcdui.TableItem
Sets the font to be used to paint title.
showNotify() - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
sets value of previous displayable.
showNotify() - Method in class org.netbeans.microedition.lcdui.LoginScreen
The implementation calls showNotify() immediately prior to this Canvas being made visible on the display.
showNotify() - Method in class org.netbeans.microedition.lcdui.SplashScreen
starts the coundown of the timeout
showNotify() - Method in class org.netbeans.microedition.lcdui.WaitScreen
starts the supplied task
SimpleCancellableTask - Class in org.netbeans.microedition.util
A simple implementation of CancellableTask.
SimpleCancellableTask() - Constructor for class org.netbeans.microedition.util.SimpleCancellableTask
Creates a new instance of SimpleCancellableTask
SimpleCancellableTask(Executable) - Constructor for class org.netbeans.microedition.util.SimpleCancellableTask
Creates a new instance of SimpleCancellableTask with supplied executable object
SimpleTableModel - Class in org.netbeans.microedition.lcdui
Simple implementation of TableModel.
SimpleTableModel(String[][], String[]) - Constructor for class org.netbeans.microedition.lcdui.SimpleTableModel
Creates a model with given values and column names.
SimpleTableModel(int, int) - Constructor for class org.netbeans.microedition.lcdui.SimpleTableModel
Creates a model with given number of rows and columns.
SimpleTableModel() - Constructor for class org.netbeans.microedition.lcdui.SimpleTableModel
Creates a new empty table model.
sizeChanged(int, int) - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
repaints the screen whem a size has changed.
sizeChanged(int, int) - Method in class org.netbeans.microedition.lcdui.LoginScreen
Called when the drawable area of the Canvas has been changed.
sizeChanged(int, int) - Method in class org.netbeans.microedition.lcdui.TableItem
implementation of the abstract method - if the item size has changed, simply repaint the table
SplashScreen - Class in org.netbeans.microedition.lcdui
This component represents a splash screen, which is usually being displayed when the application starts.
SplashScreen(Display) - Constructor for class org.netbeans.microedition.lcdui.SplashScreen
Creates a new instance of SplashScreen
SUCCESS_COMMAND - Static variable in class org.netbeans.microedition.lcdui.WaitScreen
Command fired when the background task was finished succesfully
switchToDisplayable(Display, Alert, Displayable) - Static method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
Deprecated. - use SplashScreen.DISMISS_COMMAND or WaitScreen.SUCCESS_COMMAND in CommandListener.commandAction() to handle this event for specific implementation of the info screen.
switchToNextDisplayable() - Method in class org.netbeans.microedition.lcdui.AbstractInfoScreen
Deprecated. - use static Commands and CommandListener pattern from the actual implementation class
SystemColorSchema - Class in org.netbeans.microedition.lcdui.laf
System color schema - gets all colors from Display.getColor() method call.

A C D E F G H I K L O P R S T U W