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
Description of the Class
- Author:
- fred
-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicPopupMenuUI
popupMenu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Description of the Methodvoid
Description of the Methodvoid
Description of the Methodvoid
paint
(Graphics g, JComponent c) Description of the Methodprotected void
Description of the Methodprotected void
Description of the MethodMethods inherited from class javax.swing.plaf.basic.BasicPopupMenuUI
installKeyboardActions, installUI, isPopupTrigger, uninstallKeyboardActions, uninstallUI
Methods inherited from class javax.swing.plaf.PopupMenuUI
getPopup
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update
-
Constructor Details
-
SkinPopupMenuUI
public SkinPopupMenuUI()
-
-
Method Details
-
installDefaults
public void installDefaults()Description of the Method- Overrides:
installDefaults
in classBasicPopupMenuUI
-
installListeners
public void installListeners()Description of the Method- Overrides:
installListeners
in classBasicPopupMenuUI
-
paint
Description of the Method- Overrides:
paint
in classComponentUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
uninstallDefaults
protected void uninstallDefaults()Description of the Method- Overrides:
uninstallDefaults
in classBasicPopupMenuUI
-
uninstallListeners
protected void uninstallListeners()Description of the Method- Overrides:
uninstallListeners
in classBasicPopupMenuUI
-
createUI
Description of the Method- Parameters:
c
- Description of Parameter- Returns:
- Description of the Returned Value
-
popupMenu
-