public class FlexPanel extends FlexContainer
通常、Panel コンテナーは最上位のアプリケーション モジュールをラップするために使用します。 例えば、Panel コンテナーにショッピング カートを含めることもできます。
修飾子 | コンストラクタと説明 |
---|---|
protected |
FlexPanel(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい FlexPanel を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Color> |
getFooterColors()
[読み取り専用] フッター(ControlBar コンテナーの領域)の背景の描画に使用される 2 色の配列。
|
List<Color> |
getHeaderColors()
[読み取り専用] ヘッダーを描画するために使用する 2 色の配列。
|
int |
getHeaderHeight()
[読み取り専用] ヘッダーの高さ。
|
String |
getStatus()
[読み取り専用] タイトル バーのステータス領域に表示されるテキスト。
|
String |
getTitle()
[読み取り専用] タイトル バーに表示されるタイトルまたはキャプション。
|
boolean |
isDropShadowEnabled()
[読み取り専用] Panel コンテナーのドロップ シャドウが可視かどうか。
|
dragCancel, dragCancel, dragDrop, dragDrop, dragDrop, dragStart, dragStart, getBackgroundAlpha, getBackgroundColor, getBackgroundDisabledColor, getBackgroundImage, getBackgroundSize, getColumnNames, getCreationIndex, getCreationPolicy, getFillAlphas, getFillColors, getFirstVisibleRow, getFontFamily, getFontSize, getFontStyle, getFontWeight, getLabel, getLastVisibleRow, getNumChildren, getNumColumns, getNumRows, getValues, mouseScroll, mouseScroll, scroll
changeFocus, changeFocus, changeFocus, getAutomationClassName, getAutomationIndex, getAutomationName, getClassName, getCurrentState, getErrorColor, getErrorString, getId, getNumAutomationChildren, getPercentHeight, getPercentWidth, getScaleX, getScaleY, getThemeColor, getToolTip, isEnabled, isFocusEnabled, isUseHandCursor, move, move, move, 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 FlexPanel(JtfObjectHandle handle, Desktop desktop)
handle
- FlexPanel を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic boolean isDropShadowEnabled()
public List<Color> getFooterColors()
1 つ目の色は上の色です。 2 つ目の色は下の色です。 デフォルト値は null であり、コントロール バーの背景はパネルの背景と同じになります。 デフォルト値は null です。
public List<Color> getHeaderColors()
1 つ目の色は上の色です。 2 つ目の色は下の色です。 デフォルト値は null であり、ヘッダーの背景はパネルの背景と同じになります。 デフォルト値は null です。
public int getHeaderHeight()
public String getStatus()
public String getTitle()
Copyright 2009-2012 Micro Focus. All Rights Reserved.