|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
org.pushingpixels.flamingo.internal.ui.common.popup.PopupPanelUI
org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI
org.pushingpixels.flamingo.internal.ui.ribbon.appmenu.BasicRibbonApplicationMenuPopupPanelUI
public class BasicRibbonApplicationMenuPopupPanelUI
Basic UI for ribbon application menu button
JRibbonApplicationMenuButton
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI |
---|
BasicPopupPanelUI.PopupPanelEscapeDismisser, BasicPopupPanelUI.WindowTracker |
Field Summary | |
---|---|
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
|
Fields inherited from class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI |
---|
popupPanel |
Constructor Summary | |
---|---|
BasicRibbonApplicationMenuPopupPanelUI()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.pushingpixels.flamingo.internal.ui.common.popup.BasicPopupPanelUI |
---|
initiliazeGlobalListeners |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JPanel panelLevel1
protected JPanel panelLevel2
protected JPanel footerPanel
protected static final CommandButtonDisplayState MENU_TILE_LEVEL_1
protected JRibbonApplicationMenuPopupPanel applicationMenuPopupPanel
protected JPanel mainPanel
Constructor Detail |
---|
public BasicRibbonApplicationMenuPopupPanelUI()
Method Detail |
---|
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI
in class BasicPopupPanelUI
public void uninstallUI(JComponent c)
uninstallUI
in class BasicPopupPanelUI
protected void installDefaults()
BasicPopupPanelUI
installDefaults
in class BasicPopupPanelUI
protected void installComponents()
BasicPopupPanelUI
installComponents
in class BasicPopupPanelUI
protected 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(Graphics g, JComponent c)
paint
in class ComponentUI
public JPanel getPanelLevel1()
public JPanel getPanelLevel2()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |