KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicTabbedPaneUI.TabbedPaneLayout

javax.swing.plaf.basic
Class BasicTabbedPaneUI.TabbedPaneLayout

java.lang.Object
  extended by javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
All Implemented Interfaces:
LayoutManager
Direct Known Subclasses:
MetalTabbedPaneUI.TabbedPaneLayout
Enclosing class:
BasicTabbedPaneUI
See Also:
Source Code

public void addLayoutComponent(String name,
                               Component comp)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BasicTabbedPaneUI.TabbedPaneLayout()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void calculateLayoutInfo()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Dimension calculateSize(boolean minimum)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void calculateTabRects(int tabPlacement,
                                 int tabCount)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void layoutContainer(Container parent)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension minimumLayoutSize(Container parent)
See Also:
LayoutManager.preferredLayoutSize(java.awt.Container)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void normalizeTabRuns(int tabPlacement,
                                int tabCount,
                                int start,
                                int max)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void padSelectedTab(int tabPlacement,
                              int selectedIndex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void padTabRun(int tabPlacement,
                         int start,
                         int end,
                         int max)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension preferredLayoutSize(Container parent)
See Also:
LayoutManager.minimumLayoutSize(java.awt.Container)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int preferredTabAreaHeight(int tabPlacement,
                                     int width)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int preferredTabAreaWidth(int tabPlacement,
                                    int height)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeLayoutComponent(Component comp)
See Also:
LayoutManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void rotateTabRuns(int tabPlacement,
                             int selectedRun)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags