void |
XulElement.setContext(Popup popup) |
Sets the UUID of the popup that should appear
when the user right-clicks on the element (a.k.a., context menu).
|
void |
XulElement.setContextAttributes(Popup popup,
java.lang.String position,
java.lang.String x,
java.lang.String y,
java.lang.String type) |
Sets the Attributes for the Context Popup
Note that position will be ignored if coordinates are set.
|
void |
XulElement.setPopup(Popup popup) |
Sets the UUID of the popup that should appear
when the user clicks on the element.
|
void |
XulElement.setPopupAttributes(Popup popup,
java.lang.String position,
java.lang.String x,
java.lang.String y,
java.lang.String type) |
Sets the Attributes for the Popup
Note that position will be ignored if coordinates are set.
|
void |
XulElement.setTooltip(Popup popup) |
Sets the UUID of the popup that should be used
as a tooltip window when the mouse hovers over the element for a moment.
|
void |
XulElement.setTooltipAttributes(Popup popup,
java.lang.String position,
java.lang.String x,
java.lang.String y,
java.lang.Integer delay) |
Sets the Attributes for the Tooltip Popup
Note that position will be ignored if coordinates are set.
|