Package com.l2fprod.gui.plaf.skin
Class SkinPopupMenuUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PopupMenuUI
-
- javax.swing.plaf.basic.BasicPopupMenuUI
-
- com.l2fprod.gui.plaf.skin.SkinPopupMenuUI
-
public final class SkinPopupMenuUI extends javax.swing.plaf.basic.BasicPopupMenuUI
Description of the Class- Author:
- fred
-
-
Constructor Summary
Constructors Constructor Description SkinPopupMenuUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent c)
Description of the Methodvoid
installDefaults()
Description of the Methodvoid
installListeners()
Description of the Methodvoid
paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Methodjavax.swing.JPopupMenu
popupMenu()
protected void
uninstallDefaults()
Description of the Methodprotected void
uninstallListeners()
Description of the Method-
Methods inherited from class javax.swing.plaf.basic.BasicPopupMenuUI
installKeyboardActions, installUI, isPopupTrigger, uninstallKeyboardActions, uninstallUI
-
-
-
-
Method Detail
-
installDefaults
public void installDefaults()
Description of the Method- Overrides:
installDefaults
in classjavax.swing.plaf.basic.BasicPopupMenuUI
-
installListeners
public void installListeners()
Description of the Method- Overrides:
installListeners
in classjavax.swing.plaf.basic.BasicPopupMenuUI
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Method- Overrides:
paint
in classjavax.swing.plaf.ComponentUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
uninstallDefaults
protected void uninstallDefaults()
Description of the Method- Overrides:
uninstallDefaults
in classjavax.swing.plaf.basic.BasicPopupMenuUI
-
uninstallListeners
protected void uninstallListeners()
Description of the Method- Overrides:
uninstallListeners
in classjavax.swing.plaf.basic.BasicPopupMenuUI
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
popupMenu
public javax.swing.JPopupMenu popupMenu()
-
-