public interface ActionsToolboxView<V extends ActionsToolboxView>
| Modifier and Type | Method and Description |
|---|---|
V |
addButton(Glyph glyph,
String title,
Consumer<MouseClickEvent> clickEventConsumer) |
void |
destroy() |
V |
hide() |
void |
hideAndDestroy() |
V |
init(ActionsToolbox toolbox) |
V |
show() |
V init(ActionsToolbox toolbox)
V addButton(Glyph glyph, String title, Consumer<MouseClickEvent> clickEventConsumer)
V show()
V hide()
void destroy()
void hideAndDestroy()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.