public abstract class LayoutPassInfoBase extends LayoutPassInfo
LayoutPassInfo.LineCoordinates
Modifier and Type | Field and Description |
---|---|
java.awt.Rectangle |
layoutRectWithoutInsets |
int |
tabsRowHeight |
myVisibleInfos
Modifier | Constructor and Description |
---|---|
protected |
LayoutPassInfoBase(java.util.List<TabInfo> visibleInfos,
TabsLayout tabsLayout,
TabsLayoutCallback tabsLayoutCallback) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount(int row)
Deprecated.
|
int |
getRowCount()
Deprecated.
|
TabInfo |
getTabAt(int row,
int column)
Deprecated.
|
getExtraBorderLines, getHeaderRectangle, getNext, getPrevious
public final java.awt.Rectangle layoutRectWithoutInsets
public final int tabsRowHeight
protected LayoutPassInfoBase(java.util.List<TabInfo> visibleInfos, TabsLayout tabsLayout, TabsLayoutCallback tabsLayoutCallback)
@Deprecated public int getRowCount()
getRowCount
in class LayoutPassInfo
@Deprecated public int getColumnCount(int row)
getColumnCount
in class LayoutPassInfo
@Deprecated public TabInfo getTabAt(int row, int column)
getTabAt
in class LayoutPassInfo