org.jvnet.flamingo.common.ui
Class BasicPopupPanelUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by org.jvnet.flamingo.common.ui.PopupPanelUI
              extended by org.jvnet.flamingo.common.ui.BasicPopupPanelUI
Direct Known Subclasses:
BasicCommandPopupMenuUI, BasicRibbonApplicationMenuPopupPanelUI

public class BasicPopupPanelUI
extends PopupPanelUI

Basic UI for popup panel JPopupPanel.

Author:
Kirill Grouchnikov

Constructor Summary
BasicPopupPanelUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 void installUI(javax.swing.JComponent c)
           
 void uninstallUI(javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPopupPanelUI

public BasicPopupPanelUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

installUI

public void installUI(javax.swing.JComponent c)
Overrides:
installUI in class javax.swing.plaf.ComponentUI

uninstallUI

public void uninstallUI(javax.swing.JComponent c)
Overrides:
uninstallUI in class javax.swing.plaf.ComponentUI