Package | Description |
---|---|
org.jacp.api.componentLayout | |
org.jacp.api.util | |
org.jacp.javafx.rcp.componentLayout |
Modifier and Type | Method and Description |
---|---|
C |
IBaseLayout.getRegisteredToolBar(ToolbarPosition position)
Gets the registered tool bar.
|
void |
IWorkbenchLayout.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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<ToolbarPosition,JACPToolBar> |
FXWorkbenchLayout.getRegisteredToolbars()
Gets the registered toolbars.
|
Modifier and Type | Method and Description |
---|---|
JACPToolBar |
FXWorkbenchLayout.getRegisteredToolBar(ToolbarPosition position) |
JACPToolBar |
FXComponentLayout.getRegisteredToolBar(ToolbarPosition position) |
void |
FXWorkbenchLayout.registerToolBar(ToolbarPosition position) |
Constructor and Description |
---|
FXComponentLayout(JACPMenuBar menu,
java.util.Map<ToolbarPosition,JACPToolBar> registeredToolBars,
javafx.scene.layout.Pane glassPane) |