public class BasicRibbonApplicationMenuPopupPanelUI extends BasicPopupPanelUI
JRibbonApplicationMenuButton.BasicPopupPanelUI.PopupPanelEscapeDismisser, BasicPopupPanelUI.WindowTracker| Modifier and Type | Field | Description |
|---|---|---|
protected JRibbonApplicationMenuPopupPanel |
applicationMenuPopupPanel |
The associated application menu button.
|
protected JPanel |
footerPanel |
|
protected JPanel |
mainPanel |
|
protected static CommandButtonDisplayState |
MENU_TILE_LEVEL_1 |
|
protected JPanel |
panelLevel1 |
|
protected JPanel |
panelLevel2 |
popupPanel| Constructor | Description |
|---|---|
BasicRibbonApplicationMenuPopupPanelUI() |
| Modifier and Type | Method | Description |
|---|---|---|
protected JPanel |
createMainPanel() |
|
static ComponentUI |
createUI(JComponent c) |
|
JPanel |
getPanelLevel1() |
|
JPanel |
getPanelLevel2() |
|
protected void |
installComponents() |
Installs components on the associated command popup menu.
|
protected void |
installDefaults() |
Installs default settings for the associated command popup menu.
|
protected void |
installListeners() |
Installs listeners on the associated command popup menu.
|
void |
installUI(JComponent c) |
|
void |
paint(Graphics g,
JComponent c) |
|
protected void |
uninstallComponents() |
Uninstalls subcomponents from the associated command popup menu.
|
protected void |
uninstallDefaults() |
Uninstalls default settings from the associated command popup menu.
|
protected void |
uninstallListeners() |
Uninstalls listeners from the associated command popup menu.
|
void |
uninstallUI(JComponent c) |
initiliazeGlobalListenerscontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, updateprotected JPanel panelLevel1
protected JPanel panelLevel2
protected JPanel footerPanel
protected static final CommandButtonDisplayState MENU_TILE_LEVEL_1
protected JRibbonApplicationMenuPopupPanel applicationMenuPopupPanel
protected JPanel mainPanel
public BasicRibbonApplicationMenuPopupPanelUI()
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI in class BasicPopupPanelUIpublic void uninstallUI(JComponent c)
uninstallUI in class BasicPopupPanelUIprotected void installDefaults()
BasicPopupPanelUIinstallDefaults in class BasicPopupPanelUIprotected void installComponents()
BasicPopupPanelUIinstallComponents in class BasicPopupPanelUIprotected JPanel createMainPanel()
protected void installListeners()
BasicPopupPanelUIinstallListeners in class BasicPopupPanelUIprotected void uninstallDefaults()
BasicPopupPanelUIuninstallDefaults in class BasicPopupPanelUIprotected void uninstallComponents()
BasicPopupPanelUIuninstallComponents in class BasicPopupPanelUIprotected void uninstallListeners()
BasicPopupPanelUIuninstallListeners in class BasicPopupPanelUIpublic void paint(Graphics g, JComponent c)
paint in class ComponentUIpublic JPanel getPanelLevel1()
public JPanel getPanelLevel2()