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
|
doPaintWrapperPanel
clearItems, doPaintNavBarItem, getBackground, getBackgroundColor, getElementFont, getElementIpad, getElementPadding, getOffsets, getPopupOffset, getSelectionAlpha, getWrapperPanelInsets
public void doPaintNavBarPanel(java.awt.Graphics2D g, java.awt.Rectangle r, boolean mainToolbarVisible, boolean undocked)
doPaintNavBarPanel
in interface NavBarUI
doPaintNavBarPanel
in class AbstractNavBarUI
public java.awt.Color getForeground(boolean selected, boolean focused, boolean inactive)
NavBarUI
getForeground
in interface NavBarUI
getForeground
in class AbstractNavBarUI
selected
- is element selectedfocused
- is element focused (can be selected, but has no focus - while NavBarPopup showing)