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.BasicPopupMenuUIDescription 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.ComponentUIcreateUI(javax.swing.JComponent c)Description of the MethodvoidinstallDefaults()Description of the MethodvoidinstallListeners()Description of the Methodvoidpaint(java.awt.Graphics g, javax.swing.JComponent c)Description of the Methodjavax.swing.JPopupMenupopupMenu()protected voiduninstallDefaults()Description of the Methodprotected voiduninstallListeners()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:
installDefaultsin classjavax.swing.plaf.basic.BasicPopupMenuUI
-
installListeners
public void installListeners()
Description of the Method- Overrides:
installListenersin classjavax.swing.plaf.basic.BasicPopupMenuUI
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)Description of the Method- Overrides:
paintin classjavax.swing.plaf.ComponentUI- Parameters:
g- Description of Parameterc- Description of Parameter
-
uninstallDefaults
protected void uninstallDefaults()
Description of the Method- Overrides:
uninstallDefaultsin classjavax.swing.plaf.basic.BasicPopupMenuUI
-
uninstallListeners
protected void uninstallListeners()
Description of the Method- Overrides:
uninstallListenersin 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()
-
-