|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SwingXUtils.Orientation | |
|---|---|
| org.tbee.swing | |
| Uses of SwingXUtils.Orientation in org.tbee.swing |
|---|
| Methods in org.tbee.swing that return SwingXUtils.Orientation | |
|---|---|
static SwingXUtils.Orientation |
SwingXUtils.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SwingXUtils.Orientation[] |
SwingXUtils.Orientation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.tbee.swing with parameters of type SwingXUtils.Orientation | |
|---|---|
static Container |
SwingXUtils.addToolbar(Component content,
AppleMenu toolbar,
SwingXUtils.Orientation orientation)
|
static Container |
SwingXUtils.addToolbar(Component content,
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||