|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.stack.tab.layouting.Size
bibliothek.gui.dock.station.stack.tab.layouting.TabsLayoutBlock.TabsSize
bibliothek.gui.dock.station.stack.tab.layouting.LineTabsLayoutBlock.LineSize
public class LineTabsLayoutBlock.LineSize
Size information about a line on a LineTabsLayoutBlock.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class bibliothek.gui.dock.station.stack.tab.layouting.Size |
|---|
Size.Type |
| Constructor Summary | |
|---|---|
LineTabsLayoutBlock.LineSize(Size.Type type,
java.awt.Dimension size,
Tab[] tabs,
boolean allTabs)
Creates a new size |
|
| Method Summary | |
|---|---|
boolean |
isAllTabs()
Tells whether this size represents a size where all tabs are shown. |
| Methods inherited from class bibliothek.gui.dock.station.stack.tab.layouting.TabsLayoutBlock.TabsSize |
|---|
getTabCount, getTabs, toString |
| Methods inherited from class bibliothek.gui.dock.station.stack.tab.layouting.Size |
|---|
getHeight, getType, getWidth, isMinimum, isPreferred, toDimension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LineTabsLayoutBlock.LineSize(Size.Type type,
java.awt.Dimension size,
Tab[] tabs,
boolean allTabs)
type - the kind of size this issize - the amount of needed pixelstabs - the tabs shown with this sizeallTabs - whether tabs includes all available tabs| Method Detail |
|---|
public boolean isAllTabs()
true if all tabs are shown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||