| Package | Description |
|---|---|
| org.jacpfx.api.componentLayout | |
| org.jacpfx.api.util |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ToolbarPosition,? extends javafx.scene.Node> |
BaseLayout.getRegisteredToolBars()
Gets all registered tool bars.
|
| Modifier and Type | Method and Description |
|---|---|
C |
BaseLayout.getRegisteredToolBar(ToolbarPosition position)
Gets the registered tool bar.
|
void |
WorkbenchLayout.registerToolBar(ToolbarPosition position)
Register a toolbar for the workbench
All toolbars are added with the same priority, thus the priority is given
by the order of registration.
|
void |
WorkbenchLayout.registerToolBars(ToolbarPosition... positions)
Register multiple toolbars for the workbench
All toolbars are added with the same priority, thus the priority is given
by the order of registration.
|
| Modifier and Type | Method and Description |
|---|---|
static ToolbarPosition |
ToolbarPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ToolbarPosition[] |
ToolbarPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|