Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
K
O
P
R
S
T
W
S
setAllowTimeoutInterrupt(boolean)
- Method in class org.netbeans.microedition.lcdui.
SplashScreen
Set to true, when the timeout with a specified timeout interval can be interrupted by pressing a key.
setBorders(boolean)
- Method in class org.netbeans.microedition.lcdui.
TableItem
Sets state whether the table should be visualized with or without borders.
setColumnNames(String[])
- Method in class org.netbeans.microedition.lcdui.
SimpleTableModel
Sets the column names for this model.
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
Sets the displayable to be used to switch to in the case of the background task failure.
setFailureDisplayable(Alert, Displayable)
- Method in class org.netbeans.microedition.lcdui.
WaitScreen
Requests that the specified Alert is going to be shown in the case of failure, and failureDisplayable be made current after the Alert is dismissed.
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.
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
Sets the displayable to be used to switch when the screen is being dismissed.
setNextDisplayable(Alert, Displayable)
- Method in class org.netbeans.microedition.lcdui.
AbstractInfoScreen
Requests that the specified Alert is going to be shown in the case of screen dismiss, and nextDisplayable be made current after the Alert is dismissed.
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.
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.
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.
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
switchToDisplayable(Display, Alert, Displayable)
- Static method in class org.netbeans.microedition.lcdui.
AbstractInfoScreen
Switch to the given displayable and alert
switchToNextDisplayable()
- Method in class org.netbeans.microedition.lcdui.
AbstractInfoScreen
switch to the next displayable (or alert)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
K
O
P
R
S
T
W