public interface JFXToolbarService
Modifier and Type | Method and Description |
---|---|
void |
addToolbar(javafx.scene.control.ToolBar toolbar)
Add toolbar to main window toolbar.
|
void |
insertToolbarAtIndex(int index,
javafx.scene.control.ToolBar toolbar)
Insert toolbar at specified index in main window toolbar.
|
void |
registerEventHandlerForId(String id,
DMXEventRegistrationHandler handler)
Registers event handler on toolbar component with specified ID.
|
void |
setToolbarStyle(String style)
Sets style for the main toolbar.
|
void addToolbar(javafx.scene.control.ToolBar toolbar)
toolbar
- toolbar to addvoid insertToolbarAtIndex(int index, javafx.scene.control.ToolBar toolbar)
index
- index to insert toolbar attoolbar
- toolbar to addvoid setToolbarStyle(String style)
style
- style to setvoid registerEventHandlerForId(String id, DMXEventRegistrationHandler handler)
id
- component IDhandler
- event handlerCopyright © 2012-2014 Vektor Software. All Rights Reserved.