public class JTabbedPane extends JComponent
修飾子 | コンストラクタと説明 |
---|---|
protected |
JTabbedPane(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい JTabbedPane を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ItemIdentifier |
getSelectedTab()
[読み取り専用] 現在選択されているタブ。
|
int |
getSelectedTabIndex()
[読み取り専用] 現在選択されているタブのインデックス。
|
int |
getTabCount()
[読み取り専用] タブの数。
|
int |
getTabIndex(String title)
タブ インデックスを返します。
|
int |
getTabRunCount()
[読み取り専用] タブを表示するために現在使用されているタブの並びの数。
|
String |
getTabTitle(int index)
タブ タイトルを返します。
|
boolean |
isTabEnabled(int tabIndex)
タブが現在有効かどうかを返します。
|
boolean |
isTabEnabled(ItemIdentifier tab)
タブが現在有効かどうかを返します。
|
boolean |
isTabEnabled(String tabText)
タブが現在有効かどうかを返します。
|
void |
select(int tabIndex)
指定したタブを選択します。
|
void |
select(ItemIdentifier tab)
指定したタブを選択します。
|
void |
select(String tabText)
指定したタブを選択します。
|
getToolTipText
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getAccessibleName, getAccessibleRole, getBackground, getCursor, getFont, getForeground, getHeight, getName, getNativeHandle, getWidth, isEnabled, isFocusable, isFocused, mouseMove, mouseMove, openContextMenu, openContextMenu, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, scrollIntoView, setFocus, 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 JTabbedPane(JtfObjectHandle handle, Desktop desktop)
handle
- JTabbedPane を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic int getTabIndex(String title)
title
- タブのタイトルpublic String getTabTitle(int index)
index
- タブのインデックス。. The value is zero-based.public boolean isTabEnabled(ItemIdentifier tab)
tab
- タブの名前またはインデックスpublic boolean isTabEnabled(String tabText)
tabText
- タブの名前またはインデックスpublic boolean isTabEnabled(int tabIndex)
tabIndex
- タブの名前またはインデックスpublic void select(ItemIdentifier tab)
tab
- 選択するタブの名前またはインデックスpublic void select(String tabText)
tabText
- 選択するタブの名前またはインデックスpublic void select(int tabIndex)
tabIndex
- 選択するタブの名前またはインデックスpublic ItemIdentifier getSelectedTab()
public int getSelectedTabIndex()
public int getTabCount()
public int getTabRunCount()
Copyright 2009-2012 Micro Focus. All Rights Reserved.