public class FlexContainerMovieClip extends FlexUIMovieClip
您可以将 ContainerMovieClip 子类用作 Flex 容器,它可以容纳子级并对事件作出响应,定义视图状态和转换并以与 Flex 组件相同的方式工作。
Flash 容器仅具有一个 Flex 子级。然而,此子级可以是 Flex 容器,其允许您添加其他子级。
Modifier | Constructor and Description |
---|---|
protected |
FlexContainerMovieClip(JtfObjectHandle handle,
Desktop desktop)
使用 JtfObjectHandle 创建新 FlexContainerMovieClip。
|
Modifier and Type | Method and Description |
---|---|
void |
dragDrop(String action)
定义 dragDrop 事件的事件对象的类型属性值。
|
void |
dragDrop(String action,
String draggedItem)
定义 dragDrop 事件的事件对象的类型属性值。
|
void |
dragDrop(String action,
String draggedItem,
ModifierKey keyModifier)
定义 dragDrop 事件的事件对象的类型属性值。
|
changeFocus, changeFocus, changeFocus, getAutomationClassName, getAutomationIndex, getAutomationName, getClassName, getCurrentState, getErrorColor, getErrorString, getId, getNumAutomationChildren, getPercentHeight, getPercentWidth, getScaleX, getScaleY, getThemeColor, getToolTip, isEnabled, isFocusEnabled, isUseHandCursor, setFocus
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getAlpha, getHeight, getStyle, getTabIndex, getWidth, getX, getY, isMouseEnabled, isTabChildren, isTabEnabled, isVisible, mouseMove, mouseMove, nativeToString, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeys
captureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, getValue, highlightObject, highlightObject, highlightObject, invokeMethods, textCapture, textCapture, textClick, textClick, textClick, textClick, textClick, textClick, textExists, textExists, textExists, textExists, textExists, textRectangle, textRectangle, textRectangle, textRectangle, textRectangle, waitForChildDisappearance, waitForChildDisappearance, waitForDisappearance, waitForDisappearance, waitForObject, waitForObject, waitForProperty, waitForProperty
equals, exists, find, find, findAll, findAll, getCustomTypeName, getDesktop, getHandle, getLocator, getProperty, getTypeName, hashCode, imageClick, imageClick, imageClick, imageClick, imageClick, imageClick, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageExists, imageExists, imageExists, imageExistsFile, imageExistsFile, imageExistsFile, imageRectangle, imageRectangle, imageRectangle, imageRectangleFile, imageRectangleFile, imageRectangleFile, invoke, preventFinalLocator, setProperty, toString
protected FlexContainerMovieClip(JtfObjectHandle handle, Desktop desktop)
handle
- 可确定 FlexContainerMovieClip 的句柄desktop
- 此对象所在的桌面public void dragDrop(String action)
action
- 引起事件的操作public void dragDrop(String action, String draggedItem)
action
- 引起事件的操作draggedItem
- 拖动的项目public void dragDrop(String action, String draggedItem, ModifierKey keyModifier)
action
- 引起事件的操作draggedItem
- 拖动的项目keyModifier
- 可使用的键修饰符(例如 Ctrl 键)Copyright 2009-2012 Micro Focus. All Rights Reserved.