com.jidesoft.plaf.basic
Class BasicJideTabbedPaneUI.TabbedPaneLayout
java.lang.Object
com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabbedPaneLayout
- All Implemented Interfaces:
- LayoutManager
- Direct Known Subclasses:
- BasicJideTabbedPaneUI.TabbedPaneScrollLayout
- Enclosing class:
- BasicJideTabbedPaneUI
public class BasicJideTabbedPaneUI.TabbedPaneLayout
- extends Object
- implements LayoutManager
This inner class is marked "public" due to a compiler bug. This class should be treated as a
"protected" inner class. Instantiate it only within subclasses of VsnetJideTabbedPaneUI.
Method Summary |
void |
addLayoutComponent(String name,
Component comp)
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicJideTabbedPaneUI.TabbedPaneLayout
public BasicJideTabbedPaneUI.TabbedPaneLayout()
addLayoutComponent
public void addLayoutComponent(String name,
Component comp)
- Specified by:
addLayoutComponent
in interface LayoutManager
removeLayoutComponent
public void removeLayoutComponent(Component comp)
- Specified by:
removeLayoutComponent
in interface LayoutManager
preferredLayoutSize
public Dimension preferredLayoutSize(Container parent)
- Specified by:
preferredLayoutSize
in interface LayoutManager
minimumLayoutSize
public Dimension minimumLayoutSize(Container parent)
- Specified by:
minimumLayoutSize
in interface LayoutManager
calculateSize
protected Dimension calculateSize(boolean minimum)
preferredTabAreaHeight
protected int preferredTabAreaHeight(int tabPlacement,
int width)
preferredTabAreaWidth
protected int preferredTabAreaWidth(int tabPlacement,
int height)
layoutContainer
public void layoutContainer(Container parent)
- Specified by:
layoutContainer
in interface LayoutManager
calculateLayoutInfo
public void calculateLayoutInfo()
calculateTabRects
protected void calculateTabRects(int tabPlacement,
int tabCount)
rotateTabRuns
protected void rotateTabRuns(int tabPlacement,
int selectedRun)
normalizeTabRuns
protected void normalizeTabRuns(int tabPlacement,
int tabCount,
int start,
int max)
padTabRun
protected void padTabRun(int tabPlacement,
int start,
int end,
int max)
padSelectedTab
protected void padSelectedTab(int tabPlacement,
int selectedIndex)