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 |
uiBitmapImage — Class in package com.ghostwire.ui.core |
|
The uiBitmapImage class implements the ability to scale bitmap images intelligently. |
uiBitmapImage(bitmapData) — Constructor in class com.ghostwire.ui.core.uiBitmapImage |
|
Constructor - creates a new uiBitmapImage instance. |
uiBox — Class in package com.ghostwire.ui.containers |
|
uiBox is a layout container that organizes its child objects sequentially horizontally
or vertically. |
uiBox() — Constructor in class com.ghostwire.ui.containers.uiBox |
|
Constructor - creates a new uiBox instance. |
uiBTabView — Class in package com.ghostwire.ui.containers |
|
The uiBTabView container is the same as uiTabView , except that the tabs are
placed at the bottom instead of at the top. |
uiBTabView() — Constructor in class com.ghostwire.ui.containers.uiBTabView |
|
Constructor - creates a new uiBTabView instance. |
uiButton — Class in package com.ghostwire.ui.controls |
|
The uiButton class implements basic button behaviors. |
uiButton() — Constructor in class com.ghostwire.ui.controls.uiButton |
|
Constructor - creates a new uiButton instance. |
uiButtonGroup — Class in package com.ghostwire.ui.controls |
|
The uiButtonGroup class represents a set of mutually exclusive uiButton
choices. |
uiButtonGroup(... rest) — Constructor in class com.ghostwire.ui.controls.uiButtonGroup |
|
Constructor - creates a new uiButtonGroup instance. |
uiCheckBox — Class in package com.ghostwire.ui.controls |
|
The uiCheckBox component toggles its selected property when it is clicked. |
uiCheckBox(text, image, textPosition, labelPosition) — Constructor in class com.ghostwire.ui.controls.uiCheckBox |
|
Constructor - creates a new uiCheckBox instance. |
uiCheckListBox — Class in package com.ghostwire.ui.controls |
|
The uiCheckListBox displays a list of checkbox items within a scrollable area. |
uiCheckListBox(items) — Constructor in class com.ghostwire.ui.controls.uiCheckListBox |
|
Constructor - creates a new uiCheckListBox instance. |
uiComboBox — Class in package com.ghostwire.ui.controls |
|
The uiComboBox component combines a text input field (uiTextInput ) with a
drop-down list (uiListBox ). |
uiComboBox(items) — Constructor in class com.ghostwire.ui.controls.uiComboBox |
|
Constructor - creates a new uiComboBox instance. |
uiComponent — Class in package com.ghostwire.ui.core |
|
The uiComponent class is the base class for all controls and containers in the Aspire UI
Framework. |
uiCursors — Class in package com.ghostwire.ui.managers |
|
The uiCursors manager manages the use of custom cursors. |
uiDialog — Class in package com.ghostwire.ui.controls |
|
The uiDialog class is used to create and show simple modal windows. |
uiEdge — Class in package com.ghostwire.ui.core |
|
uiEdge represents the perimeter of a rectangular area and is used to describe
the thickness of edges such as the margin and padding of components. |
uiEvent — Class in package com.ghostwire.ui.events |
|
The uiEvent class represents the event object passed to the event listener for certain
uiComponent events. |
uiEvent(type, bubbles, cancelable) — Constructor in class com.ghostwire.ui.events.uiEvent |
|
Creates a new uiEvent object of the specified event type . |
uiFocus — Class in package com.ghostwire.ui.managers |
|
The uiFocus manager manages tab focus management. |
uiFocusRect — Class in package com.ghostwire.ui.core |
|
uiFocusRect is used to draw a rectangle around the currently focused object. |
uiFocusRect(assetName) — Constructor in class com.ghostwire.ui.core.uiFocusRect |
|
Constructor - creates a new uiFocusRect instance. |
uiFonts — Class in package com.ghostwire.ui.managers |
|
The uiFonts manager manages the use of embedded fonts loaded into the application via
external SWF files during run-time. |
uiForm — Class in package com.ghostwire.ui.containers |
|
uiForm is a subclass of uiPane and is responsible for implementing
defaultButton and mnemonics (short-cut keys). |
uiForm() — Constructor in class com.ghostwire.ui.containers.uiForm |
|
Constructor - creates a new uiForm container instance. |
uiframe — Property in class com.ghostwire.ui.containers.uiTabView |
|
Returns the embedded uiFrame instance - for advanced users only. |
uiFrame — Class in package com.ghostwire.ui.containers |
|
uiFrame is used to contain a single child object and is capable of displaying a skin. |
uiFrame() — Constructor in class com.ghostwire.ui.containers.uiFrame |
|
Constructor - creates a new uiFrame container instance. |
uiGrid — Class in package com.ghostwire.ui.containers |
|
uiGrid is a layout container that organizes its child objects in a table of columns and
rows. |
uiGrid() — Constructor in class com.ghostwire.ui.containers.uiGrid |
|
Constructor - creates a new uiGrid instance. |
uiHBox — Class in package com.ghostwire.ui.containers |
|
uiHBox is a layout container that organizes its child objects sequentially horizontally. |
uiHBox() — Constructor in class com.ghostwire.ui.containers.uiHBox |
|
Constructor - creates a new uiHBox instance. |
uihscrollbar — Property in class com.ghostwire.ui.core.uiScrollable |
|
Returns the uiScrollBar instance used in this component. |
uiimage — Property in class com.ghostwire.ui.controls.uiImageButton |
|
Returns a reference to the uiImage instance embedded inside this button. |
uiimage — Property in class com.ghostwire.ui.controls.uiLabel |
|
Returns the embedded uiImage instance - for advanced users only. |
uiImage — Class in package com.ghostwire.ui.controls |
|
The uiImage component is used to display an image, which can either be a movieclip symbol
in the library, or an external SWF/GIF/JPG/PNG file. |
uiImage(src) — Constructor in class com.ghostwire.ui.controls.uiImage |
|
Constructor - creates a new uiImage instance. |
uiImageButton — Class in package com.ghostwire.ui.controls |
|
The uiImageButton is a button containing a uiImage instance allowing you to
display an image inside the button. |
uiImageButton(src) — Constructor in class com.ghostwire.ui.controls.uiImageButton |
|
Constructor - creates a new uiImageButton instance. |
uiInteractiveItem — Class in package com.ghostwire.ui.controls |
|
uiInteractiveItem is used as the container of the renderer of an item in list-based or
menu components. |
uiInteractiveItem(owner:com.ghostwire.ui.core:uiComponent, renderer) — Constructor in class com.ghostwire.ui.controls.uiInteractiveItem |
|
Constructor - creates a new uiInteractiveItem instance. |
uiInteractiveItemEvent — Class in package com.ghostwire.ui.events |
|
The uiInteractiveItemEvent class defines events that are dispatched due to user interactions with
list or menu items (uiInteractiveItem objects). |
uiInteractiveItemEvent(type, item, mouseEvent) — Constructor in class com.ghostwire.ui.events.uiInteractiveItemEvent |
|
Creates a new uiInteractiveItemEvent object with the specified parameters. |
uilabel — Property in class com.ghostwire.ui.controls.uiLabelButton |
|
Returns the embedded uiLabel instance - for advanced users only. |
uiLabel — Class in package com.ghostwire.ui.controls |
|
The uiLabel component is used to display a uiImage alongside a
uiText . |
uiLabel(text, image, textPosition) — Constructor in class com.ghostwire.ui.controls.uiLabel |
|
Constructor - creates a new uiLabel instance. |
uiLabelButton — Class in package com.ghostwire.ui.controls |
|
The uiLabelButton is a button containing a uiLabel instance allowing you to
display an image or text or both inside the button. |
uiLabelButton(text, image, textPosition) — Constructor in class com.ghostwire.ui.controls.uiLabelButton |
|
Constructor - creates a new uiLabelButton instance. |
uiLink — Class in package com.ghostwire.ui.controls |
|
The uiLink is a button containing a uiText instance allowing you to
display a text inside the button. |
uiLink(text, url, target) — Constructor in class com.ghostwire.ui.controls.uiLink |
|
Constructor - creates a new uiLink instance. |
uiListBox — Class in package com.ghostwire.ui.controls |
|
The uiListBox displays a list of items within a scrollable area. |
uiListBox(items) — Constructor in class com.ghostwire.ui.controls.uiListBox |
|
Constructor - creates a new uiListBox instance. |
uiMenu — Class in package com.ghostwire.ui.controls |
|
The uiMenu control creates a popup menu of individually selectable choices, similar to
the File or Edit menu found in most software applications. |
uimenubar — Property in class com.ghostwire.ui.containers.uiWindow |
|
Returns the embedded uiMenuBar instance, if any - for advanced users only. |
uiMenuBar — Class in package com.ghostwire.ui.controls |
|
The uiMenuBar control is used to display a horizontal, top-level menu bar that contains
one or more menu items. |
uiMenuBar() — Constructor in class com.ghostwire.ui.controls.uiMenuBar |
|
Constructor - creates a new uiMenuBar instance. |
uiMenuEvent — Class in package com.ghostwire.ui.events |
|
The uiMenuEvent class defines events that are dispatched due to menu activities. |
uiMenuEvent(type, item, menu:com.ghostwire.ui.controls:uiMenu) — Constructor in class com.ghostwire.ui.events.uiMenuEvent |
|
Creates a new uiMenuEvent object with the specified parameters. |
uiMenuModel — Class in package com.ghostwire.ui.data |
|
Represents a collection of items used as data source for uiMenu . |
uiMenuModel(items) — Constructor in class com.ghostwire.ui.data.uiMenuModel |
|
Constructor - creates a new uiMenuModel object. |
uiModel — Class in package com.ghostwire.ui.data |
|
Represents a collection of items used as data source for list-based components. |
uiModel(items) — Constructor in class com.ghostwire.ui.data.uiModel |
|
Constructor - creates a new uiModel object. |
uiModelEvent — Class in package com.ghostwire.ui.events |
|
The uiModelEvent class defines events that are dispatched by uiModel . |
uiModelEvent(type, changeList) — Constructor in class com.ghostwire.ui.events.uiModelEvent |
|
Creates a new uiModelEvent object with the specified parameters. |
uiMoveEvent — Class in package com.ghostwire.ui.events |
|
The uiMoveEvent class defines the "move" event that is dispatched when a component is
explicitly moved via the move() method. |
uiMoveEvent(oldX, oldY) — Constructor in class com.ghostwire.ui.events.uiMoveEvent |
|
Creates a new uiMoveEvent object with the specified oldX and
oldY parameters. |
uiPane — Class in package com.ghostwire.ui.containers |
|
uiPane is a basic container that does not implement any layout logic. |
uiPane() — Constructor in class com.ghostwire.ui.containers.uiPane |
|
Constructor - creates a new uiPane container instance. |
uiPushButton — Class in package com.ghostwire.ui.controls |
|
uiPushButton is intended to be used as the defaultButton in
uiForm containers. |
uiPushButton(text, image, textPosition) — Constructor in class com.ghostwire.ui.controls.uiPushButton |
|
Constructor - creates a new uiPushButton instance. |
uiRadioButton — Class in package com.ghostwire.ui.controls |
|
The uiRadioButton component sets its selected property to true
when it is clicked. |
uiRadioButton(text, image, textPosition, labelPosition) — Constructor in class com.ghostwire.ui.controls.uiRadioButton |
|
Constructor - creates a new uiRadioButton instance. |
uiRange — Class in package com.ghostwire.ui.data |
|
uiRange represents an adjustable range of values. |
uiRange(value, minimum, maximum, step, page) — Constructor in class com.ghostwire.ui.data.uiRange |
|
Constructor - creates a new uiRange object. |
uiResizeEvent — Class in package com.ghostwire.ui.events |
|
The uiResizeEvent class defines the "resize" event that is dispatched when a component is
explicitly resized via the setSize() method. |
uiResizeEvent(oldWidth, oldHeight) — Constructor in class com.ghostwire.ui.events.uiResizeEvent |
|
Creates a new uiResizeEvent object with the specified oldX and
oldY parameters. |
uiScrollable — Class in package com.ghostwire.ui.core |
|
The uiScrollable class implements the layout of scrollbars and a content area. |
uiScrollBar — Class in package com.ghostwire.ui.controls |
|
The uiScrollBar component is used to implement horizontal scrolling. |
uiScrollBar(range:com.ghostwire.ui.data:uiRange) — Constructor in class com.ghostwire.ui.controls.uiScrollBar |
|
Constructor - creates a new uiScrollBar instance. |
uiScrollEvent — Class in package com.ghostwire.ui.events |
|
The uiScrollEvent class defines the "scroll" event that is dispatched when a scrollable
area is scrolled. |
uiScrollEvent(oldX, oldY) — Constructor in class com.ghostwire.ui.events.uiScrollEvent |
|
Creates a new uiScrollEvent object with the specified oldX and
oldY parameters. |
uiScrollPane — Class in package com.ghostwire.ui.containers |
|
The uiScrollPane component is used to display content within a scrollable area. |
uiScrollPane() — Constructor in class com.ghostwire.ui.containers.uiScrollPane |
|
Constructor - creates a new uiScrollPane instance. |
uiskin — Property in class com.ghostwire.ui.core.uiComponent |
|
Returns the uiBitmapImage rendered as the skin - for advanced users only. |
uiSkins — Class in package com.ghostwire.ui.managers |
|
The uiSkins manager handles requests for skin assets and manages the loading and
caching of external bitmap images used for skinning. |
uiSlider — Class in package com.ghostwire.ui.controls |
|
The uiSlider component allows the user to select a value within a range by sliding a thumb
along a horizontal track. |
uiSlider(range:com.ghostwire.ui.data:uiRange) — Constructor in class com.ghostwire.ui.controls.uiSlider |
|
Constructor - creates a new uiSlider instance. |
uistepper — Property in class com.ghostwire.ui.controls.uiStepperInput |
|
Returns the embedded uiVStepper instance - for advanced users only. |
uistepper — Property in class com.ghostwire.ui.controls.uiTabViewBar |
|
Returns the embedded uiStepper instance - for advanced users only. |
uiStepper — Class in package com.ghostwire.ui.controls |
|
The uiStepper component consists of a pair of buttons arranged side-by-side horizontally
allowing the user to increment or decrement a value, within a predefined range, by pressing on either
button. |
uiStepper(range:com.ghostwire.ui.data:uiRange) — Constructor in class com.ghostwire.ui.controls.uiStepper |
|
Constructor - creates a new uiStepper instance. |
uiStepperInput — Class in package com.ghostwire.ui.controls |
|
The uiStepperInput component is used to display single line editable numeric value. |
uiStepperInput(range:com.ghostwire.ui.data:uiRange) — Constructor in class com.ghostwire.ui.controls.uiStepperInput |
|
Constructor - creates a new uiStepperInput instance. |
uiSWF — Class in package com.ghostwire.ui.controls |
|
The uiSWF control is used to load and contain an external interactive SWF. |
uiSWF() — Constructor in class com.ghostwire.ui.controls.uiSWF |
|
Constructor - creates a new uiSWF instance. |
uiTabView — Class in package com.ghostwire.ui.containers |
|
The uiTabView component represents a tabbed set of pages - the component displays the page
corresponding to the currently selected tab in a shared content area. |
uiTabView() — Constructor in class com.ghostwire.ui.containers.uiTabView |
|
Constructor - creates a new uiTabView instance. |
uitabviewbar — Property in class com.ghostwire.ui.containers.uiTabView |
|
Returns the embedded uiTabViewBar instance - for advanced users only. |
uiTabViewBar — Class in package com.ghostwire.ui.controls |
|
The uiTabViewBar class is used to display a row of selectable tab buttons. |
uiTabViewBar() — Constructor in class com.ghostwire.ui.controls.uiTabViewBar |
|
Constructor - creates a new uiTabViewBar instance. |
uitext — Property in class com.ghostwire.ui.controls.uiLabel |
|
Returns the embedded uiText instance - for advanced users only. |
uitext — Property in class com.ghostwire.ui.controls.uiLabelButton |
|
Returns the embedded uiText instance - for advanced users only. |
uitext — Property in class com.ghostwire.ui.controls.uiLink |
|
Returns the embedded uiText instance - for advanced users only. |
uiText — Class in package com.ghostwire.ui.controls |
|
The uiText component is used to display single or multiline noneditable text. |
uiText(txt) — Constructor in class com.ghostwire.ui.controls.uiText |
|
Constructor - creates a new uiText instance. |
uiTextArea — Class in package com.ghostwire.ui.controls |
|
The uiTextArea is used to display multiline editable text with scrollbars. |
uiTextArea(txt) — Constructor in class com.ghostwire.ui.controls.uiTextArea |
|
Constructor - creates a new uiTextArea instance. |
uitextinput — Property in class com.ghostwire.ui.controls.uiTextArea |
|
Returns the embedded uiTextInput instance - for advanced users only. |
uiTextInput — Class in package com.ghostwire.ui.controls |
|
The uiTextInput component is used to display editable text. |
uiTextInput(txt) — Constructor in class com.ghostwire.ui.controls.uiTextInput |
|
Constructor - creates a new uiTextInput instance. |
uiTextStyles — Class in package com.ghostwire.ui.managers |
|
The uiTextStyles manager is the central depository of text formatting information. |
uiToggleFrame — Class in package com.ghostwire.ui.containers |
|
uiToggleFrame is a uiFrame whose content can be toggled enabled/disabled by
clicking on a check box title. |
uiToggleFrame(text, image, textPosition, labelPosition) — Constructor in class com.ghostwire.ui.containers.uiToggleFrame |
|
Constructor - creates a new uiToggleFrame container instance. |
uiToolTips — Class in package com.ghostwire.ui.managers |
|
The uiToolTips manager manages the use of tool tips. |
uiVBox — Class in package com.ghostwire.ui.containers |
|
uiVBox is a layout container that organizes its child objects sequentially vertically. |
uiVBox() — Constructor in class com.ghostwire.ui.containers.uiVBox |
|
Constructor - creates a new uiVBox instance. |
uivscrollbar — Property in class com.ghostwire.ui.core.uiScrollable |
|
Returns the uiVScrollBar instance used in this component. |
uiVScrollBar — Class in package com.ghostwire.ui.controls |
|
The uiVScrollBar component is used to implement vertical scrolling. |
uiVScrollBar(range:com.ghostwire.ui.data:uiRange) — Constructor in class com.ghostwire.ui.controls.uiVScrollBar |
|
Constructor - creates a new uiVScrollBar instance. |
uiVSlider — Class in package com.ghostwire.ui.controls |
|
The uiVSlider component allows the user to select a value within a range by sliding a
thumb along a vertical track. |
uiVSlider(range:com.ghostwire.ui.data:uiRange) — Constructor in class com.ghostwire.ui.controls.uiVSlider |
|
Constructor - creates a new uiVSlider instance. |
uiVStepper — Class in package com.ghostwire.ui.controls |
|
The uiVStepper component consists of a pair of buttons arranged side-by-side vertically
allowing the user to increment or decrement a value, within a predefined range, by pressing on either
button. |
uiVStepper(range:com.ghostwire.ui.data:uiRange) — Constructor in class com.ghostwire.ui.controls.uiVStepper |
|
Constructor - creates a new uiVStepper instance. |
uiWindow — Class in package com.ghostwire.ui.containers |
|
A uiWindow container contains a title bar and a content area for its child. |
uiWindow(mode, owner:com.ghostwire.ui.containers:uiWindow) — Constructor in class com.ghostwire.ui.containers.uiWindow |
|
Constructor - creates a new uiWindow container instance. |
uniform — Property in class com.ghostwire.ui.containers.uiBox |
|
Indicates whether child objects should be allocated equal space. |
unload — Event in class com.ghostwire.ui.controls.uiSWF |
|
Dispatched when the loaded SWF is unloaded, either via the unload() method or by setting
the source property to a different value. |
unload() — Method in class com.ghostwire.ui.controls.uiSWF |
|
Unloads the content. |
updateDelay — Property in class com.ghostwire.ui.controls.uiSlider |
|
Indicates the time in milliseconds that must pass where no slider thumb motion occurs before the
value property is updated. |
url — Property in class com.ghostwire.ui.controls.uiLink |
|
Indicates the URL to associate with this uiLink instance. |
|
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 |