Package org.apache.pivot.wtk
Interface MenuButton.Skin
-
- All Known Implementing Classes:
MenuButtonSkin
,TerraMenuButtonSkin
- Enclosing class:
- MenuButton
public static interface MenuButton.Skin
MenuButton skin interface. MenuButton skins must implement this interface to facilitate additional communication between the component and the skin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Window
getMenuPopup()
-
-
-
Method Detail
-
getMenuPopup
Window getMenuPopup()
-
-