| Interface | Description |
---|
| IBrowserManager |
The interface that the shared instance of the BrowserManager
implements. |
| IFocusManager |
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. |
| IFocusManagerComplexComponent |
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. |
| IFocusManagerComponent |
The IFocusManagerComponent interface defines the interface
that focusable components must implement in order to
receive focus from the FocusManager. |
| IFocusManagerContainer |
The IFocusManagerContainer interface defines the interface that
containers implement to host a FocusManager. |
| IFocusManagerGroup |
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. |
| IHistoryManagerClient |
Interface that must be implemented by objects
registered with the History Manager. |
| ILayoutManager |
The LayoutManager is the engine behind
Flex's measurement and layout strategy. |
| ILayoutManagerClient |
The ILayoutManagerClient interface defines the interface
that a component must implement to participate in the
LayoutManager's commit/measurement/layout sequence. |
| IMarshalSystemManager |
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. |
| ISystemManager |
An ISystemManager manages an "application window". |
| IToolTipManagerClient |
Components that implement IToolTipManagerClient can have tooltips and must
have a toolTip getter/setter. |