public class SubstanceCommandPopupMenuUI extends BasicColorSelectorPopupMenuUI
JCommandPopupMenu components in Substance look and
feel.| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
SubstanceCommandPopupMenuUI.SubstanceMenuPanel |
BasicCommandPopupMenuUI.MenuPanel, BasicCommandPopupMenuUI.PopupMenuLayoutManager, BasicCommandPopupMenuUI.ScrollableCommandButtonPanelBasicPopupPanelUI.PopupPanelEscapeDismisser, BasicPopupPanelUI.WindowTrackercommandButtonPanel, FORCE_ICON, menuItemsPanel, POPUP_MENU, popupListener, popupMenu, popupMenuChangeListenerpopupPanel| Constructor | Description |
|---|---|
SubstanceCommandPopupMenuUI() |
| Modifier and Type | Method | Description |
|---|---|---|
protected javax.swing.JPanel |
createMenuPanel() |
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
|
int |
getColorSelectorCellGap() |
|
int |
getColorSelectorCellSize() |
|
protected void |
installDefaults() |
Installs default settings for the associated command popup menu.
|
void |
installUI(javax.swing.JComponent c) |
|
protected void |
uninstallDefaults() |
Uninstalls default settings from the associated command popup menu.
|
void |
update(java.awt.Graphics g,
javax.swing.JComponent c) |
createLayoutManager, createScrollableButtonPanel, installComponents, installListeners, syncComponents, uninstallComponents, uninstallListenersinitiliazeGlobalListeners, uninstallUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI in class BasicCommandPopupMenuUIprotected void installDefaults()
BasicPopupPanelUIinstallDefaults in class BasicPopupPanelUIprotected void uninstallDefaults()
BasicPopupPanelUIuninstallDefaults in class BasicPopupPanelUIprotected javax.swing.JPanel createMenuPanel()
createMenuPanel in class BasicCommandPopupMenuUIpublic void update(java.awt.Graphics g,
javax.swing.JComponent c)
update in class javax.swing.plaf.ComponentUIpublic int getColorSelectorCellSize()
getColorSelectorCellSize in class BasicColorSelectorPopupMenuUIpublic int getColorSelectorCellGap()
getColorSelectorCellGap in class BasicColorSelectorPopupMenuUI