Class com.asual.enflash.ui.UI

com.asual.enflash.EnFlashObject
   +--com.asual.enflash.ui.UIObject
      +--com.asual.enflash.ui.Container
         +--com.asual.enflash.ui.UI

Field Index

css, dialog, focus, focusedPane, focusManager, isMouseDown, labelHeight, loaded, marginBottom, marginLeft, marginRight, marginTop, nextFocus, onenterframe, onkeydown, onkeyup, onmousedown, onmouseup, onstyles, onthemeload, onthemeset, onzoom, paneCapacity, previousFocus, shortcutManager, styleSheet, systemFont, theme, themeManager, zoom, zoomManager
Inherited from Container
bars, collapsable, collapsed, horizontal, panes, percents, refreshable, resizable, rule, windows
Inherited from UIObject
alpha, h, margin, movieclip, onload, onresize, padding, visible, w, x, y
Inherited from EnFlashObject
id, oninit, onremove, parent, ref

Method Index

new UI()

addComboList(), addDialog(), addMenu(), addShortcut(), closeComboList(), closeMenu(), closeMenus(), getX(), getY(), hideCursor(), main(), pixel2zoom(), removeComboList(), removeMenu(), removeMenus(), removeShortcut(), showCursor(), zoom2pixel()
Inherited from Container
addBar(), addBarAt(), addScrollPane(), addWindow(), getBar(), getScrollPane()
Inherited from UIObject
load(), move(), setSize()
Inherited from EnFlashObject
addEventListener(), createDelegate(), debug(), dispatchEvent(), dispatchEventOnce(), getListeners(), getXML(), remove(), removeDelegate(), removeEventListener(), setXML(), toString()

Constructor Detail

UI

public function UI(id:String)

Field Detail

marginTop

public marginTop:Number

marginRight

public marginRight:Number

marginBottom

public marginBottom:Number

marginLeft

public marginLeft:Number

onstyles

public onstyles:Function

onenterframe

public onenterframe:Function

onkeydown

public onkeydown:Function

onkeyup

public onkeyup:Function

onmousedown

public onmousedown:Function

onmouseup

public onmouseup:Function

onthemeload

public onthemeload:Function

onthemeset

public onthemeset:Function

onzoom

public onzoom:Function

systemFont

public systemFont:String [Read Only]

dialog

public dialog:Object [Read Only]

theme

public theme:Object

zoom

public zoom:Number

paneCapacity

public paneCapacity:Number [Read Only]

focusedPane

public focusedPane:ScrollPane [Read Only]

loaded

public loaded:Boolean [Read Only]

css

public css:String

isMouseDown

public isMouseDown:Boolean [Read Only]

styleSheet

public styleSheet:TextField.StyleSheet [Read Only]

labelHeight

public labelHeight:Number [Read Only]

focus

public focus:Object

previousFocus

public previousFocus:Object [Read Only]

nextFocus

public nextFocus:Object [Read Only]

focusManager

public focusManager:FocusManager [Read Only]

shortcutManager

public shortcutManager:ShortcutManager [Read Only]

themeManager

public themeManager:ThemeManager [Read Only]

zoomManager

public zoomManager:ZoomManager [Read Only]

Method Detail

main

public function main(parent:Number, mc:MovieClip, depth:Number, theme:String):Void

addDialog

public function addDialog(dialog:Dialog):Dialog

addShortcut

public function addShortcut(component, shortcut):Void

removeShortcut

public function removeShortcut(component):Void

addComboList

public function addComboList(listBox):ListBox

removeComboList

public function removeComboList(listBox:ListBox):ListBox

closeComboList

public function closeComboList():Void

addMenu

public function addMenu(menuParent, id):Menu

removeMenu

public function removeMenu(menu):Void

removeMenus

public function removeMenus():Void

closeMenu

public function closeMenu():Void

closeMenus

public function closeMenus():Void

showCursor

public function showCursor(cursor:String):Void

hideCursor

public function hideCursor():Void

getX

public function getX(object):Number

getY

public function getY(object):Number

zoom2pixel

public function zoom2pixel(value:Number):Number

pixel2zoom

public function pixel2zoom(value:Number):Number