|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
public class BasicTabbedPaneUI.TabbedPaneLayout
此類別應視為“受保護”內部類別。僅在 BasicTabbedPaneUI 的子類別中實例化此類別。
建構子摘要 | |
---|---|
BasicTabbedPaneUI.TabbedPaneLayout()
|
方法摘要 | |
---|---|
void |
addLayoutComponent(String name,
Component comp)
如果佈局管理器使用每元件字元串,則將元件 comp 添加到佈局,並將它與 name 指定的字元串關聯。 |
void |
calculateLayoutInfo()
|
protected Dimension |
calculateSize(boolean minimum)
|
protected void |
calculateTabRects(int tabPlacement,
int tabCount)
|
void |
layoutContainer(Container parent)
佈置指定容器。 |
Dimension |
minimumLayoutSize(Container parent)
給定指定容器所包含的元件,計算該容器的最小大小維數。 |
protected void |
normalizeTabRuns(int tabPlacement,
int tabCount,
int start,
int max)
|
protected void |
padSelectedTab(int tabPlacement,
int selectedIndex)
|
protected void |
padTabRun(int tabPlacement,
int start,
int end,
int max)
|
Dimension |
preferredLayoutSize(Container parent)
給定指定容器所包含的元件,計算該容器的首選大小維數。 |
protected int |
preferredTabAreaHeight(int tabPlacement,
int width)
|
protected int |
preferredTabAreaWidth(int tabPlacement,
int height)
|
void |
removeLayoutComponent(Component comp)
從佈局移除指定元件。 |
protected void |
rotateTabRuns(int tabPlacement,
int selectedRun)
|
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
建構子詳細資訊 |
---|
public BasicTabbedPaneUI.TabbedPaneLayout()
方法詳細資訊 |
---|
public void addLayoutComponent(String name, Component comp)
LayoutManager
複製的描述comp
添加到佈局,並將它與 name
指定的字元串關聯。
LayoutManager
中的 addLayoutComponent
name
- 要與元件關聯的字元串comp
- 要添加的元件public void removeLayoutComponent(Component comp)
LayoutManager
複製的描述
LayoutManager
中的 removeLayoutComponent
comp
- 要移除的元件public Dimension preferredLayoutSize(Container parent)
LayoutManager
複製的描述
LayoutManager
中的 preferredLayoutSize
parent
- 要佈置的容器LayoutManager.minimumLayoutSize(java.awt.Container)
public Dimension minimumLayoutSize(Container parent)
LayoutManager
複製的描述
LayoutManager
中的 minimumLayoutSize
parent
- 要佈置的元件protected Dimension calculateSize(boolean minimum)
protected int preferredTabAreaHeight(int tabPlacement, int width)
protected int preferredTabAreaWidth(int tabPlacement, int height)
public void layoutContainer(Container parent)
LayoutManager
複製的描述
LayoutManager
中的 layoutContainer
parent
- 要佈置的容器public void calculateLayoutInfo()
protected void calculateTabRects(int tabPlacement, int tabCount)
protected void rotateTabRuns(int tabPlacement, int selectedRun)
protected void normalizeTabRuns(int tabPlacement, int tabCount, int start, int max)
protected void padTabRun(int tabPlacement, int start, int end, int max)
protected void padSelectedTab(int tabPlacement, int selectedIndex)
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。