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