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 |
maintainAspectRatio — Property in class com.ghostwire.ui.controls.uiImage |
|
Indicates whether the image should maintain its aspect ratio when resizing via the
setSize() method. |
manager — Static property in class com.ghostwire.ui.managers.uiCursors |
|
Indicates the shared instance of the uiCursors singleton class. |
manager — Static property in class com.ghostwire.ui.managers.uiFocus |
|
Indicates the shared instance of the uiFocus singleton class. |
manager — Static property in class com.ghostwire.ui.managers.uiFonts |
|
Indicates the shared instance of the uiFonts singleton class. |
manager — Static property in class com.ghostwire.ui.managers.uiSkins |
|
Indicates the shared instance of the uiSkins singleton class. |
manager — Static property in class com.ghostwire.ui.managers.uiTextStyles |
|
Indicates the shared instance of the uiTextStyles singleton class. |
manager — Static property in class com.ghostwire.ui.managers.uiToolTips |
|
Indicates the shared instance of the uiToolTips singleton class. |
margin — Property in class com.ghostwire.ui.core.uiComponent |
|
Indicates the thickness of the space surrounding the component. |
maxHeight — Property in class com.ghostwire.ui.core.uiComponent |
|
Indicates the upper limit for height . |
maximized — Property in class com.ghostwire.ui.containers.uiWindow |
|
Indicates whether this uiWindow instance is currently maximized. |
maximum — Property in class com.ghostwire.ui.data.uiRange |
|
Indicates the upper limit for the value property. |
maxWidth — Property in class com.ghostwire.ui.core.uiComponent |
|
Indicates the upper limit for width . |
members — Property in class com.ghostwire.ui.controls.uiButtonGroup |
|
Returns an array of the uiBbutton instances in this group. |
menu — Property in class com.ghostwire.ui.events.uiMenuEvent |
|
Indicates the uiMenu containing the menu item that triggered this event. |
menuHide — Event in class com.ghostwire.ui.controls.uiMenu |
|
Dispatched when the popup menu is closed. |
menuHide — Event in class com.ghostwire.ui.controls.uiMenuBar |
|
Dispatched when the popup menu is closed. |
MENU_HIDE — Constant static property in class com.ghostwire.ui.events.uiMenuEvent |
|
Dispatched when the currently shown popup uiMenu is closed. |
menuItemHeight — Property in class com.ghostwire.ui.controls.uiMenuBar |
|
Indicates the height of menu items. |
menuMaxWidth — Property in class com.ghostwire.ui.controls.uiMenuBar |
|
Indicates the maximum width that popup menus opened by this uiMenuBar control should
have. |
menuModel — Property in class com.ghostwire.ui.containers.uiWindow |
|
Indicates the uiModel object to use to populate the menu bar of this
uiWindow instance. |
menuSelect — Event in class com.ghostwire.ui.containers.uiWindow |
|
Dispatched when the end-user selects an enabled menu item from the menu bar. |
menuSelect — Event in class com.ghostwire.ui.controls.uiMenu |
|
Dispatched when an enabled menu item is selected by the end-user, either by clicking on the item
or pressing the SPACEBAR when the item is highlighted. |
menuSelect — Event in class com.ghostwire.ui.controls.uiMenuBar |
|
Dispatched when an enabled menu item is selected by the end-user, either by clicking on the item
or pressing the SPACEBAR when the item is highlighted. |
MENU_SELECT — Constant static property in class com.ghostwire.ui.events.uiMenuEvent |
|
Dispatched when a user selects an enabled menu item from a uiMenu instance. |
menuShow — Event in class com.ghostwire.ui.controls.uiMenu |
|
Dispatched when a submenu is opened by the end-user moving the mouse over a menu item that has
child menu items. |
menuShow — Event in class com.ghostwire.ui.controls.uiMenuBar |
|
Dispatched when a submenu is opened by the end-user moving the mouse over a menu item that has
child menu items. |
MENU_SHOW — Constant static property in class com.ghostwire.ui.events.uiMenuEvent |
|
Dispatched when a submenu uiMenu instance is created and displayed. |
midX — Property in class com.ghostwire.ui.core.uiBitmapImage |
|
Indicates the width of the middle portion that should not be stretched when the
uiBitmapImage instance is scaled horizontally. |
midY — Property in class com.ghostwire.ui.core.uiBitmapImage |
|
Indicates the height of the middle portion that should not be stretched when the
uiBitmapImage instance is scaled vertically. |
minHeight — Property in class com.ghostwire.ui.core.uiComponent |
|
Indicates the lower limit for height . |
minimized — Property in class com.ghostwire.ui.containers.uiWindow |
|
Indicates whether this uiWindow instance is currently minimized/collapsed. |
minimum — Property in class com.ghostwire.ui.data.uiRange |
|
Indicates the lower limit for the value property. |
minThumbSize — Property in class com.ghostwire.ui.controls.uiScrollBar |
|
Indicates the minimum size of the slider thumb. |
minWidth — Property in class com.ghostwire.ui.core.uiComponent |
|
Indicates the lower limit for width . |
MODAL — Constant static property in class com.ghostwire.ui.enums.WINDOW |
|
Indicates that the uiWindow instance is modal, can be moved and can
be closed but not resized by end-users. |
modalAlpha — Static property in class com.ghostwire.ui.containers.uiWindow |
|
Indicates the transparency level of the background when a modal window is displayed. |
modalColor — Static property in class com.ghostwire.ui.containers.uiWindow |
|
Indicates the color of the background when a modal window is displayed. |
mode — Property in class com.ghostwire.ui.containers.uiWindow |
|
Indicates whether the uiWindow instance is modal and/or can be closed,
maximized, minimized or resized by end-users. |
model — Property in class com.ghostwire.ui.containers.uiTabView |
|
Indicates the uiModel used to populate this uiTabView . |
model — Property in class com.ghostwire.ui.controls.uiListBox |
|
Indicates the uiModel that holds the items of this uiListBox . |
model — Property in class com.ghostwire.ui.controls.uiMenu |
|
Indicates the uiModel that holds the items of this uiMenu instance. |
model — Property in class com.ghostwire.ui.controls.uiTabViewBar |
|
Indicates the uiModel used to populate this uiTabViewBar . |
mouseEvent — Property in class com.ghostwire.ui.events.uiInteractiveItemEvent |
|
Indicates the MouseEvent that triggered this event. |
move — Event in class com.ghostwire.ui.core.uiComponent |
|
Dispatched when the component's position within its parent container has changed via calling the
move() method. |
move(x, y, noEvent) — Method in class com.ghostwire.ui.core.uiComponent |
|
Moves the component to the specified position, disregarding its allocation. |
MOVE — Constant static property in class com.ghostwire.ui.events.uiMoveEvent |
|
Dispatched when the component is explicitly moved via the move() method. |
multipleSelect — Property in class com.ghostwire.ui.controls.uiListBox |
|
Indicates whether multiple items can be selected. |
|
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 |