public abstract class RibbonUI
extends javax.swing.plaf.ComponentUI
JRibbon).| Modifier and Type | Field and Description |
|---|---|
ResizableIcon |
applicationIcon
The application icon.
|
| Constructor and Description |
|---|
RibbonUI() |
| Modifier and Type | Method and Description |
|---|---|
ResizableIcon |
getApplicationIcon()
Returns the application icon.
|
abstract java.awt.Rectangle |
getContextualTaskGroupBounds(RibbonContextualTaskGroup group)
Returns the bounds of the specified contextual task group.
|
abstract void |
handleMouseWheelEvent(java.awt.event.MouseWheelEvent e) |
abstract boolean |
isShowingScrollsForBands() |
abstract boolean |
isShowingScrollsForTaskToggleButtons() |
void |
setApplicationIcon(ResizableIcon applicationIcon)
Sets the application icon.
|
public ResizableIcon applicationIcon
public abstract java.awt.Rectangle getContextualTaskGroupBounds(RibbonContextualTaskGroup group)
group - Contextual task group.public abstract boolean isShowingScrollsForTaskToggleButtons()
public abstract boolean isShowingScrollsForBands()
public abstract void handleMouseWheelEvent(java.awt.event.MouseWheelEvent e)
public ResizableIcon getApplicationIcon()
public void setApplicationIcon(ResizableIcon applicationIcon)
There is no check performed to see if applicationIcon is
null.
applicationIcon - the application icon to set