|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
java.lang.Objectjavax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
public class BasicTabbedPaneUI.TabbedPaneLayout
ÀÌ Å¬·¡½º´Â "protected" ³»ºÎ Ŭ·¡½º·Î¼ Ãë±ÞÇÒ Çʿ䰡 ÀÖ½À´Ï´Ù. BasicTabbedPaneUI ¼ºê Ŭ·¡½º³»¿¡¼¸¸ ÀνºÅϽºÈÇØ ÁÖ¼¼¿ä.
»ý¼ºÀÚ °³¿ä | |
---|---|
BasicTabbedPaneUI.TabbedPaneLayout ()
|
¸Þ¼µå °³¿ä | |
---|---|
void |
addLayoutComponent (String name,
Component comp)
·¹À̾ƿô ¸Å´ÏÀú°¡ ÄÄÆÛ³ÍÆ®¸¶´ÙÀÇ Ä³¸¯ÅÍ ¶óÀÎÀ» »ç¿ëÇÏ´Â °æ¿ì, ·¹À̾ƿô¿¡ ÄÄÆÛ³ÍÆ®ÀÇ comp ¸¦ Ãß°¡ÇØ, name ¿¡ ÀÇÇØ ÁöÁ¤µÈ ij¸¯ÅÍ ¶óÀο¡ °ü·ÃÁþ½À´Ï´Ù. |
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
¿¡ ÀÇÇØ ÁöÁ¤µÈ ij¸¯ÅÍ ¶óÀο¡ °ü·ÃÁþ½À´Ï´Ù.
LayoutManager
³»ÀÇ addLayoutComponent
name
- ÄÄÆÛ³ÍÆ®¿¡ °ü·ÃµÈ
ij¸¯ÅÍ ¶óÀÎ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 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | Çʵå | constructor | ¸Þ¼µå | »ó¼¼: Çʵå | »ý¼ºÀÚ | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.