|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.stack.tab.MenuLineLayoutPossibility
public class MenuLineLayoutPossibility
A possibility for a layout of tabs, menus and actions as described by the MenuLineLayout
.
Constructor Summary | |
---|---|
MenuLineLayoutPossibility(MenuLineLayoutPane pane,
Size tab,
Size menu,
Size info)
Creates a new layout. |
Method Summary | |
---|---|
void |
apply()
Applies the sizes specified in this layout. |
MenuLineLayoutPane |
getPane()
Gets the representation of the TabPane for which which possible layout
is evaluated. |
java.awt.Dimension |
getSize()
Gets the size this layout requires. |
boolean |
isPreferred()
Tells whether this layout is a preferred layout. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MenuLineLayoutPossibility(MenuLineLayoutPane pane, Size tab, Size menu, Size info)
pane
- the TabPane
for which this possible layout is checkedtab
- the size of the tabs, not null
menu
- the size of the menu, may be null
to indicate
that the menu is invisibleinfo
- the size of the info panel, may be null
if
there is no info panel to showMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isPreferred()
true
if this layout is a preferred layoutpublic MenuLineLayoutPane getPane()
TabPane
for which which possible layout
is evaluated.
null
public java.awt.Dimension getSize()
public void apply()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |