|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.SwingXUtils
public class SwingXUtils
| Nested Class Summary | |
|---|---|
static class |
SwingXUtils.Orientation
|
| Constructor Summary | |
|---|---|
SwingXUtils()
|
|
| Method Summary | |
|---|---|
static java.awt.Container |
addToolbar(java.awt.Component content,
AppleMenu toolbar,
SwingXUtils.Orientation orientation)
|
static java.awt.Container |
addToolbar(java.awt.Component content,
java.awt.Component toolbar,
int size,
SwingXUtils.Orientation orientation)
Wrap the content and toolbar in such a way that the toolbar can overlap the content (used for AppleMenu) So the size amount of room is reserved in the content area, but the toolbar may go outside. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwingXUtils()
| Method Detail |
|---|
public static java.awt.Container addToolbar(java.awt.Component content,
java.awt.Component toolbar,
int size,
SwingXUtils.Orientation orientation)
content - toolbar - size - orientation -
public static java.awt.Container addToolbar(java.awt.Component content,
AppleMenu toolbar,
SwingXUtils.Orientation orientation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||