|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
public class BasicTabbedPaneUI.TabbedPaneLayout
이 클래스는, 「protected」내부 클래스로서 취급하는 것을 추천합니다. 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
- 배치되는 컴퍼넌트LayoutManager.preferredLayoutSize(java.awt.Container)
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 Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.