A B C D E F G H I K L M N O P R S T U V W X Y

A

ActionWidget - Class in org.kalmeo.kuix.widget
This class is base for all action widgets.
ActionWidget(String) - Constructor for class org.kalmeo.kuix.widget.ActionWidget
Construct a ActionWidget
add(StyleProperty) - Method in class org.kalmeo.kuix.core.style.Style
Add a StyleProperty to this Style
add(int, int, int, int) - Method in class org.kalmeo.kuix.util.Metrics
Modifies this Metrics so that it represents the smallest region that contains both the existing region and the specified region.
add(Widget) - Method in class org.kalmeo.kuix.widget.Choice
 
add(Widget) - Method in class org.kalmeo.kuix.widget.Desktop
 
add(Widget) - Method in class org.kalmeo.kuix.widget.Picture
 
add(Widget) - Method in class org.kalmeo.kuix.widget.PopupBox
 
add(Widget) - Method in class org.kalmeo.kuix.widget.RadioGroup
 
add(Widget) - Method in class org.kalmeo.kuix.widget.Screen
 
add(Widget) - Method in class org.kalmeo.kuix.widget.ScrollPane
 
add(Widget) - Method in class org.kalmeo.kuix.widget.TabFolder
 
add(Widget) - Method in class org.kalmeo.kuix.widget.Text
 
add(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Add a Widget to this as child
add(Widget, Widget, boolean) - Method in class org.kalmeo.kuix.widget.Widget
Add a Widget to this as child before or after referenceWidget child.
ADD_AFTER_MODEL_UPDATE_EVENT_TYPE - Static variable in class org.kalmeo.kuix.core.model.DataProvider
 
ADD_BEFORE_MODEL_UPDATE_EVENT_TYPE - Static variable in class org.kalmeo.kuix.core.model.DataProvider
 
ADD_MODEL_UPDATE_EVENT_TYPE - Static variable in class org.kalmeo.kuix.core.model.DataProvider
 
addItem(String, DataProvider) - Method in class org.kalmeo.kuix.core.model.DataProvider
Add the item to the property items list.
addItem(String, DataProvider, DataProvider, boolean) - Method in class org.kalmeo.kuix.core.model.DataProvider
Add the item to the property items list by placing it after or before the referenceItem according to the after parameter.
addItem(DataProvider) - Method in class org.kalmeo.kuix.widget.List
Add an item value
addItem(DataProvider, InputStream) - Method in class org.kalmeo.kuix.widget.List
Add an item value
addItem(DataProvider, DataProvider, boolean) - Method in class org.kalmeo.kuix.widget.List
Add an item value
addItem(DataProvider, InputStream, DataProvider, boolean) - Method in class org.kalmeo.kuix.widget.List
Add an item value near an other.
addPopup(Widget) - Method in class org.kalmeo.kuix.widget.Desktop
Add a popup widget
addShortcutHandler(Widget) - Method in class org.kalmeo.kuix.core.focus.FocusManager
Add a shortcut key event handler to shortcuts list
addSlave(DataProvider) - Method in class org.kalmeo.kuix.core.model.DataProvider
Add a slave DataProvider to this DataProvider.
addTabItem(TabItem) - Method in class org.kalmeo.kuix.widget.TabFolder
Add a new TabItem
addUnpaintableWidget(Widget) - Method in class org.kalmeo.kuix.core.KuixCanvas
Add a new unpaintable widget to the unpaintableWidgets list.
adoptKeyCode(int) - Method in class org.kalmeo.kuix.core.KuixCanvas
Used to adopt key code to predefined constances, which are platform independent.
alert(String, int, String, String) - Static method in class org.kalmeo.kuix.core.Kuix
Create an open an alert box.
alert(String, int) - Static method in class org.kalmeo.kuix.core.Kuix
Open an alert box with options.
alert(String) - Static method in class org.kalmeo.kuix.core.Kuix
Open an alert box with the message text and default style class.
alert(String, Throwable) - Static method in class org.kalmeo.kuix.core.Kuix
Open an alert box with the Throwable object message and 'alerterror' style class.
alert(Throwable) - Static method in class org.kalmeo.kuix.core.Kuix
Open an alert box with the Throwable object message and 'alerterror' style class.
ALERT_CANCEL - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_DEBUG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_DEBUG_STYLE_CLASS - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_DEFAULT - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_DEFAULT_STYLE_CLASS - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_ERROR - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_ERROR_STYLE_CLASS - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_INFO - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_INFO_STYLE_CLASS - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_NO - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_NO_BUTTON - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_OK - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_QUESTION - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_QUESTION_STYLE_CLASS - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_WARNING - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_WARNING_STYLE_CLASS - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALERT_YES - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ALIGN_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
alignment - Variable in class org.kalmeo.kuix.layout.FlowLayout
 
alignment - Variable in class org.kalmeo.kuix.layout.InlineLayout
 
alignment - Variable in class org.kalmeo.kuix.layout.StaticLayoutData
 
Alignment - Class in org.kalmeo.kuix.util
 
alignX(int, int) - Method in class org.kalmeo.kuix.util.Alignment
Calculte the aligned x coordiante from contentWidth in width
alignY(int, int) - Method in class org.kalmeo.kuix.util.Alignment
Calculte the aligned y coordiante from contentWidth in height
ANCROR_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ANCROR_TAG_HREF_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ANY - Static variable in class org.kalmeo.kuix.widget.TextField
 
AUTO_SCROLL_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

B

BACKGROUND_ALIGN_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BACKGROUND_COLOR_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BACKGROUND_IMAGE_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BACKGROUND_REPEAT_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BACKWARD_TAB_KEY_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BARS_ON_TOP_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
barsOnTop - Variable in class org.kalmeo.kuix.widget.PopupBox
 
barsOnTop - Variable in class org.kalmeo.kuix.widget.Screen
 
bestScrollToChild(Widget, boolean) - Method in class org.kalmeo.kuix.widget.ScrollPane
Arrange the scroll offset according to the child position
bind(Widget) - Method in class org.kalmeo.kuix.core.model.DataProvider
Bind the widget to this DataProvider.
BIND_PROPERTY_START_PATTERN - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
bindInstructions - Variable in class org.kalmeo.kuix.widget.Widget
 
BLACK - Static variable in class org.kalmeo.kuix.util.Color
 
BLUE - Static variable in class org.kalmeo.kuix.util.Color
 
BOLD_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BORDER_ALIGN_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BORDER_COLOR_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BORDER_IMAGE_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BORDER_STROKE_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BORDER_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BorderLayout - Class in org.kalmeo.kuix.layout
 
BorderLayoutData - Class in org.kalmeo.kuix.layout
 
BOTTOM - Static variable in class org.kalmeo.kuix.util.Alignment
 
bottom - Variable in class org.kalmeo.kuix.util.Insets
 
BOTTOM_LEFT - Static variable in class org.kalmeo.kuix.util.Alignment
 
BOTTOM_RIGHT - Static variable in class org.kalmeo.kuix.util.Alignment
 
BREAD_RETURN_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
BREAK_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
bringNear(Widget, Widget, boolean) - Method in class org.kalmeo.kuix.widget.Widget
Bring the widget on top or behind referenceWidget according to the after parameter.
bringToFront(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Bring the widget to the front of the orthers.
Button - Class in org.kalmeo.kuix.widget
This class represents a button.
Button() - Constructor for class org.kalmeo.kuix.widget.Button
Construct a Button
Button(String) - Constructor for class org.kalmeo.kuix.widget.Button
Construct a Button
BUTTON_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

C

callActionMethod(Method) - Static method in class org.kalmeo.kuix.core.Kuix
Call the specified action method
CANCEL_I18N_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
catchChildrenFrom(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Catch all child widgets from widget to move them into this widget.
CENTER - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
CENTER - Static variable in class org.kalmeo.kuix.util.Alignment
 
CheckBox - Class in org.kalmeo.kuix.widget
This class represents a check box.
CheckBox() - Constructor for class org.kalmeo.kuix.widget.CheckBox
Construct a {CheckBox}
CheckBox(String) - Constructor for class org.kalmeo.kuix.widget.CheckBox
Construct a {CheckBox}
CHECKBOX_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
Choice - Class in org.kalmeo.kuix.widget
This class represents a choice.
Choice() - Constructor for class org.kalmeo.kuix.widget.Choice
Construct a Choice
CHOICE_CONTAINER_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
CHOICE_RADIO_GROUP_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
CHOICE_SCREEN_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
CHOICE_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
CLASS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
CLEAN_UP_WHEN_REMOVED_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
cleanUp() - Static method in class org.kalmeo.kuix.core.Kuix
Clean all instances
cleanUp() - Method in class org.kalmeo.kuix.widget.Choice
 
cleanUp() - Method in class org.kalmeo.kuix.widget.Menu
 
cleanUp() - Method in class org.kalmeo.kuix.widget.RadioGroup
 
cleanUp() - Method in class org.kalmeo.kuix.widget.UnpaintableWidget
 
cleanUp() - Method in class org.kalmeo.kuix.widget.Widget
CleanUp all widget's link and propagate the action on its children.
cleanUpChildren() - Method in class org.kalmeo.kuix.widget.Widget
CleanUp all children.
cleanUpWhenRemoved - Variable in class org.kalmeo.kuix.widget.PopupBox
 
cleanUpWhenRemoved - Variable in class org.kalmeo.kuix.widget.Screen
 
CLEAR_MODEL_UPDATE_EVENT_TYPE - Static variable in class org.kalmeo.kuix.core.model.DataProvider
 
clearCachedStyle(boolean) - Method in class org.kalmeo.kuix.widget.PopupBox.PopupBoxMenuItem
 
clearCachedStyle(boolean) - Method in class org.kalmeo.kuix.widget.Screen.ScreenMenu
 
clearCachedStyle(boolean) - Method in class org.kalmeo.kuix.widget.TextArea
 
clearCachedStyle(boolean) - Method in class org.kalmeo.kuix.widget.TextWidget
 
clearCachedStyle(boolean) - Method in class org.kalmeo.kuix.widget.Widget
Clear the cachedStyle.
clearStyleCache(Widget, boolean) - Static method in class org.kalmeo.kuix.core.Kuix
Clear style cache from the specified Widget and its childs
clearUnpaintableWidgets() - Method in class org.kalmeo.kuix.core.KuixCanvas
Remove all unpaintable widgets.
Color - Class in org.kalmeo.kuix.util
 
Color(int) - Constructor for class org.kalmeo.kuix.util.Color
Construct a Color
Color(String) - Constructor for class org.kalmeo.kuix.util.Color
Construct a Color
COLOR_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
colspan - Variable in class org.kalmeo.kuix.util.Span
 
combine(Alignment, Alignment) - Static method in class org.kalmeo.kuix.util.Alignment
Combine verticalAlignment and horizontalAlignment into a new Alignment instance.
commandAction(Command, Displayable) - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
commandAction(Command, Displayable) - Method in class org.kalmeo.kuix.widget.TextField
 
compareTo(LinkedListItem, int) - Method in class org.kalmeo.kuix.core.model.DataProvider
 
compareTo(LinkedListItem, int) - Method in class org.kalmeo.kuix.core.style.Style
 
compareTo(LinkedListItem, int) - Method in class org.kalmeo.kuix.core.style.StyleProperty
 
compareTo(LinkedListItem, int) - Method in class org.kalmeo.kuix.widget.Widget.BindInstruction
 
composeAltertMessage(String, Throwable) - Static method in class org.kalmeo.kuix.core.Kuix
Compose an alert message by using the given message and throwable.
CONSTRAINTS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
container - Variable in class org.kalmeo.kuix.widget.ScrollPane
 
CONTAINER_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
contains(String, DataProvider) - Method in class org.kalmeo.kuix.core.model.DataProvider
Search a LinkedListItem in LinkedList and return true if it's in.
convertAlignment(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertAlignmentArray(String, int, String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertBorderColor(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertBorderImage(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertColor(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertFontFace(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertFontSize(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertFontStyle(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertFPArray(String, int, String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertGap(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertImage(String) - Method in class org.kalmeo.kuix.core.KuixConverter
Syntax : url(src).
convertImageArray(String, int, String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertImageDefinition(String) - Method in class org.kalmeo.kuix.core.KuixConverter
Syntax : src.
convertInset(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertIntArray(String, int, String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertKuixKeyCode(String) - Method in class org.kalmeo.kuix.core.KuixConverter
Convert a key code (like left or right) string definition to internal representation.
convertLayout(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertLayoutData(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertMetrics(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertRepeat(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertRepeatArray(String, int, String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertShortcuts(String) - Method in class org.kalmeo.kuix.core.KuixConverter
Convert a shortcuts (like "left|right=mysAction|1|*") string definition to internal representation.
convertSpan(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertStroke(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertStyleClasses(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertStyleProperty(String, String) - Method in class org.kalmeo.kuix.core.KuixConverter
Convert a property raw data string into a specific object instance.
convertStyleSheets(String, String) - Method in class org.kalmeo.kuix.core.KuixConverter
Extract Style definitions from raw datas and returns an array of Style instances.
convertTransform(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertTransition(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertWeight(String) - Method in class org.kalmeo.kuix.core.KuixConverter
 
convertWidgetTag(String) - Method in class org.kalmeo.kuix.core.KuixConverter
Returns the Class associated with the specified tag, or null if the tag is unknow.
copy() - Method in class org.kalmeo.kuix.core.style.StyleProperty
Returns a copy of this StyleProperty.
countItemValues(String) - Method in class org.kalmeo.kuix.core.model.DataProvider
Returns the count of items assocayed with the specified property.
createNewConverterInstance() - Method in class org.kalmeo.kuix.core.KuixMIDlet
Returns a new KuixConverter object instance.
CURRENT_TABITEM_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
customizeAlertLabels(ByteArrayInputStream, ByteArrayInputStream, ByteArrayInputStream, ByteArrayInputStream) - Static method in class org.kalmeo.kuix.core.Kuix
Cutomize Kuix alert labels.
customizeScreenMenuLabels(ByteArrayInputStream, ByteArrayInputStream) - Static method in class org.kalmeo.kuix.core.Kuix
Cutomize Kuix screen menu labels.
customizeScreenMenuLabels(ByteArrayInputStream, ByteArrayInputStream) - Static method in class org.kalmeo.kuix.widget.Screen
Cutomize Kuix screen menu labels.

D

DataProvider - Class in org.kalmeo.kuix.core.model
This class represent the base object of the Kuix data model.
DataProvider() - Constructor for class org.kalmeo.kuix.core.model.DataProvider
 
DATAPROVIDER_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
DECIMAL - Static variable in class org.kalmeo.kuix.widget.TextField
 
DEFAULT_ALIGN - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_BACKGROUND_ALIGN - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_BACKGROUND_REPEAT - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_BORDER - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_CHARSET_NAME - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
DEFAULT_CSS_RES_FOLDER - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
DEFAULT_GAP - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_I18N_MESSAGES_BUNDLE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
DEFAULT_I18N_RES_FOLDER - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
DEFAULT_IMG_RES_FOLDER - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
DEFAULT_MARGIN - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_MIN_SIZE - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_PADDING - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_SPAN - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_WEIGHT - Static variable in class org.kalmeo.kuix.widget.Widget
 
DEFAULT_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
DEFAULT_XML_RES_FOLDER - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
Desktop - Class in org.kalmeo.kuix.widget
This class represents the Kuix desktop.
Desktop() - Constructor for class org.kalmeo.kuix.widget.Desktop
Construct a Desktop
DESKTOP_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
destroyApp(boolean) - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
destroyImpl() - Method in interface org.kalmeo.kuix.core.KuixInitializer
Invoked to destroy the MIDlet implementation.
destroyImpl() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
DISABLED_PSEUDO_CLASS - Static variable in class org.kalmeo.kuix.widget.FocusableWidget
 
dispatchItemsUpdateEvent(byte, String, DataProvider, LinkedListEnumeration) - Method in class org.kalmeo.kuix.core.model.DataProvider
Dispatch an items update event for a specific property to all binded widgets.
dispatchUpdateEvent(String) - Method in class org.kalmeo.kuix.core.model.DataProvider
Dispatch an update event for a specific property to all binded widgets.
DIV_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
doLayout(Widget) - Method in class org.kalmeo.kuix.layout.BorderLayout
 
doLayout(Widget) - Method in class org.kalmeo.kuix.layout.FlowLayout
 
doLayout(Widget) - Method in class org.kalmeo.kuix.layout.GridLayout
 
doLayout(Widget) - Method in class org.kalmeo.kuix.layout.InlineLayout
 
doLayout(Widget) - Method in interface org.kalmeo.kuix.layout.Layout
Do the layout on the specified Widget
doLayout(Widget) - Method in class org.kalmeo.kuix.layout.StaticLayout
 
doLayout(Widget) - Method in class org.kalmeo.kuix.layout.TableLayout
 
doLayout() - Method in class org.kalmeo.kuix.widget.Desktop
 
doLayout() - Method in class org.kalmeo.kuix.widget.Gauge
 
doLayout() - Method in class org.kalmeo.kuix.widget.Picture
 
doLayout() - Method in class org.kalmeo.kuix.widget.PopupBox
 
doLayout() - Method in class org.kalmeo.kuix.widget.Screen
 
doLayout() - Method in class org.kalmeo.kuix.widget.TabItem
 
doLayout() - Method in class org.kalmeo.kuix.widget.Text
 
doLayout() - Method in class org.kalmeo.kuix.widget.TextField
 
doLayout() - Method in class org.kalmeo.kuix.widget.Widget
Layout the widget if its layout is defined.
DRAG_AND_DROP_CONTAINER_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
DragAndDropContainer - Class in org.kalmeo.kuix.widget
This class represents a drag and drop container.
DragAndDropContainer() - Constructor for class org.kalmeo.kuix.widget.DragAndDropContainer
Construct a DragAndDropContainer
drawDebugInfos(Graphics) - Method in class org.kalmeo.kuix.core.KuixCanvas
Draw debugInfos to the given Graphics

E

EAST - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
EDIT_ON_ALL_KEYS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
EMAILADDR - Static variable in class org.kalmeo.kuix.widget.TextField
 
enabled - Variable in class org.kalmeo.kuix.widget.FocusableWidget
 
ENABLED_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
enumerateItems(String, boolean) - Method in class org.kalmeo.kuix.core.model.DataProvider
Returns the LinkedListEnumeration instance or null if no value is associated with this property.
equals(Object) - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
EXIT_ACTION - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

F

FadeTransition - Class in org.kalmeo.kuix.transition
This class implements a fade transition between two screens.
FadeTransition(int) - Constructor for class org.kalmeo.kuix.transition.FadeTransition
Construct a FadeTransition
fatal(String) - Method in class org.kalmeo.kuix.core.KuixMIDlet
Display a basic lcdui fatal error alert popup with the given message.
fatal(String, Throwable) - Method in class org.kalmeo.kuix.core.KuixMIDlet
Display a basic lcdui fatal error alert popup with the given message and throwable.
FILL - Static variable in class org.kalmeo.kuix.util.Alignment
 
FILL_BOTTOM - Static variable in class org.kalmeo.kuix.util.Alignment
 
FILL_CENTER - Static variable in class org.kalmeo.kuix.util.Alignment
 
FILL_LEFT - Static variable in class org.kalmeo.kuix.util.Alignment
 
FILL_RIGHT - Static variable in class org.kalmeo.kuix.util.Alignment
 
FILL_TOP - Static variable in class org.kalmeo.kuix.util.Alignment
 
FILTER_MODEL_UPDATE_EVENT_TYPE - Static variable in class org.kalmeo.kuix.core.model.DataProvider
 
findFirstScrollPaneParent(Widget) - Method in class org.kalmeo.kuix.core.focus.FocusManager
Try to retrieve the direct or indirect parent scrollPane of the given widget instance.
firstIsLeft - Static variable in class org.kalmeo.kuix.core.Kuix
 
FlowLayout - Class in org.kalmeo.kuix.layout
 
FlowLayout() - Constructor for class org.kalmeo.kuix.layout.FlowLayout
Construct a FlowLayout
FlowLayout(Alignment) - Constructor for class org.kalmeo.kuix.layout.FlowLayout
Construct a FlowLayout
FOCUS_GAINED_EVENT_TYPE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FOCUS_LOOP_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FOCUS_LOST_EVENT_TYPE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
focusable - Variable in class org.kalmeo.kuix.widget.FocusableWidget
 
FOCUSABLE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FocusableWidget - Class in org.kalmeo.kuix.widget
This class is base for all focusable widgets.
FocusableWidget() - Constructor for class org.kalmeo.kuix.widget.FocusableWidget
Construct a FocusableWidget
FocusableWidget(String) - Constructor for class org.kalmeo.kuix.widget.FocusableWidget
Construct a FocusableWidget
FOCUSED - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
focused - Variable in class org.kalmeo.kuix.widget.FocusableWidget
 
FOCUSED_WIDGET_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
focusedWidget - Variable in class org.kalmeo.kuix.core.focus.FocusManager
 
FocusManager - Class in org.kalmeo.kuix.core.focus
 
FocusManager(Widget, boolean) - Constructor for class org.kalmeo.kuix.core.focus.FocusManager
Construct a FocusManager
FONT_FACE_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FONT_SIZE_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FONT_STYLE_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FORWARD_TAB_KEY_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FRAME_DURATION_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FRAME_HEIGHT_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FRAME_SEQUENCE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
FRAME_WIDTH_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

G

Gap - Class in org.kalmeo.kuix.util
 
Gap() - Constructor for class org.kalmeo.kuix.util.Gap
Construct a Gap
Gap(int, int) - Constructor for class org.kalmeo.kuix.util.Gap
Construct a Gap
GAP_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
Gauge - Class in org.kalmeo.kuix.widget
This class represents a gauge.
Gauge() - Constructor for class org.kalmeo.kuix.widget.Gauge
Construct a Gauge
GAUGE_BAR_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
GAUGE_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
getAlign() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getAlign() - Method in class org.kalmeo.kuix.widget.Screen
 
getAlign() - Method in class org.kalmeo.kuix.widget.Widget
Returns the alignment value.
getAppVersion() - Method in class org.kalmeo.kuix.core.KuixMIDlet
Returns the MIDlet version extracted from jad properties.
getArguments() - Method in class org.kalmeo.kuix.util.Method
 
getAttribute(String) - Method in class org.kalmeo.kuix.widget.CheckBox
 
getAttribute(String) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
getAttribute(String) - Method in class org.kalmeo.kuix.widget.Gauge
 
getAttribute(String) - Method in class org.kalmeo.kuix.widget.Picture
 
getAttribute(String) - Method in class org.kalmeo.kuix.widget.RadioButton
 
getAttribute(String) - Method in class org.kalmeo.kuix.widget.RadioGroup
 
getAttribute(String) - Method in class org.kalmeo.kuix.widget.TabFolder
 
getAttribute(String) - Method in class org.kalmeo.kuix.widget.TextWidget
 
getAttribute(String) - Method in class org.kalmeo.kuix.widget.Widget
Returns the value of the specified attribute
getAuthorStyle() - Method in class org.kalmeo.kuix.widget.Widget
 
getAvailablePseudoClasses() - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
getAvailablePseudoClasses() - Method in class org.kalmeo.kuix.widget.Widget
Retuns the list of available pseudo classes.
getBackgroundAlign() - Method in class org.kalmeo.kuix.widget.Widget
Returns the backroundAlign or alignment list if multi alignments are defined.
getBackgroundColor() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getBackgroundColor() - Method in class org.kalmeo.kuix.widget.Widget
Returns the background color value.
getBackgroundImage() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getBackgroundImage() - Method in class org.kalmeo.kuix.widget.Widget
Returns the backroundImage or image list if multi images are defined.
getBackgroundRepeat() - Method in class org.kalmeo.kuix.widget.Widget
Returns the backgroundRepeat or repeat list if multi repeats are defined.
getBackwardTabKey() - Method in class org.kalmeo.kuix.widget.TabFolder
Returns the backwardTabKey.
getBar() - Method in class org.kalmeo.kuix.widget.Gauge
 
getBar() - Method in class org.kalmeo.kuix.widget.ScrollBar
 
getBorder() - Method in class org.kalmeo.kuix.widget.Desktop
 
getBorder() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getBorder() - Method in class org.kalmeo.kuix.widget.Screen
 
getBorder() - Method in class org.kalmeo.kuix.widget.Widget
 
getBorderAlign() - Method in class org.kalmeo.kuix.widget.Widget
Returns the border alignments array.
getBorderColor() - Method in class org.kalmeo.kuix.widget.Widget
Returns the border color array.
getBorderImage() - Method in class org.kalmeo.kuix.widget.Widget
Returns the border image array.
getBorderStroke() - Method in class org.kalmeo.kuix.widget.Widget
Returns the border stroke int value.
getBottomBar() - Method in class org.kalmeo.kuix.widget.PopupBox
Create the bottomBar instance if it doesn't exist and return it.
getBottomBar() - Method in class org.kalmeo.kuix.widget.Screen
Create the internal bottomBar instance if it doesn't exist and return it.
getButton() - Method in class org.kalmeo.kuix.widget.TabItem
 
getButtonsContainer() - Method in class org.kalmeo.kuix.widget.TabFolder
Returns the buttonsContainer.
getCachedMetrics() - Method in class org.kalmeo.kuix.widget.Widget
 
getCanvas() - Static method in class org.kalmeo.kuix.core.Kuix
Returns the KuixCanvas unique instance.
getChild() - Method in class org.kalmeo.kuix.widget.Widget
Returns the first child of this widget.
getChoiceContainer() - Method in class org.kalmeo.kuix.widget.Choice
 
getColor() - Method in class org.kalmeo.kuix.widget.Widget
Returns the color value.
getConstraints() - Method in class org.kalmeo.kuix.widget.TextField
 
getContainer() - Method in class org.kalmeo.kuix.widget.ScrollPane
 
getContainer() - Method in class org.kalmeo.kuix.widget.TabFolder
Returns the container.
getConverter() - Static method in class org.kalmeo.kuix.core.Kuix
 
getCurrentFocusManager() - Method in class org.kalmeo.kuix.widget.Desktop
 
getCurrentScreen() - Method in class org.kalmeo.kuix.widget.Desktop
 
getCurrentTabItem() - Method in class org.kalmeo.kuix.widget.TabFolder
 
getDataProvider() - Method in class org.kalmeo.kuix.widget.Widget
Returns the associated DataProvider.
getDebugInfos() - Method in class org.kalmeo.kuix.core.KuixCanvas
Returns a String representation of the debug infos.
getDefault() - Static method in class org.kalmeo.kuix.core.KuixMIDlet
 
getDefaultStylePropertyValue(String) - Method in class org.kalmeo.kuix.widget.Button
 
getDefaultStylePropertyValue(String) - Method in class org.kalmeo.kuix.widget.List
 
getDefaultStylePropertyValue(String) - Method in class org.kalmeo.kuix.widget.ListItem
 
getDefaultStylePropertyValue(String) - Method in class org.kalmeo.kuix.widget.Picture
 
getDefaultStylePropertyValue(String) - Method in class org.kalmeo.kuix.widget.PopupBox
 
getDefaultStylePropertyValue(String) - Method in class org.kalmeo.kuix.widget.Screen
 
getDefaultStylePropertyValue(String) - Method in class org.kalmeo.kuix.widget.TabItem
 
getDefaultStylePropertyValue(String) - Method in class org.kalmeo.kuix.widget.TextWidget
 
getDefaultStylePropertyValue(String) - Method in class org.kalmeo.kuix.widget.Widget
Returns the de default style property value for name property, or null.
getDefaultTabItem() - Method in class org.kalmeo.kuix.widget.TabFolder
Returns the defaultTabItem.
getDepth() - Method in class org.kalmeo.kuix.widget.Menu
 
getDesktop() - Method in class org.kalmeo.kuix.core.KuixCanvas
Returns the Desktop instance.
getDesktop() - Method in class org.kalmeo.kuix.widget.Desktop
 
getDesktop() - Method in class org.kalmeo.kuix.widget.Widget
 
getDisplay() - Method in class org.kalmeo.kuix.core.KuixMIDlet
Returns the display object instance.
getDisplayedText() - Method in class org.kalmeo.kuix.widget.TextField
 
getDisplayedText() - Method in class org.kalmeo.kuix.widget.TextWidget
Returns the displayed text.
getDisplayX() - Method in class org.kalmeo.kuix.widget.Widget
Returns the x coordinate of this widget in the display coordinate system.
getDisplayY() - Method in class org.kalmeo.kuix.widget.Widget
Returns the y coordinate of this widget in the display coordinate system.
getDraggedWidget() - Method in class org.kalmeo.kuix.widget.Desktop
 
getFirstInternalMenu() - Method in class org.kalmeo.kuix.widget.Screen
Create the internal firstMenu instance if it doesn't exist and return it.
getFirstItem(String) - Method in class org.kalmeo.kuix.core.model.DataProvider
Returns the first DataProvider item of the property items list or null if the list is empty or doesn't exists.
getFirstMenu() - Method in class org.kalmeo.kuix.widget.Screen
Create the firstMenu instance if it doesn't exist and return it.
getFirstMenuItem() - Method in class org.kalmeo.kuix.widget.PopupBox
Create the firstMenuItem instance if it doesn't exist and return it.
getFocusedWidget() - Method in class org.kalmeo.kuix.core.focus.FocusManager
Returns the focused widget.
getFocusManager() - Method in class org.kalmeo.kuix.widget.Desktop
 
getFocusManager() - Method in class org.kalmeo.kuix.widget.Menu.MenuPopup
 
getFocusManager() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getFocusManager() - Method in class org.kalmeo.kuix.widget.Screen
 
getFocusManager() - Method in class org.kalmeo.kuix.widget.TabItem
 
getFocusManager() - Method in class org.kalmeo.kuix.widget.Widget
Used for popup like widgets
getFont() - Method in class org.kalmeo.kuix.widget.TextWidget
 
getForwardTabKey() - Method in class org.kalmeo.kuix.widget.TabFolder
Returns the forwardTabKey.
getFrameHandler() - Static method in class org.kalmeo.kuix.core.Kuix
 
getGap() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getGap() - Method in class org.kalmeo.kuix.widget.Screen
 
getGap() - Method in class org.kalmeo.kuix.widget.TextArea
 
getGap() - Method in class org.kalmeo.kuix.widget.Widget
Returns the gap value.
getGrayedColor() - Method in class org.kalmeo.kuix.widget.Widget
Returns the grayedColor.
getHeight() - Method in class org.kalmeo.kuix.widget.Widget
 
getIcon() - Method in class org.kalmeo.kuix.widget.TabItem
 
getId() - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
getId() - Method in class org.kalmeo.kuix.widget.Widget
Returns the id.
getImage() - Method in class org.kalmeo.kuix.widget.Picture
 
getIncrement() - Method in class org.kalmeo.kuix.widget.Gauge
 
getInheritedTag() - Method in class org.kalmeo.kuix.widget.PopupBox.PopupBoxMenuItem
 
getInheritedTag() - Method in class org.kalmeo.kuix.widget.Widget
Returns the inheritedTag.
getInitializationBackgroundColor() - Method in interface org.kalmeo.kuix.core.KuixInitializer
Returns the initalization background color.
getInitializationBackgroundColor() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
getInitializationImageFile() - Method in interface org.kalmeo.kuix.core.KuixInitializer
Returns the initalization message (e.g.
getInitializationImageFile() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
getInitializationMessage() - Method in interface org.kalmeo.kuix.core.KuixInitializer
Returns the initalization message (e.g.
getInitializationMessage() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
getInitializationMessageColor() - Method in interface org.kalmeo.kuix.core.KuixInitializer
Returns the initalization message color.
getInitializationMessageColor() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
getInitializer() - Method in class org.kalmeo.kuix.core.KuixCanvas
Returns the KuixInitializer instance.
getInnerHeight() - Method in class org.kalmeo.kuix.widget.Widget
Return the inner height of this widget (exluding margin, border and padding).
getInnerWidth() - Method in class org.kalmeo.kuix.widget.Widget
Return the inner width of this widget (exluding margin, border and padding).
getInsets() - Method in class org.kalmeo.kuix.widget.Widget
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.Choice
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.Gauge
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.Menu
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.PopupBox
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.Screen
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.ScrollBar
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.ScrollPane
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.TabFolder
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.TabItem
 
getInternalChildInstance(String) - Method in class org.kalmeo.kuix.widget.Widget
Returns the first internal child instance corresponding to the given tag.
getItemsValue(String) - Method in class org.kalmeo.kuix.core.model.DataProvider
Returns the property associated items value, or null if the property has no value or value is not a LinkedList.
getItemWidget(DataProvider) - Method in class org.kalmeo.kuix.widget.List
 
getLabel() - Method in class org.kalmeo.kuix.widget.TabItem
 
getLastChild() - Method in class org.kalmeo.kuix.widget.Widget
Returns the last child of this widget.
getLastItem(String) - Method in class org.kalmeo.kuix.core.model.DataProvider
Returns the last DataProvider item of the property items list or null if the list is empty or doesn't exists.
getLayout() - Method in class org.kalmeo.kuix.widget.Choice
 
getLayout() - Method in class org.kalmeo.kuix.widget.Desktop
 
getLayout() - Method in class org.kalmeo.kuix.widget.Gauge
 
getLayout() - Method in class org.kalmeo.kuix.widget.Picture
 
getLayout() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getLayout() - Method in class org.kalmeo.kuix.widget.Screen
 
getLayout() - Method in class org.kalmeo.kuix.widget.Screen.ScreenBar
 
getLayout() - Method in class org.kalmeo.kuix.widget.ScrollBar
 
getLayout() - Method in class org.kalmeo.kuix.widget.ScrollPane
 
getLayout() - Method in class org.kalmeo.kuix.widget.TabFolder
 
getLayout() - Method in class org.kalmeo.kuix.widget.Text
 
getLayout() - Method in class org.kalmeo.kuix.widget.TextArea
 
getLayout() - Method in class org.kalmeo.kuix.widget.Widget
 
getLayoutData() - Method in class org.kalmeo.kuix.widget.Desktop
 
getLayoutData() - Method in class org.kalmeo.kuix.widget.Menu.MenuPopup
 
getLayoutData() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getLayoutData() - Method in class org.kalmeo.kuix.widget.PopupBox.PopupBoxMenuItem
 
getLayoutData() - Method in class org.kalmeo.kuix.widget.Screen.ScreenBar
 
getLayoutData() - Method in class org.kalmeo.kuix.widget.Screen.ScreenMenu
 
getLayoutData() - Method in class org.kalmeo.kuix.widget.TabItem
 
getLayoutData() - Method in class org.kalmeo.kuix.widget.Widget
 
getLocale() - Static method in class org.kalmeo.kuix.core.Kuix
Returns the last used locale, or null if never set.
getMargin() - Method in class org.kalmeo.kuix.widget.Desktop
 
getMargin() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getMargin() - Method in class org.kalmeo.kuix.widget.Screen
 
getMargin() - Method in class org.kalmeo.kuix.widget.Widget
 
getMaxSize() - Method in class org.kalmeo.kuix.widget.TextField
 
getMenu() - Method in class org.kalmeo.kuix.widget.Menu.MenuPopup
 
getMessage(String) - Static method in class org.kalmeo.kuix.core.Kuix
Finds a localized string in a message bundle.
getMessage(String, Object[]) - Static method in class org.kalmeo.kuix.core.Kuix
Finds a localized string in a message bundle and formats the message by passing requested parameters.
getMIDlet() - Method in interface org.kalmeo.kuix.core.KuixInitializer
Returns the application MIDlet instance.
getMIDlet() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
getMinSize() - Method in class org.kalmeo.kuix.widget.Widget
 
getName() - Method in class org.kalmeo.kuix.core.style.StyleProperty
Returns the name of the styleProperty.
getName() - Method in class org.kalmeo.kuix.util.Method
 
getNext() - Method in class org.kalmeo.kuix.core.model.DataProvider
 
getNext() - Method in class org.kalmeo.kuix.core.style.Style
 
getNext() - Method in class org.kalmeo.kuix.core.style.StyleProperty
 
getNext() - Method in class org.kalmeo.kuix.widget.Widget.BindInstruction
 
getOnAction() - Method in class org.kalmeo.kuix.widget.ActionWidget
 
getOnChange() - Method in class org.kalmeo.kuix.widget.Gauge
 
getOnChange() - Method in class org.kalmeo.kuix.widget.RadioGroup
 
getOnChange() - Method in class org.kalmeo.kuix.widget.TextField
 
getOnFocus() - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
getOnLostFocus() - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
getOnSelect() - Method in class org.kalmeo.kuix.widget.CheckBox
 
getOnUnselect() - Method in class org.kalmeo.kuix.widget.CheckBox
 
getOtherFocus(Widget, Widget, Widget, boolean, Alignment, boolean, boolean, boolean) - Method in class org.kalmeo.kuix.widget.Widget
Returns the previous or next focusable Widget according to the forward parameter.
getPadding() - Method in class org.kalmeo.kuix.widget.Desktop
 
getPadding() - Method in class org.kalmeo.kuix.widget.PopupBox
 
getPadding() - Method in class org.kalmeo.kuix.widget.Screen
 
getPadding() - Method in class org.kalmeo.kuix.widget.Widget
 
getPlatformName() - Method in class org.kalmeo.kuix.core.KuixCanvas
name of curent platform
getPopup() - Method in class org.kalmeo.kuix.widget.Menu
 
getPopupBoxMenuItem(int) - Method in class org.kalmeo.kuix.widget.PopupBox
Returns the Screen.ScreenMenu that correspond to the given kuixKeyCode.
getPreferredSize(int) - Method in class org.kalmeo.kuix.widget.Picture
 
getPreferredSize(int) - Method in class org.kalmeo.kuix.widget.Text
 
getPreferredSize(int) - Method in class org.kalmeo.kuix.widget.TextArea
 
getPreferredSize(int) - Method in class org.kalmeo.kuix.widget.Widget
Returns the prefered size of this Widget
getPrevious() - Method in class org.kalmeo.kuix.core.model.DataProvider
 
getPrevious() - Method in class org.kalmeo.kuix.core.style.Style
 
getPrevious() - Method in class org.kalmeo.kuix.core.style.StyleProperty
 
getPrevious() - Method in class org.kalmeo.kuix.widget.Widget.BindInstruction
 
getProperties() - Method in class org.kalmeo.kuix.core.style.Style
 
getProperty(String) - Method in class org.kalmeo.kuix.core.style.Style
Returns the StyleProperty corresponding to the name or null if it does not exist
getPseudoClasses() - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
getRadioGroup() - Method in class org.kalmeo.kuix.widget.Choice
 
getRadioGroup() - Method in class org.kalmeo.kuix.widget.RadioButton
 
getRenderer() - Method in class org.kalmeo.kuix.widget.List
 
getResourceAsByteArrayInputStream(Class, String) - Static method in class org.kalmeo.kuix.core.Kuix
Convert resource to a ByteArrayInputStream.
getRGB() - Method in class org.kalmeo.kuix.util.Color
 
getScreen() - Method in class org.kalmeo.kuix.widget.Choice
 
getScreenMenu(int) - Method in class org.kalmeo.kuix.widget.Screen
Returns the Screen.ScreenMenu that correspond to the given kuixKeyCode.
getScrollBar() - Method in class org.kalmeo.kuix.widget.ScrollPane
Return the ScrollBar instance.
getSecondInternalMenu() - Method in class org.kalmeo.kuix.widget.Screen
Create the internal secondMenu instance if it doesn't exist and return it.
getSecondMenu() - Method in class org.kalmeo.kuix.widget.Screen
Create the secondMenu instance if it doesn't exist and return it.
getSecondMenuItem() - Method in class org.kalmeo.kuix.widget.PopupBox
Create the secondMenuItem instance if it doesn't exist and return it.
getSelectedRadioButton() - Method in class org.kalmeo.kuix.widget.RadioGroup
 
getSelection() - Method in class org.kalmeo.kuix.widget.ScrollBar
Return a fixed-point integer representing the selection
getSelector() - Method in class org.kalmeo.kuix.core.style.Style
 
getSpan() - Method in class org.kalmeo.kuix.widget.Widget
Returns the span value.
getStringValue(String) - Method in class org.kalmeo.kuix.core.model.DataProvider
Returns the property associated string value, or null if the property has no value or value is not a string.
getStyleClass() - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
getStyleClasses() - Method in class org.kalmeo.kuix.widget.Widget
Returns styleClasses.
getStylePropertyValue(String, boolean) - Method in class org.kalmeo.kuix.widget.Widget
Return the specified style property value repr�senting by the name, or null.
getStyles(Widget) - Static method in class org.kalmeo.kuix.core.Kuix
Returns the list of Style associated to the widget or null if no style was found.
getStyles() - Method in class org.kalmeo.kuix.widget.Widget
Returns the list of Style that correspond to this Widget or null if no style is registered for this widget
getTag() - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
getTag() - Method in class org.kalmeo.kuix.widget.Widget
Returns the tag.
getText() - Method in class org.kalmeo.kuix.widget.TextWidget
Returns the text value.
getTitle() - Method in class org.kalmeo.kuix.widget.TextField
 
getTitleText() - Method in class org.kalmeo.kuix.widget.Screen
 
getTooltip() - Method in class org.kalmeo.kuix.widget.TextField
 
getTopBar() - Method in class org.kalmeo.kuix.widget.Screen
Create the internal topBar instance if it doesn't exist and return it.
getTransition() - Method in class org.kalmeo.kuix.widget.Screen
 
getUserDefinedValue(String) - Method in class org.kalmeo.kuix.core.model.DataProvider
Returns the user defined value corresponding the given property.
getValue(String) - Method in class org.kalmeo.kuix.core.model.DataProvider
Returns the value (user defined values and items values) corresponding the given property.
getValue() - Method in class org.kalmeo.kuix.core.style.StyleProperty
Retuns the value of the styleProperty.
getValue() - Method in class org.kalmeo.kuix.widget.Gauge
 
getValue() - Method in class org.kalmeo.kuix.widget.RadioButton
 
getValue() - Method in class org.kalmeo.kuix.widget.RadioGroup
 
getValue() - Method in class org.kalmeo.kuix.widget.ScrollBar
Return a fixed-point integer representing the value
getVirtualFocusedWidget() - Method in class org.kalmeo.kuix.core.focus.FocusManager
Returns the focused widget.
getWeight() - Method in class org.kalmeo.kuix.widget.Widget
Returns the weight value.
getWidget(String) - Method in class org.kalmeo.kuix.widget.Choice
 
getWidget(String) - Method in class org.kalmeo.kuix.widget.Desktop
 
getWidget(String) - Method in class org.kalmeo.kuix.widget.Widget
Returns the Widget witch correspond to the id, or null
getWidgetAt(int, int) - Method in class org.kalmeo.kuix.widget.Widget
Returns the child widget under mx, my point
getWidgetAt(int, int, int, int, int, int) - Method in class org.kalmeo.kuix.widget.Widget
Returns the child widget under mx, my point and specify the x, y, width and height of search.
getWidth() - Method in class org.kalmeo.kuix.widget.Widget
 
getX() - Method in class org.kalmeo.kuix.widget.Widget
Returns the x coordinate of this widget in its parent coordinate system.
getXmlResourceInputStream(String) - Static method in class org.kalmeo.kuix.core.Kuix
Returns a new InputStream relative to the desired xmlFilePath.
getY() - Method in class org.kalmeo.kuix.widget.Widget
Returns the y coordinate of this widget in its parent coordinate system.
giveFocusToNearestWidget() - Method in class org.kalmeo.kuix.widget.FocusableWidget
Give the focus to the nearest focusable widget.
GRAYED_COLOR_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
GREEN - Static variable in class org.kalmeo.kuix.util.Color
 
GridLayout - Class in org.kalmeo.kuix.layout
 
GridLayout() - Constructor for class org.kalmeo.kuix.layout.GridLayout
Construct a GridLayout
GridLayout(int, int) - Constructor for class org.kalmeo.kuix.layout.GridLayout
Construct a GridLayout
GROUP_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

H

hasBindInstruction() - Method in class org.kalmeo.kuix.widget.Widget
 
hasClass() - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
hasId() - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
hasParent() - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
hasProperty(String) - Method in class org.kalmeo.kuix.widget.Widget.BindInstruction
 
hasPseudoClass() - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
hasShortcutKeyCodes(byte) - Method in class org.kalmeo.kuix.widget.Widget
 
hasShortcuts() - Method in class org.kalmeo.kuix.widget.Widget
 
hasTag() - Method in class org.kalmeo.kuix.core.style.StyleSelector
 
height - Variable in class org.kalmeo.kuix.layout.StaticLayoutData
 
height - Variable in class org.kalmeo.kuix.util.Metrics
 
hide() - Method in class org.kalmeo.kuix.widget.Menu.MenuPopup
Hide this Menu.MenuPopup
hideAllMenuPopups() - Static method in class org.kalmeo.kuix.widget.Menu
Hide all visible menuPopups
hideMenuTree() - Method in class org.kalmeo.kuix.widget.Menu
Hide the menu tree
hideMenuTree() - Method in class org.kalmeo.kuix.widget.Screen.ScreenMenu
 
hideNotify() - Method in class org.kalmeo.kuix.core.KuixCanvas
 
hidePopup() - Method in class org.kalmeo.kuix.widget.Menu
Close the menuPopup
horizontal - Variable in class org.kalmeo.kuix.layout.InlineLayout
 
HORIZONTAL_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
horizontalGap - Variable in class org.kalmeo.kuix.util.Gap
 
HOVER_PSEUDO_CLASS - Static variable in class org.kalmeo.kuix.widget.FocusableWidget
 
HYPERLINK_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

I

ICON_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ID_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
IMAGE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
IMAGE_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
IMAGE_TAG_SRC_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
INCLUDE_KEYWORD_PATTERN - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
INCREMENT_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
init(Image, Image) - Method in class org.kalmeo.kuix.transition.FadeTransition
 
init(Image, Image) - Method in class org.kalmeo.kuix.transition.SlideTransition
 
init(Image, Image) - Method in interface org.kalmeo.kuix.transition.Transition
This method is called before the transition starts.
initDesktopContent(Desktop) - Method in interface org.kalmeo.kuix.core.KuixInitializer
Init the Desktop's content.
initDesktopContent(Desktop) - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
initDesktopStyles() - Method in interface org.kalmeo.kuix.core.KuixInitializer
Implement in this method all your style initializations (e.g.
initDesktopStyles() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
initI18nSupport() - Static method in class org.kalmeo.kuix.core.Kuix
Initializes internationalization support based on currently set locale (obtained from "microedition.locale" system property).
initI18nSupport(String) - Static method in class org.kalmeo.kuix.core.Kuix
Explicit initialization of the internationalization support.
initI18nSupport(String, String) - Static method in class org.kalmeo.kuix.core.Kuix
Explicit initialization of the internationalization support.
INITIAL_CAPS_SENTENCE - Static variable in class org.kalmeo.kuix.widget.TextField
 
INITIAL_CAPS_WORD - Static variable in class org.kalmeo.kuix.widget.TextField
 
initialize(Display, KuixCanvas, KuixConverter) - Static method in class org.kalmeo.kuix.core.Kuix
Initialize the Kuix engine be giving the KuixCanvas object instance.
initialize() - Method in class org.kalmeo.kuix.core.KuixCanvas
Initialize the Canvas
InlineLayout - Class in org.kalmeo.kuix.layout
 
InlineLayout() - Constructor for class org.kalmeo.kuix.layout.InlineLayout
Construct an InlineLayout
InlineLayout(boolean) - Constructor for class org.kalmeo.kuix.layout.InlineLayout
Construct an InlineLayout
InlineLayout(boolean, Alignment) - Constructor for class org.kalmeo.kuix.layout.InlineLayout
Construct a InlineLayout
insetHeight - Variable in class org.kalmeo.kuix.widget.Text
 
Insets - Class in org.kalmeo.kuix.util
An Insets object is a representation of the borders of a container.
Insets() - Constructor for class org.kalmeo.kuix.util.Insets
Creates and initializes a new Insets object with null values
Insets(int, int, int, int) - Constructor for class org.kalmeo.kuix.util.Insets
Creates and initializes a new Insets object with the specified top, left, bottom, and right insets.
instance - Static variable in class org.kalmeo.kuix.layout.BorderLayout
 
instance - Static variable in class org.kalmeo.kuix.layout.StaticLayout
 
instance - Static variable in class org.kalmeo.kuix.layout.TableLayout
 
instanceCenter - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
instanceEast - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
instanceFull - Static variable in class org.kalmeo.kuix.layout.StaticLayoutData
 
instanceNorth - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
instanceOneByOne - Static variable in class org.kalmeo.kuix.layout.GridLayout
 
instanceSouth - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
instanceWest - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
internalSetSelected(boolean, boolean) - Method in class org.kalmeo.kuix.widget.RadioButton
Used to intercept selection change and propagate the event to the ragio groupg according to propagateToRadioGroup value.
internalSetSelected(boolean, boolean) - Method in class org.kalmeo.kuix.widget.TabItem
 
invalidate(Widget) - Method in class org.kalmeo.kuix.widget.Desktop
 
invalidate(Widget) - Method in class org.kalmeo.kuix.widget.ScrollPane
 
invalidate() - Method in class org.kalmeo.kuix.widget.Widget
Invalidate the widget's size and position and propagate the information to its parent.
invalidate(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Invalidate the widget's size and position and propagate the information to its parent.
invalidateAppearance() - Method in class org.kalmeo.kuix.widget.Widget
Invalidate appearance of full widget's region.
invalidateAppearanceRegion(int, int, int, int) - Method in class org.kalmeo.kuix.widget.Desktop
 
invalidateAppearanceRegion(int, int, int, int) - Method in class org.kalmeo.kuix.widget.Widget
Invalidate a specific region.
invalidateStylePropertiesCache(boolean) - Method in class org.kalmeo.kuix.widget.Widget
Invalidate all style properties cache.
isAutoScroll() - Method in class org.kalmeo.kuix.widget.ScrollPane
 
isBarsOnTop() - Method in class org.kalmeo.kuix.widget.PopupBox
 
isBarsOnTop() - Method in class org.kalmeo.kuix.widget.Screen
 
isBottom() - Method in class org.kalmeo.kuix.util.Alignment
 
isChildInsideClippedArea(Widget) - Method in class org.kalmeo.kuix.widget.ScrollPane
Check if the given child widget has a part of its area in the ScrollPane clipped area.
isCleanUpWhenRemoved() - Method in class org.kalmeo.kuix.widget.PopupBox
 
isCleanUpWhenRemoved() - Method in class org.kalmeo.kuix.widget.Screen
 
isDebugInfosEnabled() - Method in class org.kalmeo.kuix.core.KuixCanvas
 
isEditOnAllKeys() - Method in class org.kalmeo.kuix.widget.TextField
 
isEmpty() - Method in class org.kalmeo.kuix.util.Metrics
Tests whether or not this Metrics represents an empty region.
isEnabled() - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
isEnabled() - Method in class org.kalmeo.kuix.widget.TabItem
 
isFill() - Method in class org.kalmeo.kuix.util.Alignment
 
isFocusable() - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
isFocusable() - Method in class org.kalmeo.kuix.widget.PopupBox
 
isFocusable() - Method in class org.kalmeo.kuix.widget.PopupBox.PopupBoxMenuItem
 
isFocusable() - Method in class org.kalmeo.kuix.widget.Screen.ScreenMenu
 
isFocusable() - Method in class org.kalmeo.kuix.widget.TabItem.TabItemButton
 
isFocusable() - Method in class org.kalmeo.kuix.widget.TextField
 
isFocusable() - Method in class org.kalmeo.kuix.widget.TextWidget
 
isFocusable() - Method in class org.kalmeo.kuix.widget.Widget
Check if this Widget is focusable.
isFocused() - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
isFocused() - Method in class org.kalmeo.kuix.widget.Widget
Check if this Widget is focused.
isFocusWidgetChild() - Method in class org.kalmeo.kuix.widget.TabFolder
 
isFocusWidgetChild() - Method in class org.kalmeo.kuix.widget.Widget
Check if this Widget is a child of a focused widget.
isFullscreen() - Method in class org.kalmeo.kuix.core.KuixMIDlet
Overide this method to customize your KuixMIDlet fullscreen attribute.
isHorizontal() - Method in class org.kalmeo.kuix.widget.ScrollBar
 
isHorizontal() - Method in class org.kalmeo.kuix.widget.ScrollPane
 
isHorizontalCenter() - Method in class org.kalmeo.kuix.util.Alignment
 
isIndividualyVisible() - Method in class org.kalmeo.kuix.widget.Widget
Returns the widget only visibility state.
isInitialized() - Static method in class org.kalmeo.kuix.core.Kuix
Returns the Kuix engine initialization state.
isInvalidated() - Method in class org.kalmeo.kuix.widget.Widget
Returns the widget's invalidate status.
isInWidgetTree() - Method in class org.kalmeo.kuix.widget.Desktop
 
isInWidgetTree() - Method in class org.kalmeo.kuix.widget.Widget
 
isLeft() - Method in class org.kalmeo.kuix.util.Alignment
 
isLoop() - Method in class org.kalmeo.kuix.core.focus.FocusManager
 
isMarkerWidget(Widget) - Method in class org.kalmeo.kuix.widget.ScrollPane
Check if widget is one of the ScrollPane markers.
isNone(String) - Method in class org.kalmeo.kuix.core.KuixConverter
Check if the given rawData is 'none'
isObjectAttribute(String) - Method in class org.kalmeo.kuix.widget.List
 
isObjectAttribute(String) - Method in class org.kalmeo.kuix.widget.Picture
 
isObjectAttribute(String) - Method in class org.kalmeo.kuix.widget.Widget
Check if the given attribute require an Object value.
isPseudoClassCompatible(String) - Method in class org.kalmeo.kuix.widget.CheckBox
 
isPseudoClassCompatible(String) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
isPseudoClassCompatible(String) - Method in class org.kalmeo.kuix.widget.Widget
 
isRight() - Method in class org.kalmeo.kuix.util.Alignment
 
isSelected() - Method in class org.kalmeo.kuix.widget.CheckBox
 
isSelected() - Method in class org.kalmeo.kuix.widget.TabItem
 
isShortcutKeyCodeCompatible(int, byte) - Method in class org.kalmeo.kuix.widget.Widget
Check if a kuixKeyCode is compatible with widget's shortcuts.
isShowScrollBar() - Method in class org.kalmeo.kuix.widget.ScrollPane
 
isStyled() - Method in class org.kalmeo.kuix.widget.TextArea
 
isTop() - Method in class org.kalmeo.kuix.util.Alignment
 
isVerticalCenter() - Method in class org.kalmeo.kuix.util.Alignment
 
isVisible() - Method in class org.kalmeo.kuix.widget.Widget
Returns the widget's visibility state.
ITALIC_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ITEMS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

K

KEY_PRESSED_EVENT_TYPE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KEY_RELEASED_EVENT_TYPE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KEY_REPEATED_EVENT_TYPE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
keyPressed(int) - Method in class org.kalmeo.kuix.core.KuixCanvas
 
keyReleased(int) - Method in class org.kalmeo.kuix.core.KuixCanvas
 
keyRepeated(int) - Method in class org.kalmeo.kuix.core.KuixCanvas
 
Kuix - Class in org.kalmeo.kuix.core
This class is the central class for Kuix framework management.
KUIX_DEBUG_INFOS_KEY_APP_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_DEFAULT_I18N_MESSAGES_BUNDLE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_DESKTOP_BOUNDS_APP_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_FRAME_DURATION_APP_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_0 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_1 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_2 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_3 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_4 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_5 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_6 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_7 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_8 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_9 - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_BACK - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_DELETE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_DOWN - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_FIRE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_LEFT - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_PENCIL - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_POUND - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_RIGHT - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_SOFT_LEFT - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_SOFT_RIGHT - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_STAR - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_KEY_UP - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KUIX_LOCALE_APP_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
KuixCanvas - Class in org.kalmeo.kuix.core
This is the Kuix implementation of the J2ME GameCanvas.
KuixCanvas(KuixInitializer, boolean) - Constructor for class org.kalmeo.kuix.core.KuixCanvas
Construct a KuixCanvas.
KuixConstants - Interface in org.kalmeo.kuix.core
 
KuixConverter - Class in org.kalmeo.kuix.core
This converter is the default converter for Kuix basic widgets, style, styleProperties.
KuixConverter() - Constructor for class org.kalmeo.kuix.core.KuixConverter
 
KuixInitializer - Interface in org.kalmeo.kuix.core
This interface permit to implements custom value during Kuix engine init process.
KuixMIDlet - Class in org.kalmeo.kuix.core
This class derived the J2ME MIDlet and is the base of all Kuix applications.
KuixMIDlet() - Constructor for class org.kalmeo.kuix.core.KuixMIDlet
Construct a KuixMIDlet

L

LABEL_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
Layout - Interface in org.kalmeo.kuix.layout
 
LAYOUT_DATA_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
LAYOUT_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
LayoutData - Interface in org.kalmeo.kuix.layout
 
LEFT - Static variable in class org.kalmeo.kuix.util.Alignment
 
left - Variable in class org.kalmeo.kuix.util.Insets
 
List - Class in org.kalmeo.kuix.widget
This class represents a list.
List() - Constructor for class org.kalmeo.kuix.widget.List
Construct a List
List(String) - Constructor for class org.kalmeo.kuix.widget.List
Construct a List
LIST_ITEM_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
LIST_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ListItem - Class in org.kalmeo.kuix.widget
This class represents a list item.
ListItem() - Constructor for class org.kalmeo.kuix.widget.ListItem
Construct a ListItem
ListItem(String) - Constructor for class org.kalmeo.kuix.widget.ListItem
Construct a ListItem
loadCss(String) - Static method in class org.kalmeo.kuix.core.Kuix
Parse an load a CSS style definitions and register it into the StyleManager.
loadCss(InputStream) - Static method in class org.kalmeo.kuix.core.Kuix
Parse an load a CSS style definitions and register them.
loadI18nBundle(String) - Static method in class org.kalmeo.kuix.core.Kuix
Load a new bundle and append messages to the messages table.
loadMenuContent(Menu, String, DataProvider) - Static method in class org.kalmeo.kuix.core.Kuix
Reload the menu content from an xml definition.
loadMenuContent(Menu, InputStream, DataProvider) - Static method in class org.kalmeo.kuix.core.Kuix
Reload the first menu content from an xml definition provides by an inputStream.
loadScreen(String, DataProvider) - Static method in class org.kalmeo.kuix.core.Kuix
Load a Screen widget from a XML file.
loadScreen(InputStream, DataProvider) - Static method in class org.kalmeo.kuix.core.Kuix
Load a Screen widget from an XML InputStream.
loadWidget(String, DataProvider) - Static method in class org.kalmeo.kuix.core.Kuix
Load a Widget from a XML file.
loadWidget(InputStream, DataProvider) - Static method in class org.kalmeo.kuix.core.Kuix
Load a Widget from an XML InputStream.
loadXml(Widget, InputStream) - Static method in class org.kalmeo.kuix.core.Kuix
Parse and load an XML UI definition and place the content as child of rootWidget.
loadXml(Widget, InputStream, DataProvider) - Static method in class org.kalmeo.kuix.core.Kuix
Parse and load an XML UI definition and place the content as child of rootWidget.
loadXml(Widget, InputStream, DataProvider, boolean, boolean) - Static method in class org.kalmeo.kuix.core.Kuix
Parse an load an XML ui definition and place the content as child of rootWidget.

M

MARGIN_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
markAsValidate() - Method in class org.kalmeo.kuix.widget.Widget
Mark this widget as validate
MAX_SIZE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
measurePreferredSize(Widget, int, Metrics) - Method in class org.kalmeo.kuix.layout.BorderLayout
 
measurePreferredSize(Widget, int, Metrics) - Method in class org.kalmeo.kuix.layout.FlowLayout
 
measurePreferredSize(Widget, int, Metrics) - Method in class org.kalmeo.kuix.layout.GridLayout
 
measurePreferredSize(Widget, int, Metrics) - Method in class org.kalmeo.kuix.layout.InlineLayout
 
measurePreferredSize(Widget, int, Metrics) - Method in interface org.kalmeo.kuix.layout.Layout
Returns the Metrics that represents the widget's preferedSize
measurePreferredSize(Widget, int, Metrics) - Method in class org.kalmeo.kuix.layout.StaticLayout
 
measurePreferredSize(Widget, int, Metrics) - Method in class org.kalmeo.kuix.layout.TableLayout
 
Menu - Class in org.kalmeo.kuix.widget
This class represents a menu.
Menu() - Constructor for class org.kalmeo.kuix.widget.Menu
Construct a Menu
Menu(String) - Constructor for class org.kalmeo.kuix.widget.Menu
Construct a Menu
Menu.MenuPopup - Class in org.kalmeo.kuix.widget
This class represents a menu popup
Menu.MenuPopup() - Constructor for class org.kalmeo.kuix.widget.Menu.MenuPopup
Construct a Menu.MenuPopup
MENU_ITEM_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
MENU_POPUP_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
MENU_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
MenuItem - Class in org.kalmeo.kuix.widget
This class represents a menu item.
MenuItem() - Constructor for class org.kalmeo.kuix.widget.MenuItem
Construct a MenuItem
MenuItem(String) - Constructor for class org.kalmeo.kuix.widget.MenuItem
Construct a MenuItem
Method - Class in org.kalmeo.kuix.util
 
Method(String) - Constructor for class org.kalmeo.kuix.util.Method
Construct a Method
Metrics - Class in org.kalmeo.kuix.util
 
Metrics() - Constructor for class org.kalmeo.kuix.util.Metrics
Construct a Metrics
Metrics(Widget) - Constructor for class org.kalmeo.kuix.util.Metrics
Construct a Metrics
Metrics(Widget, int, int, int, int) - Constructor for class org.kalmeo.kuix.util.Metrics
Construct a Metrics
MIN_SIZE_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

N

name - Variable in class org.kalmeo.kuix.core.style.StyleSelector
 
needToComputePreferredSize(int) - Method in class org.kalmeo.kuix.widget.Widget
 
newImage - Variable in class org.kalmeo.kuix.transition.SlideTransition
 
next - Variable in class org.kalmeo.kuix.util.Metrics
 
next - Variable in class org.kalmeo.kuix.widget.Widget.BindInstruction
 
next - Variable in class org.kalmeo.kuix.widget.Widget
 
NO_I18N_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
NON_PREDICTIVE - Static variable in class org.kalmeo.kuix.widget.TextField
 
NORTH - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
NOT_DEFINED_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
NULL_KEYWORD - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
numCols - Variable in class org.kalmeo.kuix.layout.GridLayout
 
NUMERIC - Static variable in class org.kalmeo.kuix.widget.TextField
 
numRows - Variable in class org.kalmeo.kuix.layout.GridLayout
 

O

OK_I18N_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
oldImage - Variable in class org.kalmeo.kuix.transition.SlideTransition
 
ON_ACTION_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ON_CHANGE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ON_FOCUS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ON_LOST_FOCUS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ON_SELECT_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ON_UNSELECT_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
onAdded(Widget) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
onAdded(Widget) - Method in class org.kalmeo.kuix.widget.PopupBox
 
onAdded(Widget) - Method in class org.kalmeo.kuix.widget.TabFolder
 
onAdded(Widget) - Method in class org.kalmeo.kuix.widget.TabItem
 
onAdded(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Event called when the widjet is added to parent.
onChildAdded(Widget) - Method in class org.kalmeo.kuix.widget.Desktop
 
onChildAdded(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Event called when the child widjet is added.
onChildRemoved(Widget) - Method in class org.kalmeo.kuix.widget.Desktop
 
onChildRemoved(Widget) - Method in class org.kalmeo.kuix.widget.RadioGroup
 
onChildRemoved(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Event called when the child widjet is removed.
onDestroy() - Method in class org.kalmeo.kuix.core.KuixMIDlet
Call defore destroy process.
onFocus(Widget) - Method in class org.kalmeo.kuix.widget.Text
 
onFocus(Widget) - Method in class org.kalmeo.kuix.widget.TextField
 
onFocus(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Call when the widget or one of its parents gain the focus.
onLostFocus(Widget) - Method in class org.kalmeo.kuix.widget.Text
 
onLostFocus(Widget) - Method in class org.kalmeo.kuix.widget.TextField
 
onLostFocus(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Call when the widget or one of its parents lost the focus.
onPause() - Method in class org.kalmeo.kuix.core.KuixMIDlet
Call before pause process.
onRemoved(Widget) - Method in class org.kalmeo.kuix.widget.Menu.MenuPopup
 
onRemoved(Widget) - Method in class org.kalmeo.kuix.widget.PopupBox
 
onRemoved(Widget) - Method in class org.kalmeo.kuix.widget.Screen
 
onRemoved(Widget) - Method in class org.kalmeo.kuix.widget.TabItem
 
onRemoved(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Event called when the widjet is removed from parent.
onResumed() - Method in class org.kalmeo.kuix.core.KuixMIDlet
Call after resume (unpause) process.
onStarted() - Method in class org.kalmeo.kuix.core.KuixMIDlet
Call after start process.
onWorkerError(WorkerTask, Error) - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
onWorkerException(WorkerTask, Exception) - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
org.kalmeo.kuix.core - package org.kalmeo.kuix.core
 
org.kalmeo.kuix.core.focus - package org.kalmeo.kuix.core.focus
 
org.kalmeo.kuix.core.model - package org.kalmeo.kuix.core.model
 
org.kalmeo.kuix.core.style - package org.kalmeo.kuix.core.style
 
org.kalmeo.kuix.layout - package org.kalmeo.kuix.layout
 
org.kalmeo.kuix.transition - package org.kalmeo.kuix.transition
 
org.kalmeo.kuix.util - package org.kalmeo.kuix.util
 
org.kalmeo.kuix.widget - package org.kalmeo.kuix.widget
 

P

PACKAGE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PADDING_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
paint(Graphics) - Method in class org.kalmeo.kuix.core.KuixCanvas
 
paint(Graphics) - Method in class org.kalmeo.kuix.widget.Desktop
 
paint(Graphics) - Method in class org.kalmeo.kuix.widget.Text
 
paint(Graphics) - Method in class org.kalmeo.kuix.widget.TextField
 
paint(Graphics) - Method in class org.kalmeo.kuix.widget.Widget
Paint the widget itself.
paintBackground(Graphics) - Method in class org.kalmeo.kuix.widget.Widget
Paint the background of this Widget.
paintBorder(Graphics) - Method in class org.kalmeo.kuix.widget.Widget
Paint the widget's border.
paintChildrenImpl(Graphics) - Method in class org.kalmeo.kuix.widget.Picture
 
paintChildrenImpl(Graphics) - Method in class org.kalmeo.kuix.widget.ScrollBar
 
paintChildrenImpl(Graphics) - Method in class org.kalmeo.kuix.widget.Text
 
paintChildrenImpl(Graphics) - Method in class org.kalmeo.kuix.widget.TextArea
 
paintChildrenImpl(Graphics) - Method in class org.kalmeo.kuix.widget.TextField
 
paintChildrenImpl(Graphics) - Method in class org.kalmeo.kuix.widget.Widget
Invoke the paintImpl method on widget's children.
paintImpl(Graphics) - Method in class org.kalmeo.kuix.widget.Desktop
 
paintImpl(Graphics) - Method in class org.kalmeo.kuix.widget.UnpaintableWidget
 
paintImpl(Graphics) - Method in class org.kalmeo.kuix.widget.Widget
Paint the implementation of the widget (itself and its children).
paintMosaicImage(Graphics, Image, int, int, int, int, Alignment, int, int) - Method in class org.kalmeo.kuix.widget.Widget
Paint a cliped zone with mosaic image
PARAGRAPH_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
parent - Variable in class org.kalmeo.kuix.core.style.StyleSelector
 
parent - Variable in class org.kalmeo.kuix.widget.Widget
 
PARSE_PROPERTY_START_PATTERN - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
parseAuthorStyle(String) - Method in class org.kalmeo.kuix.widget.Widget
Set new author style by parsing rawAuthorStyle string.
parseMethod(String, Widget) - Static method in class org.kalmeo.kuix.core.Kuix
Returns the parsed Method, or null if no method could be extract.
PASSWORD - Static variable in class org.kalmeo.kuix.widget.TextField
 
pauseApp() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
PHONENUMBER - Static variable in class org.kalmeo.kuix.widget.TextField
 
Picture - Class in org.kalmeo.kuix.widget
This class represents a picture.
Picture() - Constructor for class org.kalmeo.kuix.widget.Picture
Construct a Picture
PICTURE_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_BLACKBERRY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_INTENT - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_LG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_MOTOROLA - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_NOKIA - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_NOT_DEFINED - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_SAMSUNG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_SIEMENS - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_SONY_ERICSSON - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLATFORM_SUN - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PLEASE_SELECT_I18N_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
POINTER_DRAGGED_EVENT_TYPE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
POINTER_DROPPED_EVENT_TYPE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
POINTER_PRESSED_EVENT_TYPE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
POINTER_RELEASED_EVENT_TYPE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
pointerDragged(int, int) - Method in class org.kalmeo.kuix.core.KuixCanvas
 
pointerPressed(int, int) - Method in class org.kalmeo.kuix.core.KuixCanvas
 
pointerReleased(int, int) - Method in class org.kalmeo.kuix.core.KuixCanvas
 
popup - Variable in class org.kalmeo.kuix.widget.Menu
 
POPUP_BOX_BOTTOM_BAR_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
POPUP_BOX_BUTTONS_CONTAINER_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
POPUP_BOX_CONTAINER_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
POPUP_BOX_FIRST_MENU_ITEM_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
POPUP_BOX_SECOND_MENU_ITEM_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
POPUP_BOX_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PopupBox - Class in org.kalmeo.kuix.widget
This class represents a Kuix popup box.
PopupBox() - Constructor for class org.kalmeo.kuix.widget.PopupBox
Construct a PopupBox
PopupBox.PopupBoxMenuItem - Class in org.kalmeo.kuix.widget
This class represents a popupBox menuItem
PopupBox.PopupBoxMenuItem(String, boolean) - Constructor for class org.kalmeo.kuix.widget.PopupBox.PopupBoxMenuItem
Construct a Screen.ScreenMenu
position - Variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
PRESSED_SHORTCUTS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
previous - Variable in class org.kalmeo.kuix.widget.Widget.BindInstruction
 
previous - Variable in class org.kalmeo.kuix.widget.Widget
 
process(Graphics) - Method in class org.kalmeo.kuix.transition.FadeTransition
 
process(Graphics) - Method in class org.kalmeo.kuix.transition.SlideTransition
 
process(Graphics) - Method in interface org.kalmeo.kuix.transition.Transition
This method is called each frame during the transition.
process() - Method in class org.kalmeo.kuix.widget.Widget.BindInstruction
Process the bindInstruction
processActionEvent() - Method in class org.kalmeo.kuix.widget.ActionWidget
 
processActionEvent() - Method in class org.kalmeo.kuix.widget.CheckBox
 
processActionEvent() - Method in class org.kalmeo.kuix.widget.Choice
 
processActionEvent() - Method in class org.kalmeo.kuix.widget.Menu
 
processActionEvent() - Method in class org.kalmeo.kuix.widget.MenuItem
 
processActionEvent() - Method in class org.kalmeo.kuix.widget.PopupBox.PopupBoxMenuItem
 
processActionEvent() - Method in class org.kalmeo.kuix.widget.Screen.ScreenMenu
 
processActionEvent() - Method in class org.kalmeo.kuix.widget.TabItem.TabItemButton
 
processActionEvent() - Method in class org.kalmeo.kuix.widget.TextField
 
processActionEvent() - Method in class org.kalmeo.kuix.widget.Widget
Process action event
processChangeEvent() - Method in class org.kalmeo.kuix.widget.ScrollBar
Process a value change event produce by a UI action.
processDataBindEvent() - Method in class org.kalmeo.kuix.widget.Widget
 
processDebugInfosKeyEvent() - Method in interface org.kalmeo.kuix.core.KuixInitializer
This method is invoked when a Kuix internal debug infos key event occured.
processDebugInfosKeyEvent() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
processFocusEvent(byte) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
processFocusEvent(byte) - Method in class org.kalmeo.kuix.widget.Widget
Process a focus event
processI18nPattern(String) - Static method in class org.kalmeo.kuix.core.Kuix
Process the internationalization and replace found keys by their values.
processItemsModelUpdateEvent(byte, String, DataProvider, LinkedListEnumeration) - Method in class org.kalmeo.kuix.widget.List
 
processItemsModelUpdateEvent(byte, String, DataProvider, LinkedListEnumeration) - Method in class org.kalmeo.kuix.widget.Widget
Process an items model update event.
processKeyEvent(byte, int) - Method in class org.kalmeo.kuix.core.focus.FocusManager
Process a key event
processKeyEvent(byte, int) - Method in class org.kalmeo.kuix.core.KuixCanvas
Process the key events
processKeyEvent(byte, int) - Method in class org.kalmeo.kuix.widget.ActionWidget
 
processKeyEvent(byte, int) - Method in class org.kalmeo.kuix.widget.Gauge
 
processKeyEvent(byte, int) - Method in class org.kalmeo.kuix.widget.TabFolder
 
processKeyEvent(byte, int) - Method in class org.kalmeo.kuix.widget.TextField
 
processKeyEvent(byte, int) - Method in class org.kalmeo.kuix.widget.Widget
Process a key event
processMenuAction(Menu, boolean, boolean) - Method in class org.kalmeo.kuix.widget.Screen
Process an internal or default menu action.
processModelUpdateEvent(String) - Method in class org.kalmeo.kuix.widget.Widget
Process a model update event.
processNewRadioButtonValue(RadioButton) - Method in class org.kalmeo.kuix.widget.RadioGroup
 
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.core.focus.FocusManager
Process a pointer event
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.core.KuixCanvas
Common process for pointer events
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.widget.ActionWidget
 
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.widget.DragAndDropContainer
 
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.widget.Gauge
 
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.widget.Screen
 
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.widget.ScrollBar
 
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.widget.ScrollPane
 
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.widget.TextField
 
processPointerEvent(byte, int, int) - Method in class org.kalmeo.kuix.widget.Widget
Process a pointer event
processShortcutKeyEvent(byte, int) - Method in class org.kalmeo.kuix.widget.ActionWidget
 
processShortcutKeyEvent(byte, int) - Method in class org.kalmeo.kuix.widget.Widget
Process a shortcut key event
processSoftKeyEvent(byte, int) - Method in class org.kalmeo.kuix.core.focus.FocusManager
Process key event if it's generated by soft key
propagateFocusEvent(Widget, boolean) - Method in class org.kalmeo.kuix.widget.TabFolder
 
propagateFocusEvent(Widget, boolean) - Method in class org.kalmeo.kuix.widget.TextArea
 
propagateFocusEvent(Widget, boolean) - Method in class org.kalmeo.kuix.widget.Widget
Propagate focus lost or gain event to widget's children.
PROPERTY_ALTERNATIVE_SEPRATOR_PATTERN - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PROPERTY_END_PATTERN - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
PSEUDO_CLASSES - Static variable in class org.kalmeo.kuix.widget.CheckBox
 
PSEUDO_CLASSES - Static variable in class org.kalmeo.kuix.widget.FocusableWidget
 
pushPopupFocusManager(FocusManager) - Method in class org.kalmeo.kuix.widget.Desktop
 

R

RADIO_BUTTON_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
RADIO_GROUP_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
RadioButton - Class in org.kalmeo.kuix.widget
This class represents a radio button.
RadioButton() - Constructor for class org.kalmeo.kuix.widget.RadioButton
Construct a RadioButton
RadioGroup - Class in org.kalmeo.kuix.widget
This class represents a radio buttons group.
RadioGroup() - Constructor for class org.kalmeo.kuix.widget.RadioGroup
Construct a RadioGroup
RadioGroup(String) - Constructor for class org.kalmeo.kuix.widget.RadioGroup
Construct a RadioGroup
RED - Static variable in class org.kalmeo.kuix.util.Color
 
registerStyle(Style) - Static method in class org.kalmeo.kuix.core.Kuix
Register a Style.
RELEASED_SHORTCUTS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
remove() - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
remove() - Method in class org.kalmeo.kuix.widget.Widget
Remove the current Widget from its parent.
REMOVE_MODEL_UPDATE_EVENT_TYPE - Static variable in class org.kalmeo.kuix.core.model.DataProvider
 
removeAll() - Method in class org.kalmeo.kuix.widget.Desktop
 
removeAll() - Method in class org.kalmeo.kuix.widget.Menu
 
removeAll() - Method in class org.kalmeo.kuix.widget.Screen
 
removeAll() - Method in class org.kalmeo.kuix.widget.ScrollPane
 
removeAll() - Method in class org.kalmeo.kuix.widget.TabFolder
 
removeAll() - Method in class org.kalmeo.kuix.widget.Widget
Remove all childs.
removeAllItems(String) - Method in class org.kalmeo.kuix.core.model.DataProvider
Remove all items from the property items list.
removeAllItems() - Method in class org.kalmeo.kuix.widget.List
Remove all items
removeAllItems() - Method in class org.kalmeo.kuix.widget.TabFolder
 
removeAllPopupFromTag(String) - Method in class org.kalmeo.kuix.widget.Desktop
Remove all popup widgets where tag equals tag.
removeAllSlaves() - Method in class org.kalmeo.kuix.core.model.DataProvider
Remove all DataProvider slaves of this instance.
removeAllStyles() - Static method in class org.kalmeo.kuix.core.Kuix
Remove all registred styles
removeAttributeBindInstruction(String) - Method in class org.kalmeo.kuix.widget.Widget
Remove the bindInstruction for a specific attribute
removeDraggedWidget(boolean) - Method in class org.kalmeo.kuix.widget.Desktop
Remove the dragged widget and returns its instance.
removeFromMaster(DataProvider) - Method in class org.kalmeo.kuix.core.model.DataProvider
Remove this DataProvider from a specific master.
removeFromMasters() - Method in class org.kalmeo.kuix.core.model.DataProvider
Remove this DataProvider from its masters.
removeItem(String, DataProvider) - Method in class org.kalmeo.kuix.core.model.DataProvider
Remove the item from the property items list.
removeItem(DataProvider) - Method in class org.kalmeo.kuix.widget.List
Remove an item value if it exists in the List
removePopupFocusManager(FocusManager) - Method in class org.kalmeo.kuix.widget.Desktop
Remove the specified popup focusManager
removeShortcutHandler(Widget) - Method in class org.kalmeo.kuix.core.focus.FocusManager
Remove a shortcut key event handler to shortcuts list
removeSlave(DataProvider) - Method in class org.kalmeo.kuix.core.model.DataProvider
Remove the slaveDataProvider instance from this DataProvider slaves.
removeUnpaintableWidget(Widget) - Method in class org.kalmeo.kuix.core.KuixCanvas
Add a widget from the unpaintableWidgets list.
RENDERER_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
repaintAsSoonAsPossible() - Method in class org.kalmeo.kuix.core.KuixCanvas
Repaint the desktop as soon as possible.
repaintNextFrame() - Method in class org.kalmeo.kuix.core.KuixCanvas
Repaint through the Worker task
repaintNextFrame(int, int, int, int) - Method in class org.kalmeo.kuix.core.KuixCanvas
Repaint through the Worker task
Repeat - Class in org.kalmeo.kuix.util
 
Repeat() - Constructor for class org.kalmeo.kuix.util.Repeat
Construct a Repeat
Repeat(int, int) - Constructor for class org.kalmeo.kuix.util.Repeat
Construct a Repeat
REPEATED_SHORTCUTS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
repeatX - Variable in class org.kalmeo.kuix.util.Repeat
 
repeatY - Variable in class org.kalmeo.kuix.util.Repeat
 
requestBackwardFocus() - Method in class org.kalmeo.kuix.widget.Widget
Requests the focus of the backward focusable Widget.
requestFirstFocus() - Method in class org.kalmeo.kuix.core.focus.FocusManager
Request focus for the first focusable widget
requestFocus(Widget) - Method in class org.kalmeo.kuix.core.focus.FocusManager
Request the widget focus
requestFocus() - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
requestFocus() - Method in class org.kalmeo.kuix.widget.Widget
Requests the focus of this Widget.
requestForwardFocus() - Method in class org.kalmeo.kuix.widget.Widget
Requests the focus of the forward focusable Widget.
requestLastFocus() - Method in class org.kalmeo.kuix.core.focus.FocusManager
Request focus for the last focusable widget
requestOtherFocus(Widget, boolean, Alignment) - Method in class org.kalmeo.kuix.core.focus.FocusManager
Request the forward or backward focusable Widget.
requestOtherFocus(boolean, Alignment) - Method in class org.kalmeo.kuix.core.focus.FocusManager
Request the forward or backward focusable Widget.
reset() - Method in class org.kalmeo.kuix.core.focus.FocusManager
Reset the focues widget
revalidate() - Method in class org.kalmeo.kuix.widget.Desktop
Revalidate the Desktop
revalidateAsSoonAsPossible() - Method in class org.kalmeo.kuix.core.KuixCanvas
Revalidate (and repaint) the desktop as soon as possible.
revalidateNextFrame() - Method in class org.kalmeo.kuix.core.KuixCanvas
Revalidate the desktop throught the Worker task.
RIGHT - Static variable in class org.kalmeo.kuix.util.Alignment
 
right - Variable in class org.kalmeo.kuix.util.Insets
 
rootWidget - Variable in class org.kalmeo.kuix.core.focus.FocusManager
 
rowspan - Variable in class org.kalmeo.kuix.util.Span
 

S

Screen - Class in org.kalmeo.kuix.widget
This class represents a Kuix screen.
Screen() - Constructor for class org.kalmeo.kuix.widget.Screen
Construct a {Screen}
Screen(String) - Constructor for class org.kalmeo.kuix.widget.Screen
Construct a {Screen}
Screen.ScreenBar - Class in org.kalmeo.kuix.widget
This class represents a screen top or bottom bar (used for title and/or menu)
Screen.ScreenBar(String, boolean) - Constructor for class org.kalmeo.kuix.widget.Screen.ScreenBar
Construct a Screen.ScreenBar
Screen.ScreenMenu - Class in org.kalmeo.kuix.widget
This class represents a screen menu
Screen.ScreenMenu(String, boolean, boolean) - Constructor for class org.kalmeo.kuix.widget.Screen.ScreenMenu
Construct a Screen.ScreenMenu
SCREEN_BOTTOM_BAR_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCREEN_FIRST_MENU_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCREEN_SECOND_MENU_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCREEN_TOP_BAR_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCREEN_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCROLL_BAR_BAR_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCROLL_BAR_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCROLL_BOOSTER_FACTOR - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCROLL_PANE_CONTAINER_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCROLL_PANE_SCROLL_BAR_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SCROLL_PANE_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
ScrollBar - Class in org.kalmeo.kuix.widget
This class represents a scroll bar.
ScrollBar() - Constructor for class org.kalmeo.kuix.widget.ScrollBar
Construct a ScrollBar
ScrollBar(String) - Constructor for class org.kalmeo.kuix.widget.ScrollBar
Construct a ScrollBar
ScrollPane - Class in org.kalmeo.kuix.widget
This class represents a scroll pane.
ScrollPane() - Constructor for class org.kalmeo.kuix.widget.ScrollPane
Construct a ScrollPane
ScrollPane(String) - Constructor for class org.kalmeo.kuix.widget.ScrollPane
Construct a ScrollPane
ScrollPane(String, boolean) - Constructor for class org.kalmeo.kuix.widget.ScrollPane
Construct a ScrollPane
SELECT_I18N_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SELECTED_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SELECTED_PSEUDO_CLASS - Static variable in class org.kalmeo.kuix.widget.CheckBox
 
SELECTED_RADIOBUTTON_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SELECTION_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
selectNextTab() - Method in class org.kalmeo.kuix.widget.TabFolder
Select the next enabled tab.
selectOtherTab(boolean, boolean) - Method in class org.kalmeo.kuix.widget.TabFolder
Select an other enabled tab.
selectPreviousTab() - Method in class org.kalmeo.kuix.widget.TabFolder
Select the previous enabled tab.
sendToBack(Widget) - Method in class org.kalmeo.kuix.widget.Widget
Send the widget to the back of the others.
SENSITIVE - Static variable in class org.kalmeo.kuix.widget.TextField
 
setArguments(Object[]) - Method in class org.kalmeo.kuix.util.Method
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.ActionWidget
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.CheckBox
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.Choice
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.Gauge
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.List
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.Picture
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.PopupBox
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.RadioButton
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.RadioGroup
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.Screen
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.ScrollBar
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.ScrollPane
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.TabFolder
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.TabItem
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.TextArea
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.TextField
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.TextWidget
 
setAttribute(String, String) - Method in class org.kalmeo.kuix.widget.Widget
Set the value to the specified attribute representing by the name
setAttributeBindInstruction(String, String[], String) - Method in class org.kalmeo.kuix.widget.Widget
Set a BindInstruction for the specified attribute.
setAuthorStyle(Style) - Method in class org.kalmeo.kuix.widget.Widget
Caution, if widget attribute are already cached, you need to call the invalidateStylePropertiesCache(propagateToChildern).
setAutoScroll(boolean) - Method in class org.kalmeo.kuix.widget.ScrollPane
The autoScroll attribute force the scroll position to the max value each time the ScrollPane content change or is invalidated.
setBackwardTabKey(int) - Method in class org.kalmeo.kuix.widget.TabFolder
Set the backwardTabKey.
setBarsOnTop(boolean) - Method in class org.kalmeo.kuix.widget.PopupBox
 
setBarsOnTop(boolean) - Method in class org.kalmeo.kuix.widget.Screen
 
setBounds(int, int, int, int) - Method in class org.kalmeo.kuix.util.Metrics
Set the size and position of the region represented by this Metrics.
setBounds(int, int, int, int) - Method in class org.kalmeo.kuix.widget.Desktop
 
setBounds(int, int, int, int) - Method in class org.kalmeo.kuix.widget.Widget
Set the widget's bounds
setCleanUpWhenRemoved(boolean) - Method in class org.kalmeo.kuix.widget.PopupBox
 
setCleanUpWhenRemoved(boolean) - Method in class org.kalmeo.kuix.widget.Screen
 
setConstraints(int) - Method in class org.kalmeo.kuix.widget.TextField
 
setContent(Object) - Method in class org.kalmeo.kuix.widget.PopupBox
Define the content of the PopupBox.
setCurrent() - Method in class org.kalmeo.kuix.widget.Screen
Set this Screen has current.
setCurrentScreen(Screen) - Method in class org.kalmeo.kuix.widget.Desktop
 
setCurrentTabItem(TabItem) - Method in class org.kalmeo.kuix.widget.TabFolder
Set the current TabItem (only if this instance is a child of the TabFolder)
setDataProvider(DataProvider) - Method in class org.kalmeo.kuix.widget.Widget
 
setDebugInfosEnabled(boolean) - Method in class org.kalmeo.kuix.core.KuixCanvas
 
setDebugInfosKuixKeyCode(int) - Method in class org.kalmeo.kuix.core.KuixCanvas
Define the key that the user need to press 3 consecutive times to display on screen debug infos.
setDefaultFontFace(int) - Method in class org.kalmeo.kuix.widget.TextWidget
 
setDefaultFontSize(int) - Method in class org.kalmeo.kuix.widget.TextWidget
 
setDefaultFontStyle(int) - Method in class org.kalmeo.kuix.widget.TextWidget
 
setDraggedWidget(Widget, int, int) - Method in class org.kalmeo.kuix.widget.Desktop
Define the dragged widget.
setDuration(int) - Method in class org.kalmeo.kuix.widget.PopupBox
 
setEditOnAllKeys(boolean) - Method in class org.kalmeo.kuix.widget.TextField
 
setEnabled(boolean) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
setEnabled(boolean) - Method in class org.kalmeo.kuix.widget.TabItem
 
setFocusable(boolean) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
setForwardTabKey(int) - Method in class org.kalmeo.kuix.widget.TabFolder
Set the forwardTabKey.
setFrameDuration(int) - Method in class org.kalmeo.kuix.widget.Picture
Set the duration of a frame for animation.
setFrameHeight(int) - Method in class org.kalmeo.kuix.widget.Picture
Set the height of a slice in source image for animation.
setFrameSequence(int[]) - Method in class org.kalmeo.kuix.widget.Picture
Set the sequence of a frame index for animation.
setFrameWidth(int) - Method in class org.kalmeo.kuix.widget.Picture
Set the width of a slice in source image for animation.
setHorizontal(boolean) - Method in class org.kalmeo.kuix.widget.ScrollBar
 
setHorizontal(boolean) - Method in class org.kalmeo.kuix.widget.ScrollPane
 
setIcon(String) - Method in class org.kalmeo.kuix.widget.TabItem
 
setIcon(String) - Method in class org.kalmeo.kuix.widget.TabItem.TabItemButton
Set the icon of this tab button.
setId(String) - Method in class org.kalmeo.kuix.widget.Widget
Set the id.
setImage(Image) - Method in class org.kalmeo.kuix.widget.Picture
Define the image data.
setIncrement(int) - Method in class org.kalmeo.kuix.widget.Gauge
 
setItems(LinkedListEnumeration) - Method in class org.kalmeo.kuix.widget.List
Redifine all item values
setItemsFilter(String, Filter) - Method in class org.kalmeo.kuix.core.model.DataProvider
Filter property items list.
setLabel(String) - Method in class org.kalmeo.kuix.widget.TabItem
 
setLabel(String) - Method in class org.kalmeo.kuix.widget.TabItem.TabItemButton
Set the label of this tab button.
setLoop(boolean) - Method in class org.kalmeo.kuix.core.focus.FocusManager
 
setMaxSize(int) - Method in class org.kalmeo.kuix.widget.TextField
 
setNext(LinkedListItem) - Method in class org.kalmeo.kuix.core.model.DataProvider
 
setNext(LinkedListItem) - Method in class org.kalmeo.kuix.core.style.Style
 
setNext(LinkedListItem) - Method in class org.kalmeo.kuix.core.style.StyleProperty
 
setNext(LinkedListItem) - Method in class org.kalmeo.kuix.widget.Widget.BindInstruction
 
setObjectAttribute(String, Object) - Method in class org.kalmeo.kuix.widget.List
 
setObjectAttribute(String, Object) - Method in class org.kalmeo.kuix.widget.Picture
 
setObjectAttribute(String, Object) - Method in class org.kalmeo.kuix.widget.Widget
Set the Object value to the specified attribute representing by the name.
setOnAction(String) - Method in class org.kalmeo.kuix.widget.ActionWidget
 
setOnChange(String) - Method in class org.kalmeo.kuix.widget.Gauge
 
setOnChange(String) - Method in class org.kalmeo.kuix.widget.RadioGroup
 
setOnChange(String) - Method in class org.kalmeo.kuix.widget.TextField
 
setOnFocus(String) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
setOnLostFocus(String) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
setOnSelect(String) - Method in class org.kalmeo.kuix.widget.CheckBox
The onSelect to set
setOnSelect(String) - Method in class org.kalmeo.kuix.widget.TabItem
The onSelect to set
setOnUnselect(String) - Method in class org.kalmeo.kuix.widget.CheckBox
The onUnselect to set
setOnUnselect(String) - Method in class org.kalmeo.kuix.widget.TabItem
The onUnselect to set
setPrevious(LinkedListItem) - Method in class org.kalmeo.kuix.core.model.DataProvider
 
setPrevious(LinkedListItem) - Method in class org.kalmeo.kuix.core.style.Style
 
setPrevious(LinkedListItem) - Method in class org.kalmeo.kuix.core.style.StyleProperty
 
setPrevious(LinkedListItem) - Method in class org.kalmeo.kuix.widget.Widget.BindInstruction
 
setRenderer(ByteArrayInputStream) - Method in class org.kalmeo.kuix.widget.List
 
setSelected(boolean) - Method in class org.kalmeo.kuix.widget.CheckBox
 
setSelected(boolean) - Method in class org.kalmeo.kuix.widget.RadioButton
 
setSelected(boolean) - Method in class org.kalmeo.kuix.widget.TabItem
 
setSelectedRadioButton(RadioButton, boolean) - Method in class org.kalmeo.kuix.widget.RadioGroup
Set the current selected RadioButton.
setSelection(int) - Method in class org.kalmeo.kuix.widget.ScrollBar
Define the ScrollBar selection.
setShortcutKeyCodes(int, byte) - Method in class org.kalmeo.kuix.widget.Widget
Define the shortcuts key codes intercepted by this widget.
setShortcuts(String, byte) - Method in class org.kalmeo.kuix.widget.Widget
Define the widget's associated shortcuts.
setShowScrollBar(boolean) - Method in class org.kalmeo.kuix.widget.ScrollPane
 
setSource(String) - Method in class org.kalmeo.kuix.widget.Picture
Define the image source.
setStyleClass(String) - Method in class org.kalmeo.kuix.widget.Widget
 
setStyleClasses(String[]) - Method in class org.kalmeo.kuix.widget.Widget
 
setStyled(boolean) - Method in class org.kalmeo.kuix.widget.TextArea
 
setText(String) - Method in class org.kalmeo.kuix.widget.TextArea
 
setText(String) - Method in class org.kalmeo.kuix.widget.TextField
 
setText(String) - Method in class org.kalmeo.kuix.widget.TextWidget
Returns the instance of this TextWidget Useful in this case : AbstractTextWidget text = new Text().setText("message");
setTitle(String) - Method in class org.kalmeo.kuix.widget.Choice
Define the sub screen title.
setTitle(String) - Method in class org.kalmeo.kuix.widget.Screen
Define the desktop title
setTitle(String) - Method in class org.kalmeo.kuix.widget.TextField
 
setTooltip(String) - Method in class org.kalmeo.kuix.widget.TextField
Define the TextField tooltip text.
setTransform(int) - Method in class org.kalmeo.kuix.widget.Picture
 
setTransition(Transition) - Method in class org.kalmeo.kuix.core.KuixCanvas
Define the next repaint transition.
setValue(int) - Method in class org.kalmeo.kuix.widget.Gauge
 
setValue(String) - Method in class org.kalmeo.kuix.widget.RadioButton
 
setValue(String) - Method in class org.kalmeo.kuix.widget.RadioGroup
Check if the value exists in RadioButton children value and the select the first occurrence
setValue(int) - Method in class org.kalmeo.kuix.widget.ScrollBar
Define the ScrollBar value
setVisible(boolean) - Method in class org.kalmeo.kuix.widget.FocusableWidget
 
setVisible(boolean) - Method in class org.kalmeo.kuix.widget.Screen.ScreenMenu
 
setVisible(boolean) - Method in class org.kalmeo.kuix.widget.Widget
Set the widget's visibility state.
SHORTCUTS_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
show(Desktop, int, int) - Method in class org.kalmeo.kuix.widget.Menu.MenuPopup
Display the Menu.MenuPopup
SHOW_SCROLL_BAR_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
showNotify() - Method in class org.kalmeo.kuix.core.KuixCanvas
 
showPopup() - Method in class org.kalmeo.kuix.widget.Menu
Open the menuPopup
showPopup(int, int) - Method in class org.kalmeo.kuix.widget.Menu
Open the menuPopup
showPopup() - Method in class org.kalmeo.kuix.widget.Screen.ScreenMenu
 
showPopupBox(String, DataProvider) - Static method in class org.kalmeo.kuix.core.Kuix
Create and display a PopupBox from its XML definition.
showPopupBox(InputStream, DataProvider) - Static method in class org.kalmeo.kuix.core.Kuix
Create and display a PopupBox from its XML definition.
showPopupBox(String, int, Object, Object, String, Object, String, String) - Static method in class org.kalmeo.kuix.core.Kuix
Create and display a PopupBox.
sizeChanged(int, int) - Method in class org.kalmeo.kuix.core.KuixCanvas
 
SlideTransition - Class in org.kalmeo.kuix.transition
This class implements a slide transition between two screens.
SlideTransition(Alignment) - Constructor for class org.kalmeo.kuix.transition.SlideTransition
Construct a SlideTransition
SOFT_LEFT_I18N_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SOFT_RIGHT_I18N_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SORT_MODEL_UPDATE_EVENT_TYPE - Static variable in class org.kalmeo.kuix.core.model.DataProvider
 
sortItems(String, int) - Method in class org.kalmeo.kuix.core.model.DataProvider
Sort property items list.
SOUTH - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
Span - Class in org.kalmeo.kuix.util
 
Span() - Constructor for class org.kalmeo.kuix.util.Span
Construct a Span
Span(int, int) - Constructor for class org.kalmeo.kuix.util.Span
Construct a Span
SPAN_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
splash(int, Widget, String) - Static method in class org.kalmeo.kuix.core.Kuix
Display a splash PopupBox
SPLASH_STYLE_CLASS - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
SRC_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
startApp() - Method in class org.kalmeo.kuix.core.KuixMIDlet
 
StaticLayout - Class in org.kalmeo.kuix.layout
 
StaticLayoutData - Class in org.kalmeo.kuix.layout
 
StaticLayoutData(Alignment) - Constructor for class org.kalmeo.kuix.layout.StaticLayoutData
Construct a StaticLayoutData
StaticLayoutData(Alignment, int, int) - Constructor for class org.kalmeo.kuix.layout.StaticLayoutData
Construct a StaticLayoutData If width or height is < 1 it is considered as percentage else pixels size.
STRONG_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
Style - Class in org.kalmeo.kuix.core.style
 
Style(StyleSelector) - Constructor for class org.kalmeo.kuix.core.style.Style
Construct a Style
STYLE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
STYLED_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
StyleProperty - Class in org.kalmeo.kuix.core.style
A StyleProperty represents a name / value pair.
StyleProperty(String, String) - Constructor for class org.kalmeo.kuix.core.style.StyleProperty
Construct a StyleAttribute
StyleProperty(String, Object) - Constructor for class org.kalmeo.kuix.core.style.StyleProperty
Construct a StyleAttribute
StyleSelector - Class in org.kalmeo.kuix.core.style
A StyleSelector represents the full CSS defined path that represent a style.
StyleSelector(String) - Constructor for class org.kalmeo.kuix.core.style.StyleSelector
Construct a StyleSelector
switchToDefaultMenus() - Method in class org.kalmeo.kuix.widget.Screen
Switch menu display from internal menus to default menus
switchToInternalMenus() - Method in class org.kalmeo.kuix.widget.Screen
Switch menu display from defaults menus to internal menus

T

TAB_FOLDER_BUTTONS_CONTAINER_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TAB_FOLDER_CONTAINER_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TAB_FOLDER_DEFAULT_TAB_ITEM_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TAB_FOLDER_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TAB_ITEM_BUTTON_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TAB_ITEM_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TabFolder - Class in org.kalmeo.kuix.widget
This class represents a tab folder.
TabFolder() - Constructor for class org.kalmeo.kuix.widget.TabFolder
Construct a TabFolder
TabItem - Class in org.kalmeo.kuix.widget
This class represents a tab item.
TabItem() - Constructor for class org.kalmeo.kuix.widget.TabItem
Construct a TabItem
TabItem.TabItemButton - Class in org.kalmeo.kuix.widget
This class represents the tabItem button.
TabItem.TabItemButton() - Constructor for class org.kalmeo.kuix.widget.TabItem.TabItemButton
Construct a TabItem.TabItemButton
TableLayout - Class in org.kalmeo.kuix.layout
 
Text - Class in org.kalmeo.kuix.widget
This class represents a text.
Text() - Constructor for class org.kalmeo.kuix.widget.Text
Construct a Text
Text(String) - Constructor for class org.kalmeo.kuix.widget.Text
Construct a Text
text - Variable in class org.kalmeo.kuix.widget.TextWidget
 
TEXT_AREA_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TEXT_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TEXT_FIELD_TOOLTIP_STYLE_CLASS - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TEXT_FIELD_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TEXT_WIDGET_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TextArea - Class in org.kalmeo.kuix.widget
This class represents a textarea.
TextArea() - Constructor for class org.kalmeo.kuix.widget.TextArea
Construct a TextArea
TextField - Class in org.kalmeo.kuix.widget
This class represents a textfield.
TextField() - Constructor for class org.kalmeo.kuix.widget.TextField
Construct a TextField
TextWidget - Class in org.kalmeo.kuix.widget
This class is base for all text widgets.
TextWidget(String) - Constructor for class org.kalmeo.kuix.widget.TextWidget
Construct a TextWidget
textX - Variable in class org.kalmeo.kuix.widget.Text
 
textY - Variable in class org.kalmeo.kuix.widget.Text
 
TITLE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TOOLTIP_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
TOP - Static variable in class org.kalmeo.kuix.util.Alignment
 
top - Variable in class org.kalmeo.kuix.util.Insets
 
TOP_LEFT - Static variable in class org.kalmeo.kuix.util.Alignment
 
TOP_RIGHT - Static variable in class org.kalmeo.kuix.util.Alignment
 
TRANSFORM_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
Transition - Interface in org.kalmeo.kuix.transition
A transition is an effect apply when switching between two screens.
TRANSITION_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

U

unbind(Widget) - Method in class org.kalmeo.kuix.core.model.DataProvider
Unbind the widget from this DataProvider.
unbindAll() - Method in class org.kalmeo.kuix.core.model.DataProvider
Unbind all widgets from this DataProvider.
UNDERLINE_TAG - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
UnpaintableWidget - Class in org.kalmeo.kuix.widget
This widget is used to mask region of display from Kuix repaint process.
UnpaintableWidget(String) - Constructor for class org.kalmeo.kuix.widget.UnpaintableWidget
Construct a UnpaintableWidget
URL - Static variable in class org.kalmeo.kuix.widget.TextField
 

V

VALIDATE_I18N_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
value - Variable in class org.kalmeo.kuix.util.Alignment
 
VALUE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
VERSION - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
verticalGap - Variable in class org.kalmeo.kuix.util.Gap
 
VISIBLE_ATTRIBUTE - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

W

Weight - Class in org.kalmeo.kuix.util
 
Weight() - Constructor for class org.kalmeo.kuix.util.Weight
Construct a Weight
Weight(int, int) - Constructor for class org.kalmeo.kuix.util.Weight
Construct a Weight
WEIGHT_STYLE_PROPERTY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 
weightx - Variable in class org.kalmeo.kuix.util.Weight
 
weighty - Variable in class org.kalmeo.kuix.util.Weight
 
WEST - Static variable in class org.kalmeo.kuix.layout.BorderLayoutData
 
WHITE - Static variable in class org.kalmeo.kuix.util.Color
 
widget - Variable in class org.kalmeo.kuix.util.Metrics
 
Widget - Class in org.kalmeo.kuix.widget
This class is the base of all Kuix widgets.
Widget() - Constructor for class org.kalmeo.kuix.widget.Widget
Construct a Widget
Widget(String) - Constructor for class org.kalmeo.kuix.widget.Widget
Construct a Widget
Widget.BindInstruction - Class in org.kalmeo.kuix.widget
This class represents a bind instruction for a specific attribute.
width - Variable in class org.kalmeo.kuix.layout.StaticLayoutData
 
width - Variable in class org.kalmeo.kuix.util.Metrics
 

X

x - Variable in class org.kalmeo.kuix.layout.StaticLayoutData
 
x - Variable in class org.kalmeo.kuix.util.Metrics
 

Y

y - Variable in class org.kalmeo.kuix.layout.StaticLayoutData
 
y - Variable in class org.kalmeo.kuix.util.Metrics
 
YES_I18N_KEY - Static variable in interface org.kalmeo.kuix.core.KuixConstants
 

A B C D E F G H I K L M N O P R S T U V W X Y

Copyright © 2007-2008 Kalmeo. All Rights Reserved.