public class SingleRowPassInfo extends LayoutPassInfoBase
LayoutPassInfo.LineCoordinates
Modifier and Type | Field and Description |
---|---|
java.lang.ref.WeakReference<javax.swing.JComponent> |
comp |
java.lang.ref.WeakReference<javax.swing.JComponent> |
hToolbar |
java.awt.Insets |
insets |
java.awt.Rectangle |
moreRect |
java.awt.Rectangle |
tabRectangle |
java.util.List<TabInfo> |
toDrop |
java.util.List<TabInfo> |
toLayout |
java.lang.ref.WeakReference<javax.swing.JComponent> |
vToolbar |
layoutRectWithoutInsets, tabsRowHeight
myVisibleInfos
Constructor and Description |
---|
SingleRowPassInfo(java.util.List<TabInfo> visibleInfos,
SingleRowLayout 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.
|
getNext, getPrevious
public final java.util.List<TabInfo> toLayout
public final java.util.List<TabInfo> toDrop
public java.awt.Rectangle moreRect
public java.lang.ref.WeakReference<javax.swing.JComponent> hToolbar
public java.lang.ref.WeakReference<javax.swing.JComponent> vToolbar
public java.awt.Insets insets
public java.lang.ref.WeakReference<javax.swing.JComponent> comp
public java.awt.Rectangle tabRectangle
public SingleRowPassInfo(java.util.List<TabInfo> visibleInfos, SingleRowLayout tabsLayout, TabsLayoutCallback tabsLayoutCallback)
@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