Interface RadianceMenu
- All Known Implementing Classes:
RadianceCheckBoxMenuItemUI, RadianceMenuItemUI, RadianceMenuUI, RadianceRadioButtonMenuItemUI
public interface RadianceMenu
Base interface for all menu-related UI delegates.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the font of the accelerator string ofthisUI delegate.Returns the arrow icon ofthisUI delegate.Returns the associated menu item.Returns the checkmark icon ofthisUI delegate.intReturns the default gap between the icon and the text forthisdelegate.void
-
Method Details
-
getAcceleratorFont
Font getAcceleratorFont()Returns the font of the accelerator string ofthisUI delegate.- Returns:
- The font of the accelerator string of
thisUI delegate.
-
getCheckIcon
Icon getCheckIcon()Returns the checkmark icon ofthisUI delegate.- Returns:
- The checkmark icon of
thisUI delegate.
-
getArrowIcon
Icon getArrowIcon()Returns the arrow icon ofthisUI delegate.- Returns:
- The arrow icon of
thisUI delegate.
-
getDefaultTextIconGap
int getDefaultTextIconGap()Returns the default gap between the icon and the text forthisdelegate.- Returns:
- The default gap between the icon and the text for
thisdelegate.
-
getAssociatedMenuItem
JMenuItem getAssociatedMenuItem()Returns the associated menu item.- Returns:
- The associated menu item.
-
updateCheckIconIfNeeded
void updateCheckIconIfNeeded()
-