public class TablePassInfo extends LayoutPassInfoBase
LayoutPassInfo.LineCoordinates| Modifier and Type | Field and Description |
|---|---|
java.awt.Rectangle |
toFitRec |
layoutRectWithoutInsets, tabsRowHeightmyVisibleInfos| 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, getPreviouspublic 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 LayoutPassInfoBasepublic java.awt.Rectangle getHeaderRectangle()
getHeaderRectangle in class LayoutPassInfopublic java.util.List<LayoutPassInfo.LineCoordinates> getExtraBorderLines()
getExtraBorderLines in class LayoutPassInfo