A B C D E F G H I K L N P R S T V X

S

Slider - class fds.micro.ui.Slider.
This class implements a slider.
Slider() - Constructor for class fds.micro.ui.Slider
Build a normal slider with a ruler of 50 pixels wide and range [0..100].
Slider(int) - Constructor for class fds.micro.ui.Slider
Build a normal slider with specified ruler (or field mode) and range [0..100].
Slider(int, int) - Constructor for class fds.micro.ui.Slider
Build a normal slider with a ruler of 50 pixels wide and given range.
Slider(int, int, int) - Constructor for class fds.micro.ui.Slider
Build a normal slider with specified ruler (or field mode) and given range.
StringItem - class fds.micro.ui.StringItem.
This class implements an component that display a non interactive string.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
StringItem() - Constructor for class fds.micro.ui.StringItem
Build a string that displays a single space character.
StringItem(String) - Constructor for class fds.micro.ui.StringItem
Build an component that displays the given string.
setActionCommand(String) - Method in class fds.micro.ui.Button
Set a command string that will be associated with the button activation.
setActionCommand(String) - Method in class fds.micro.ui.CheckBox
Set a command string that will be associated with the check box activation/deactivation.
setActionCommand(String) - Method in class fds.micro.ui.Hyperlink
Set a command string that will be associated with the hyperlink activation.
setBackground(int, int, int) - Method in class fds.micro.ui.AbstractPanel
Set the background color.
setBackground(int, int, int) - Method in class fds.micro.ui.Component
Set the component background color (under the component itself).
setBackground(int, int, int) - Method in class fds.micro.ui.Slider
Set the component background color (under the component itself).
setBodyColor(int, int, int) - Method in class fds.micro.ui.Button
Set the background body color (inside the button).
setBorderColor(int, int, int) - Method in class fds.micro.ui.Slider
Set the color for field border.
setBorderColor(int, int, int) - Method in class fds.micro.ui.TextField
Set the color for field border.
setBoxBackground(int, int, int) - Method in class fds.micro.ui.CheckBox
Set the color used to draw the box background.
setBoxBackground(int, int, int) - Method in class fds.micro.ui.ExclusiveChoice
Set the color of the box background (radio circle or field box).
setBoxBackgroundOff(int, int, int) - Method in class fds.micro.ui.CheckBox
Set the color used to draw the box background if component is disabled.
setBoxBackgroundOff(int, int, int) - Method in class fds.micro.ui.ExclusiveChoice
Set the color of the box background (radio circle or field box) in case of the component is disabled.
setBoxColor(int, int, int) - Method in class fds.micro.ui.CheckBox
Set the color used to draw the box border.
setBoxColor(int, int, int) - Method in class fds.micro.ui.ExclusiveChoice
Set the color of the box (radio circle or field box).
setBoxOpaque(boolean) - Method in class fds.micro.ui.CheckBox
Set/reset the opacity flag for check box background.
setBoxOpaque(boolean) - Method in class fds.micro.ui.ExclusiveChoice
Set/reset the opacity flag for box background (field entry zone, or radio button boxes).
setBoxOpaque(boolean) - Method in class fds.micro.ui.Slider
Set a new value for entry zone opacity flag.
setBoxOpaque(boolean) - Method in class fds.micro.ui.TextField
Set a new value for entry zone opacity flag.
setButtonImage(Image) - Method in class fds.micro.ui.Button
Set the image used to display the whole button.
setChecked(boolean) - Method in class fds.micro.ui.CheckBox
Change the selection status of the check box with a specific value.
setComponents(Object[]) - Method in class fds.micro.ui.AbstractPanel
Reset the container with given components.
setCursorColor(int, int, int) - Method in class fds.micro.ui.Slider
Set the color for field cursor.
setCursorColor(int, int, int) - Method in class fds.micro.ui.TextField
Set the color for field cursor.
setCursorPosition(int) - Method in class fds.micro.ui.Slider
Change the position of the cursor in field.
setCursorPosition(int) - Method in class fds.micro.ui.TextField
Change the position of the cursor in field.
setDisabled(boolean) - Method in class fds.micro.ui.Component
Disable/enable the component.
setDisabled(boolean) - Method in class fds.micro.ui.Slider
Disable/enable the component.
setExtBorderColor(int, int, int) - Method in class fds.micro.ui.Button
Set the external border color.
setFieldBackground(int, int, int) - Method in class fds.micro.ui.Slider
Set the color for field background.
setFieldBackground(int, int, int) - Method in class fds.micro.ui.TextField
Set the color for field background.
setFieldBackgroundOff(int, int, int) - Method in class fds.micro.ui.Slider
Set the color for field background if component is disabled.
setFieldBackgroundOff(int, int, int) - Method in class fds.micro.ui.TextField
Set the color for field background if component is disabled.
setFilled(boolean) - Method in class fds.micro.ui.GraphicItem
Set a new value for filled flag.
setFocusColor(int, int, int) - Method in class fds.micro.ui.Component
Set the color used to render the focus.
setFocusColor(int, int, int) - Method in class fds.micro.ui.Slider
Set the color for focus frame.
setFocusIndex(int) - Method in class fds.micro.ui.AbstractPanel
Set the index of the component that have the focus.
If the component doesn't manage the focus, the next one is searched.
If no component at all manages the focus, the focus index is set to -1 (no focus).
setFocusIndex(int, boolean) - Method in class fds.micro.ui.AbstractPanel
Set the index of the component that have the focus.
If the component doesn't manage the focus, the next/prev one is searched (next if ascending, prev if not).
If no component at all manages the focus, the focus index is set to -1 (no focus).
setFont(Font) - Method in class fds.micro.ui.CheckBox
Set the font to use for drawing text.
setFont(Font) - Method in class fds.micro.ui.ExclusiveChoice
Change the font used to display choice values.
setFont(Font) - Method in class fds.micro.ui.Slider
Change the font used to display the value.
setFont(Font) - Method in class fds.micro.ui.StringItem
Change the font used to display the string.
setForeground(int, int, int) - Method in class fds.micro.ui.CheckBox
Set the foreground color used to draw the check box (box and text).
setForeground(int, int, int) - Method in class fds.micro.ui.ExclusiveChoice
Set the color used to draw the texts.
setForeground(int, int, int) - Method in class fds.micro.ui.GraphicItem
Set the foreground color used to display the text.
setForeground(int, int, int) - Method in class fds.micro.ui.StringItem
Set the foreground color used to display the text.
setForegroundOff(int, int, int) - Method in class fds.micro.ui.ExclusiveChoice
Set the color used to draw the texts in case the component is disabled.
setHAlign(int) - Method in class fds.micro.ui.Component
Change the horizontal alignment between this component parts.
setHidden(boolean) - Method in class fds.micro.ui.Component
Hide or show the component.
setImage(Image) - Method in class fds.micro.ui.ImageItem
Change the image.
setLabel(String) - Method in class fds.micro.ui.TextField
Set the field label.
setLabelColor(int, int, int) - Method in class fds.micro.ui.TextField
Set the label color.
setLabelFont(Font) - Method in class fds.micro.ui.TextField
Change the font used to display the field label.
setLabelPosition(int) - Method in class fds.micro.ui.TextField
Change the position of the field label.
setLeftMargin(int) - Method in class fds.micro.ui.RowPanel
Set the minimum number of pixels between screen left border and any component.
setLocation(int, int) - Method in class fds.micro.ui.Component
 
setLocation(int, int) - Method in class fds.micro.ui.Slider
Change the location of this component.
setLowBorderColor(int, int, int) - Method in class fds.micro.ui.Button
Set the internal border color for right and bottom.
setManageFocus(boolean) - Method in class fds.micro.ui.Component
Specify if want want the component to manage focus.
WARNING: Do not use this feature if your application can run on a platform without pointing device.
setMarkColor(int, int, int) - Method in class fds.micro.ui.CheckBox
Set the color used to draw the mark if the box is checked.
setMarkColor(int, int, int) - Method in class fds.micro.ui.ExclusiveChoice
Set the color used to draw the selected mark (only used if rendered by radio buttons).
setMaxCols(int) - Method in class fds.micro.ui.ExclusiveChoice
Change the number of maximum columns for displaying radio buttons.
setMaxRows(int) - Method in class fds.micro.ui.ExclusiveChoice
Change the number of maximum rows for displaying radio buttons.
setMaximumSize(int, int) - Method in class fds.micro.ui.Button
Set the maximum size for this component.
setMaximumSize(int, int) - Method in class fds.micro.ui.CheckBox
Set the maximum size for this component.
setMaximumSize(int, int) - Method in class fds.micro.ui.Component
Set the maximum size for this component.
setMaximumSize(int, int) - Method in class fds.micro.ui.ExclusiveChoice
Set the maximum size for this component.
setMaximumSize(int, int) - Method in class fds.micro.ui.GraphicItem
Set the maximum size for this component.
setMaximumSize(int, int) - Method in class fds.micro.ui.Hyperlink
Set the maximum size for this component.
setMaximumSize(int, int) - Method in class fds.micro.ui.ImageItem
Set the maximum size for this component.
setMaximumSize(int, int) - Method in class fds.micro.ui.Slider
Set the maximum size for this component.
setMaximumSize(int, int) - Method in class fds.micro.ui.StringItem
Set the maximum size for this component.
setMaximumSize(int, int) - Method in class fds.micro.ui.TextField
Set the maximum size for this component.
setOpaque(boolean) - Method in class fds.micro.ui.Component
Set a new value for opaque flag.
setOpaque(boolean) - Method in class fds.micro.ui.Slider
Set a new value for opaque flag.
setSelectedIndex(int) - Method in class fds.micro.ui.ExclusiveChoice
Change the currently selected choice.
setSelectedValue(String) - Method in class fds.micro.ui.ExclusiveChoice
Change the currently selected value.
setSize(int, int) - Method in class fds.micro.ui.Button
Set the button size.
setText(String) - Method in class fds.micro.ui.Button
Set the text displayed within the button.
setText(String) - Method in class fds.micro.ui.CheckBox
Set the font to use for drawing text.
setText(String) - Method in class fds.micro.ui.DigitTextField
Set the field value.
setText(String) - Method in class fds.micro.ui.Hyperlink
Change the hyperlink text.
setText(String) - Method in class fds.micro.ui.StringItem
Change the text to display.
setText(String) - Method in class fds.micro.ui.TextField
Set the field value.
setTextColor(int, int, int) - Method in class fds.micro.ui.Button
Set the button text color.
setTextColor(int, int, int) - Method in class fds.micro.ui.Hyperlink
Set the button text color.
setTextColor(int, int, int) - Method in class fds.micro.ui.Slider
Set the field value color.
setTextColor(int, int, int) - Method in class fds.micro.ui.TextField
Set the field value color.
setTextColorOff(int, int, int) - Method in class fds.micro.ui.Button
Set the button text color used if the button is disabled.
setTextColorOff(int, int, int) - Method in class fds.micro.ui.Hyperlink
Set the button text color used if the button is disabled.
setTextColorOff(int, int, int) - Method in class fds.micro.ui.Slider
Set the field value color if component is disabled.
setTextColorOff(int, int, int) - Method in class fds.micro.ui.TextField
Set the field value color if component is disabled.
setTextFont(Font) - Method in class fds.micro.ui.Button
Change the font used to display the button text.
setTextFont(Font) - Method in class fds.micro.ui.Hyperlink
Change the font used to display the hyperlink text.
setTextFont(Font) - Method in class fds.micro.ui.TextField
Change the font used to display the field value.
setTopMargin(int) - Method in class fds.micro.ui.RowPanel
Set the minimum number of pixels between screen top border and any component.
setUnderlineColor(int, int, int) - Method in class fds.micro.ui.Hyperlink
Set the underline color.
setUpBorderColor(int, int, int) - Method in class fds.micro.ui.Button
Set the internal border color for left and top.
setVAlign(int) - Method in class fds.micro.ui.Component
Change the vertical alignment between this component parts.
setValue(int) - Method in class fds.micro.ui.Slider
Set a new value.
setValueShown(boolean) - Method in class fds.micro.ui.Slider
Set a new value for value shown flag.
setXInset(int) - Method in class fds.micro.ui.ExclusiveChoice
Change the number of pixels used to separate columns of radio buttons.
setXInset(int) - Method in class fds.micro.ui.RowPanel
Change the number of pixels between two components on the same line.
setYInset(int) - Method in class fds.micro.ui.ExclusiveChoice
Change the number of pixels used to separate rows of radio buttons.
setYInset(int) - Method in class fds.micro.ui.RowPanel
Change the number of pixels between two lines.

A B C D E F G H I K L N P R S T V X