C - defines the base component where others extend frompublic interface BaseLayout<C>
| Modifier and Type | Method and Description |
|---|---|
C |
getGlassPane()
Gets the glass pane.
|
C |
getMenu()
Returns the application menu instance.
|
C |
getRegisteredToolBar(ToolbarPosition position)
Gets the registered tool bar.
|
java.util.Map<ToolbarPosition,? extends javafx.scene.Node> |
getRegisteredToolBars()
Gets all registered tool bars.
|
C getRegisteredToolBar(ToolbarPosition position)
position - the positionjava.util.Map<ToolbarPosition,? extends javafx.scene.Node> getRegisteredToolBars()
C getMenu()
C getGlassPane()