home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
HexiomConnect.swf
/
scripts
/
mx
/
managers
/
IFocusManagerComponent.as
< prev
next >
Wrap
Text File
|
2008-08-29
|
469b
|
22 lines
package mx.managers
{
public interface IFocusManagerComponent
{
function set focusEnabled(param1:Boolean) : void;
function drawFocus(param1:Boolean) : void;
function setFocus() : void;
function get focusEnabled() : Boolean;
function get tabEnabled() : Boolean;
function get tabIndex() : int;
function get mouseFocusEnabled() : Boolean;
}
}