| Package | Description |
|---|---|
| org.fujion.component |
| Modifier and Type | Class and Description |
|---|---|
class |
Menupopup
An extension of the Popup component designed for use with popup context menus.
|
| Modifier and Type | Method and Description |
|---|---|
Popup |
BaseUIComponent.getContext()
Returns the popup component that will appear when right-clicking on this component.
|
Popup |
BaseUIComponent.getPopup()
Returns the popup component that will appear when hovering over this component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseUIComponent.addMask(String label,
Popup popup)
Creates a shaded mask over the component, effectively preventing direct user interaction.
|
void |
BaseUIComponent.setContext(Popup context)
Sets the popup component that will appear when right-clicking on this component.
|
void |
Popupbox.setPopup(Popup popup)
Sets the popup associated with the popup box.
|
void |
BaseUIComponent.setPopup(Popup popup)
Sets the popup component that will appear when hovering over this component.
|
Copyright © 2018 Fujion Framework. All rights reserved.