| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><title>mx.managers Summary</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!-- |
| asdocTitle = 'mx.managers package - ApacheFlex API Reference'; |
| var baseRef = '../../'; |
| window.onload = configPage; |
| --></script> |
| <script type="text/javascript"> |
| scrollToNameAnchor(); |
| </script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">Apache Flex 4.16.1 API Reference </td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a> | <a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a> | <a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a> | <a id="framesLink1" href="../../index.html?mx/managers/package-detail.html&mx/managers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt="AdobeLogo" title="AdobeLogo"></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">mx.managers</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a> | <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3"> </td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve"> |
| <!-- |
| |
| if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("mx.managers"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,true,true,false);} |
| --> |
| </script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th> </th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="IBrowserManager.html">IBrowserManager</a></i></td><td class="summaryTableLastCol"> |
| The interface that the shared instance of the BrowserManager |
| implements.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="IFocusManager.html">IFocusManager</a></i></td><td class="summaryTableLastCol"> |
| The IFocusManager interface defines the interface that components must implement |
| to manage the focus on components in response to mouse activity or |
| keyboard activity (Tab key), and to support a default button.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="IFocusManagerComplexComponent.html">IFocusManagerComplexComponent</a></i></td><td class="summaryTableLastCol"> |
| The IFocusManagerComplexComponent interface defines the interface |
| that components that can have more than one internal focus target |
| should implement in order to |
| receive focus from the FocusManager.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="IFocusManagerComponent.html">IFocusManagerComponent</a></i></td><td class="summaryTableLastCol"> |
| The IFocusManagerComponent interface defines the interface |
| that focusable components must implement in order to |
| receive focus from the FocusManager.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="IFocusManagerContainer.html">IFocusManagerContainer</a></i></td><td class="summaryTableLastCol"> |
| The IFocusManagerContainer interface defines the interface that |
| containers implement to host a FocusManager.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="IFocusManagerGroup.html">IFocusManagerGroup</a></i></td><td class="summaryTableLastCol"> |
| The IFocusManagerGroup interface defines the interface that |
| any component must implement if it is grouped in sets, |
| where only one member of the set can be selected at any given time.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="IHistoryManagerClient.html">IHistoryManagerClient</a></i></td><td class="summaryTableLastCol"> |
| Interface that must be implemented by objects |
| registered with the History Manager.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="ILayoutManager.html">ILayoutManager</a></i></td><td class="summaryTableLastCol"> |
| The LayoutManager is the engine behind |
| Flex's measurement and layout strategy.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="ILayoutManagerClient.html">ILayoutManagerClient</a></i></td><td class="summaryTableLastCol"> |
| The ILayoutManagerClient interface defines the interface |
| that a component must implement to participate in the |
| LayoutManager's commit/measurement/layout sequence.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="IMarshalSystemManager.html">IMarshalSystemManager</a></i></td><td class="summaryTableLastCol"> |
| The IMarshalSystemManager interface defines the methods and properties that classes must implement |
| if they want to access, add, and remove bridges to other applications in a cross-versioned configuration.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="ISystemManager.html">ISystemManager</a></i></td><td class="summaryTableLastCol"> |
| An ISystemManager manages an "application window".</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><i><a href="IToolTipManagerClient.html">IToolTipManagerClient</a></i></td><td class="summaryTableLastCol"> |
| Components that implement IToolTipManagerClient can have tooltips and must |
| have a toolTip getter/setter.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th> </th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="BrowserManager.html">BrowserManager</a></td><td class="summaryTableLastCol"> |
| The BrowserManager is a Singleton manager that acts as |
| a proxy between the browser and the application.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="CursorManager.html">CursorManager</a></td><td class="summaryTableLastCol"> |
| The CursorManager class controls a prioritized list of cursors, |
| where the cursor with the highest priority is currently visible.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="CursorManagerPriority.html">CursorManagerPriority</a></td><td class="summaryTableLastCol"> |
| The CursorManagerPriority class defines the constant values for the |
| priority argument to the |
| CursorManager.setCursor() method.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="DragManager.html">DragManager</a></td><td class="summaryTableLastCol"> |
| The DragManager class manages drag and drop operations, which let you |
| move data from one place to another in a Flex application.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="FocusManager.html">FocusManager</a></td><td class="summaryTableLastCol"> |
| The FocusManager class manages the focus on components in response to mouse |
| activity or keyboard activity (Tab key).</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="HistoryManager.html">HistoryManager</a></td><td class="summaryTableLastCol"> |
| History management lets users navigate through a Flex application |
| using the web browser's Back and Forward navigation commands.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="LayoutManager.html">LayoutManager</a></td><td class="summaryTableLastCol"> |
| The LayoutManager is the engine behind |
| Flex's measurement and layout strategy.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="PopUpManager.html">PopUpManager</a></td><td class="summaryTableLastCol"> |
| The PopUpManager singleton class creates new top-level windows and |
| places or removes those windows from the layer on top of all other |
| visible windows.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="PopUpManagerChildList.html">PopUpManagerChildList</a></td><td class="summaryTableLastCol"> |
| The PopUpManagerChildList class defines the constant values for |
| the detail property of the |
| PopUpManager addPopUp() and createPopUp() |
| methods.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="SystemManager.html">SystemManager</a></td><td class="summaryTableLastCol"> |
| The SystemManager class manages an application window.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="ToolTipManager.html">ToolTipManager</a></td><td class="summaryTableLastCol"> |
| The ToolTipManager lets you set basic ToolTip and error tip functionality, |
| such as display delay and the disabling of ToolTips.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol"> </td><td class="summaryTableSecondCol"><a href="WindowedSystemManager.html">WindowedSystemManager</a> <img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime"></td><td class="summaryTableLastCol"> |
| The WindowedSystemManager class manages any non-Application windows in a |
| Flex-based AIR application.</td></tr></table><p></p><div><p></p><center class="copyright"><footer>The Apache Software Foundation</footer><br/>Wed Nov 15 2017, 09:57 AM +01:00 </center></div></div></body></html><!--The Apache Software Foundation<br/>Wed Nov 15 2017, 09:57 AM +01:00 --> |