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

G

GraphicItem - class fds.micro.ui.GraphicItem.
This class implements an component that display a graphic shape.
An object of this class is dedicated to be used within an object of fds.micro.ui.AbstractPanel sub-class (J2ME).
GraphicItem() - Constructor for class fds.micro.ui.GraphicItem
Build a graphic item that will display an horizontal line of 100 pixels.
GraphicItem(int, int, int) - Constructor for class fds.micro.ui.GraphicItem
Build a graphic item that will display the given shape.
GraphicItem(int, int, int, boolean) - Constructor for class fds.micro.ui.GraphicItem
Build a graphic item that will display the given shape.
GraphicItem(int, int, int, int, int, boolean) - Constructor for class fds.micro.ui.GraphicItem
Build an component that displays the given string.
getActionCommand() - Method in class fds.micro.ui.Button
Get the command associated with the button activation.
getActionCommand() - Method in class fds.micro.ui.CheckBox
Get the command associated with the check box activation/deactivation.
getActionCommand() - Method in class fds.micro.ui.Hyperlink
Get the command associated with the hyperlink activation.
getChoiceCount() - Method in class fds.micro.ui.ExclusiveChoice
Get the number of possible choices.
getCommand() - Method in class fds.micro.ui.events.ActionEvent
Get the command why this event is produced.
getComponent(int) - Method in class fds.micro.ui.AbstractPanel
Gives the component of specified index.
getComponent() - Method in class fds.micro.ui.events.ContainerEvent
Get the added or removed component.
getComponents() - Method in class fds.micro.ui.AbstractPanel
Get components within this container.
getCount() - Method in class fds.micro.ui.AbstractPanel
Get the number of components in this container.
getCursorPosition() - Method in class fds.micro.ui.Slider
Get the position of the cursor in field.
getCursorPosition() - Method in class fds.micro.ui.TextField
Get the position of the cursor in field.
getFocusIndex() - Method in class fds.micro.ui.AbstractPanel
Get the index of component that currently have the focus.
getFont() - Method in class fds.micro.ui.CheckBox
Get the font used to display the check box label.
getFont() - Method in class fds.micro.ui.ExclusiveChoice
Get the font used to display choice values.
getFont() - Method in class fds.micro.ui.Slider
Get the font used to display the value.
getFont() - Method in class fds.micro.ui.StringItem
Get the font used to display the string.
getHAlign() - Method in class fds.micro.ui.Component
Get the current horizontal alignment between this component parts.
getHeight() - Method in class fds.micro.ui.Component
 
getImage() - Method in class fds.micro.ui.Button
Get the image used to display the whole button.
getImage() - Method in class fds.micro.ui.ImageItem
Get the image, not truncated (if truncated due to maximum width/height).
getLabel() - Method in class fds.micro.ui.TextField
Get the field label.
getLabelFont() - Method in class fds.micro.ui.TextField
Get the font used to display the field label.
getLabelPosition() - Method in class fds.micro.ui.TextField
Get the position of the field label.
getLeftMargin() - Method in class fds.micro.ui.RowPanel
Gives the minimum number of pixels between screen left border and any component.
getLength() - Method in class fds.micro.ui.TextField
Get the number of entered characters.
getMaxCols() - Method in class fds.micro.ui.ExclusiveChoice
Get the number of maximum columns for displaying radio buttons (a -1 value means no limit).
getMaxRows() - Method in class fds.micro.ui.ExclusiveChoice
Get the number of maximum rows for displaying radio buttons (a -1 value means no limit).
getMaxValue() - Method in class fds.micro.ui.Slider
Get the maximum possible value.
getMinValue() - Method in class fds.micro.ui.Slider
Get the minimum possible value.
getNewValue() - Method in class fds.micro.ui.events.ValueChangeEvent
Get the new value after changes.
getOldValue() - Method in class fds.micro.ui.events.ValueChangeEvent
Get the old value before changes.
getOppositeComponent() - Method in class fds.micro.ui.events.FocusEvent
Get the opposite component.
getParent() - Method in class fds.micro.ui.Component
Get the parent container.
getRulerWidth() - Method in class fds.micro.ui.Slider
Get the ruler width, or -1 if field mode is used.
getSelectedIndex() - Method in class fds.micro.ui.ExclusiveChoice
Get the index of currently selected choice.
getSelectedValue() - Method in class fds.micro.ui.ExclusiveChoice
Get the text value of currently selected choice.
getSource() - Method in class fds.micro.ui.events.EventUI
Get the object that have produced this event (always a sub-class of Component or AbstractPanel).
getText() - Method in class fds.micro.ui.Button
Get the text displayed within the button.
getText() - Method in class fds.micro.ui.CheckBox
Get the text displayed for this check box.
getText() - Method in class fds.micro.ui.Hyperlink
Get the hyperlink text.
getText() - Method in class fds.micro.ui.StringItem
Get the displayed text.
getText() - Method in class fds.micro.ui.TextField
Get the field value.
getTextFont() - Method in class fds.micro.ui.Button
Get the font used to display the button text.
getTextFont() - Method in class fds.micro.ui.Hyperlink
Get the font used to display the hyperlink text.
getTextFont() - Method in class fds.micro.ui.TextField
Get the font used to display the field value.
getTopMargin() - Method in class fds.micro.ui.RowPanel
Gives the minimum number of pixels between screen top border and any component.
getType() - Method in class fds.micro.ui.events.ComponentEvent
Get the event type.
getType() - Method in class fds.micro.ui.events.ContainerEvent
Get the event type.
getType() - Method in class fds.micro.ui.events.FocusEvent
Get the event type.
getVAlign() - Method in class fds.micro.ui.Component
Get the current vertical alignment between this component parts.
getValue() - Method in class fds.micro.ui.Slider
Get the value.
getWidth() - Method in class fds.micro.ui.Component
 
getX() - Method in class fds.micro.ui.Component
 
getXInset() - Method in class fds.micro.ui.ExclusiveChoice
Get the number of pixels used to separate columns of radio buttons.
getXInset() - Method in class fds.micro.ui.RowPanel
Get the number of pixels between two components on the same line.
getY() - Method in class fds.micro.ui.Component
 
getYInset() - Method in class fds.micro.ui.ExclusiveChoice
Get the number of pixels used to separate rows of radio buttons.
getYInset() - Method in class fds.micro.ui.RowPanel
Get 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