public class BasicRibbonApplicationMenuPopupPanelUI extends BasicPopupPanelUI
JRibbonApplicationMenuButton
.BasicPopupPanelUI.PopupPanelEscapeDismisser, BasicPopupPanelUI.WindowTracker
Modifier and Type | Field | Description |
---|---|---|
protected JRibbonApplicationMenuPopupPanel |
applicationMenuPopupPanel |
The associated application menu button.
|
protected javax.swing.JPanel |
footerPanel |
|
protected javax.swing.JPanel |
mainPanel |
|
protected static CommandButtonDisplayState |
MENU_TILE_LEVEL_1 |
|
protected javax.swing.JPanel |
panelLevel1 |
|
protected javax.swing.JPanel |
panelLevel2 |
popupPanel
Constructor | Description |
---|---|
BasicRibbonApplicationMenuPopupPanelUI() |
Modifier and Type | Method | Description |
---|---|---|
protected javax.swing.JPanel |
createMainPanel() |
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
|
javax.swing.JPanel |
getPanelLevel1() |
|
javax.swing.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(javax.swing.JComponent c) |
|
void |
paint(java.awt.Graphics g,
javax.swing.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(javax.swing.JComponent c) |
initiliazeGlobalListeners
protected javax.swing.JPanel panelLevel1
protected javax.swing.JPanel panelLevel2
protected javax.swing.JPanel footerPanel
protected static final CommandButtonDisplayState MENU_TILE_LEVEL_1
protected JRibbonApplicationMenuPopupPanel applicationMenuPopupPanel
protected javax.swing.JPanel mainPanel
public BasicRibbonApplicationMenuPopupPanelUI()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI
in class BasicPopupPanelUI
public void uninstallUI(javax.swing.JComponent c)
uninstallUI
in class BasicPopupPanelUI
protected void installDefaults()
BasicPopupPanelUI
installDefaults
in class BasicPopupPanelUI
protected void installComponents()
BasicPopupPanelUI
installComponents
in class BasicPopupPanelUI
protected javax.swing.JPanel createMainPanel()
protected void installListeners()
BasicPopupPanelUI
installListeners
in class BasicPopupPanelUI
protected void uninstallDefaults()
BasicPopupPanelUI
uninstallDefaults
in class BasicPopupPanelUI
protected void uninstallComponents()
BasicPopupPanelUI
uninstallComponents
in class BasicPopupPanelUI
protected void uninstallListeners()
BasicPopupPanelUI
uninstallListeners
in class BasicPopupPanelUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.ComponentUI
public javax.swing.JPanel getPanelLevel1()
public javax.swing.JPanel getPanelLevel2()