public class DarculaNavBarUI extends CommonNavBarUI
| Constructor and Description |
|---|
DarculaNavBarUI() |
| Modifier and Type | Method and Description |
|---|---|
void |
doPaintNavBarPanel(java.awt.Graphics2D g,
java.awt.Rectangle r,
boolean mainToolbarVisible,
boolean undocked) |
java.awt.Color |
getForeground(boolean selected,
boolean focused,
boolean inactive)
Returns NavBarItem foreground
|
doPaintWrapperPanelclearItems, doPaintNavBarItem, getBackground, getBackgroundColor, getElementFont, getElementIpad, getElementPadding, getOffsets, getPopupOffset, getSelectionAlpha, getWrapperPanelInsetspublic void doPaintNavBarPanel(java.awt.Graphics2D g,
java.awt.Rectangle r,
boolean mainToolbarVisible,
boolean undocked)
doPaintNavBarPanel in interface NavBarUIdoPaintNavBarPanel in class AbstractNavBarUIpublic java.awt.Color getForeground(boolean selected,
boolean focused,
boolean inactive)
NavBarUIgetForeground in interface NavBarUIgetForeground in class AbstractNavBarUIselected - is element selectedfocused - is element focused (can be selected, but has no focus - while NavBarPopup showing)