A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
icon — Property in class com.ghostwire.ui.containers.uiWindow
Indicates the source of the image to display in the title bar of this uiWindow instance.
iconWidth — Property in class com.ghostwire.ui.controls.uiMenuBar
Indicates the space, in pixels, to allocate to the icons (leftmost area of the menu items).
image — Property in class com.ghostwire.ui.controls.uiLabel
Indicates the source of the uiImage component instance used.
image — Property in class com.ghostwire.ui.controls.uiLabelButton
Indicates the source to the image displayed inside/beside the button.
imeMode — Property in class com.ghostwire.ui.controls.uiTextInput
Indicates the mode of the input method editor (IME).
indexOf(item) — Method in class com.ghostwire.ui.data.uiModel
Returns the index position of the item in the model.
init — Event in class com.ghostwire.ui.controls.uiSWF
Dispatched when the external SWF has been loaded.
init — Event in class com.ghostwire.ui.managers.uiSkins
Dispatched when all skin assets have been loaded and the uiSkins manager is ready for use.
initialize(stage) — Static method in class com.ghostwire.ui.containers.uiWindow
Initializes the uiWindow class, registering the stage of the document (so that we know where to place the windows).
initialize(stage) — Static method in class com.ghostwire.ui.managers.uiCursors
Initializes the manager.
initialize(theme, path, rules, smoothing) — Static method in class com.ghostwire.ui.managers.uiSkins
Initializes the uiSkins.manager instance by setting a specific theme and/or path to use.
initialize(stage) — Static method in class com.ghostwire.ui.managers.uiToolTips
Initializes the uiToolTips class.
instance — Static property in class com.ghostwire.ui.controls.uiDialog
Returns a shared instance of the uiDialog control.
interaction — Event in class com.ghostwire.ui.controls.uiInteractiveItem
Dispatched when the user interacts with the uiInteractiveItem object.
interaction — Event in class com.ghostwire.ui.controls.uiListBox
Dispatched whenever the user interacts with any item in the list.
INTERACTION — Constant static property in class com.ghostwire.ui.events.uiInteractiveItemEvent
Dispatched when the user interacts with an uiInteractiveItem.
INVALID — Final class in package com.ghostwire.ui.enums
Defines constants for the values to be used as parameter for the invalidate() method.
invalidate(type) — Method in class com.ghostwire.ui.core.uiComponent
Invalidates this component's "size", "display", "layout" or "textstyle".
invalidate() — Method in class com.ghostwire.ui.data.uiModel
Invalidates all the items in this model dispatching a uiModelEvent.CHANGE event.
invalidateItemAt(index) — Method in class com.ghostwire.ui.data.uiModel
Invalidates the item at the specified index position dispatching a uiModelEvent.CHANGE event.
invalidateItems(... rest) — Method in class com.ghostwire.ui.data.uiModel
Invalidates the specified item(s) dispatching a uiModelEvent.CHANGE event.
inverted — Property in class com.ghostwire.ui.controls.uiSlider
Indicates whether the positions of the maximum and minimum values are reversed.
inverted — Property in class com.ghostwire.ui.controls.uiStepper
Indicates whether the left-hand-side button increments (inverted set to true) or decrements (inverted set to false) the value.
ioError — Event in class com.ghostwire.ui.controls.uiSWF
Dispatched when loading of the external SWF has failed.
ioError — Event in class com.ghostwire.ui.managers.uiSkins
Dispatched when loading of the rules XML file has failed.
ioError — Event in class com.ghostwire.ui.managers.uiTextStyles
Dispatched when loading of CSS file has failed.
IS_MODAL — Constant static property in class com.ghostwire.ui.enums.WINDOW
Indicates that the uiWindow instance is modal.
item — Property in class com.ghostwire.ui.events.uiInteractiveItemEvent
Indicates the data object (item) associated with this event.
item — Property in class com.ghostwire.ui.events.uiMenuEvent
Indicates the data object (item) associated with this event.
itemAlignX — Property in class com.ghostwire.ui.controls.uiInteractiveItem
Indicates the horizontal aligment of the embedded child item renderer.
itemAlignY — Property in class com.ghostwire.ui.controls.uiInteractiveItem
Indicates the vertical aligment of the embedded child item renderer.
itemRenderer — Property in class com.ghostwire.ui.controls.uiListBox
Indicates the class to use to paint the "face" of the item.
itemRenderer — Property in class com.ghostwire.ui.controls.uiTabViewBar
Indicates the class to use to paint the "face" of the item.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z